secureswitools/swisistools/source/sisxlibrary/utility.h
changeset 58 67f2119dc623
parent 50 c6e8afe0ba85
equal deleted inserted replaced
57:0dae4436159f 58:67f2119dc623
    36 
    36 
    37 #define FreeMemory(x) {if((x) != NULL) {free(x); (x)=NULL;}}
    37 #define FreeMemory(x) {if((x) != NULL) {free(x); (x)=NULL;}}
    38 
    38 
    39 // Constants
    39 // Constants
    40 const std::wstring KSisDirectorySeparator( L"/" );
    40 const std::wstring KSisDirectorySeparator( L"/" );
       
    41 const std::wstring KSisInitialNetworkPathSlashes( L"//" );
    41 
    42 
    42 typedef struct {
    43 typedef struct {
    43 	wchar_t*		iName;
    44 	wchar_t*		iName;
    44 	TUint32			iValue;
    45 	TUint32			iValue;
    45 	TUint32			iSubValue;
    46 	TUint32			iSubValue;