Changeset 342

Show
Ignore:
Timestamp:
04/16/08 02:52:55 (7 months ago)
Author:
jake
Message:

typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thrudoc/src/thrudoc.cpp

    r339 r342  
    1717#include <concurrency/PosixThreadFactory.h> 
    1818#include <protocol/TBinaryProtocol.h> 
    19 #include <protocol/TCountingProtocol.h> 
     19//#include <protocol/TCountingProtocol.h> 
    2020#include <server/TSimpleServer.h> 
    2121#include <server/TThreadPoolServer.h> 
     
    9494        //Startup Services 
    9595        shared_ptr<TProtocolFactory> 
    96             protF (new TBinaryProtocolFactory ()); 
    97         shared_ptr<TProtocolFactory> 
    98             protocolFactory (new TCountingProtocolFactory (protF)); 
     96            protocolFactory(new TBinaryProtocolFactory ()); 
     97        //shared_ptr<TProtocolFactory> 
     98        //    protocolFactory (new TCountingProtocolFactory (protF)); 
    9999 
    100100        string which = ConfigManager->read<string> ("BACKEND", "mysql");