Changeset 20637
- Timestamp:
- 08/08/07 10:16:55 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/tweek/tweek/CORBA/CorbaManager.cpp
r20636 r20637 27 27 #include <tweek/tweekConfig.h> 28 28 29 #include <cstdio>30 29 #include <sstream> 31 30 #include <boost/bind.hpp> 32 31 33 32 #include <vpr/vpr.h> 34 //#include <vpr/System.h>35 33 #include <vpr/Util/Debug.h> 36 34 #include <vpr/Util/Assert.h> … … 478 476 pman->activate(); 479 477 mORB->run(); 480 // mORB->destroy();481 478 } 482 479
