Changeset 233


Ignore:
Timestamp:
01/17/10 14:14:31 (2 years ago)
Author:
mickem
Message:

Fixed some unix issue

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/Scheduler/simple_scheduler.cpp

    r232 r233  
    11#include "simple_scheduler.hpp" 
     2 
     3#include <boost/bind.hpp> 
     4 
    25#include <unicode_char.hpp> 
    36 
  • trunk/modules/Scheduler/simple_scheduler.hpp

    r232 r233  
    33#include <list> 
    44#include <queue> 
     5 
    56#include <boost/date_time.hpp> 
    67#include <boost/date_time/posix_time/ptime.hpp> 
     
    910#include <boost/date_time/local_time/local_time.hpp> 
    1011#include <boost/optional.hpp> 
     12#include <boost/thread/shared_mutex.hpp> 
     13 
    1114#include <unicode_char.hpp> 
    1215 
  • trunk/service/NSClient++.cpp

    r231 r233  
    397397      client.start(); 
    398398      return 0; 
    399     } else if ( _wcsicmp( _T("settings"), argv[1]+1 ) == 0 ) { 
     399    } else if ( wcscasecmp( _T("settings"), argv[1]+1 ) == 0 ) { 
    400400      nsclient::settings_client client(&mainClient); 
    401401      g_bConsoleLog = true; 
Note: See TracChangeset for help on using the changeset viewer.