Changeset 20637

Show
Ignore:
Timestamp:
08/08/07 10:16:55 (1 year ago)
Author:
patrick
Message:

Removed commented out code and unusd #includes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/tweek/tweek/CORBA/CorbaManager.cpp

    r20636 r20637  
    2727#include <tweek/tweekConfig.h> 
    2828 
    29 #include <cstdio> 
    3029#include <sstream> 
    3130#include <boost/bind.hpp> 
    3231 
    3332#include <vpr/vpr.h> 
    34 //#include <vpr/System.h> 
    3533#include <vpr/Util/Debug.h> 
    3634#include <vpr/Util/Assert.h> 
     
    478476   pman->activate(); 
    479477   mORB->run(); 
    480 //   mORB->destroy(); 
    481478} 
    482479