From: David C. <unc...@us...> - 2005-03-30 17:15:09
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources/mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14733/sandbox/adobe-source/adobe/test/visual/sources/mac Modified Files: main.cpp Log Message: namespace fix Index: main.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/sources/mac/main.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** main.cpp 29 Mar 2005 23:29:39 -0000 1.4 --- main.cpp 30 Mar 2005 17:14:56 -0000 1.5 *************** *** 256,259 **** --- 256,267 ---- /****************************************************************************************************/ + } // namespace + + /****************************************************************************************************/ + + namespace adobe { + + /****************************************************************************************************/ + // /// These template ensures that the static auto_ptr event handlers get *************** *** 282,293 **** /****************************************************************************************************/ - } // namespace - - /****************************************************************************************************/ - - namespace adobe { - - /****************************************************************************************************/ - bool os_initialize( adobe::simpleApplication* theApp ) { --- 290,293 ---- |