Show
Ignore:
Timestamp:
05/26/08 03:39:31 (8 months ago)
Author:
flynd
Message:

Removed 'using' from headers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_translate.h

    r6119 r6217  
    1111#include <string> 
    1212 
    13 using namespace std; 
    1413 
    1514class CTranslator 
     
    4443  char* RNToN(const char* array); 
    4544 
    46   bool utf16to8(unsigned long c, string &s); 
     45  bool utf16to8(unsigned long c, std::string &s); 
    4746 
    4847protected: