Subversion Repositories WoWGM

Rev

Rev 3 | Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 5
Line 126... Line 126...
126
 
126
 
127
		//=======================================================================
127
		//=======================================================================
128
		CDataStore& PutString (LPCSTR pval);
128
		CDataStore& PutString (LPCSTR pval);
129
 
129
 
130
		//=======================================================================
130
		//=======================================================================
131
		CDataStore& PutString (USHORT CONST* pval);
-
 
132
 
-
 
133
		//=======================================================================
-
 
134
		CDataStore& PutArray (UCHAR CONST* pval, DWORD bytes);
131
		CDataStore& PutArray (UCHAR CONST* pval, DWORD bytes);
135
 
132
 
136
		//=======================================================================
133
		//=======================================================================
137
		CDataStore& PutArray (USHORT CONST* pval, DWORD bytes);
134
		CDataStore& PutArray (USHORT CONST* pval, DWORD bytes);
138
 
135