diff --git a/contrib/extractor/System.cpp b/contrib/extractor/System.cpp index bb238230f..a16416991 100644 --- a/contrib/extractor/System.cpp +++ b/contrib/extractor/System.cpp @@ -346,3 +346,4 @@ int main(int argc, char * arg[]) return 0; } + diff --git a/contrib/extractor/adt.cpp b/contrib/extractor/adt.cpp index 4c3b4c7d1..37e4c0883 100644 --- a/contrib/extractor/adt.cpp +++ b/contrib/extractor/adt.cpp @@ -499,3 +499,4 @@ bool ConvertADT(char * filename,char * filename2) //polygons.clear();*/ return true; } + diff --git a/contrib/extractor/adt.h b/contrib/extractor/adt.h index 6e079461a..9af85b14d 100644 --- a/contrib/extractor/adt.h +++ b/contrib/extractor/adt.h @@ -52,3 +52,4 @@ void LoadMapChunk(MPQFile &,chunk*); bool LoadWMO(char* filename); #endif + diff --git a/contrib/extractor/dbcfile.cpp b/contrib/extractor/dbcfile.cpp index acfb35482..dbe379d27 100644 --- a/contrib/extractor/dbcfile.cpp +++ b/contrib/extractor/dbcfile.cpp @@ -67,3 +67,4 @@ DBCFile::Iterator DBCFile::end() assert(data); return Iterator(*this, stringTable); } + diff --git a/contrib/extractor/dbcfile.h b/contrib/extractor/dbcfile.h index 521ca6742..7d709e809 100644 --- a/contrib/extractor/dbcfile.h +++ b/contrib/extractor/dbcfile.h @@ -116,3 +116,4 @@ private: }; #endif + diff --git a/contrib/extractor/libmpq/common.cpp b/contrib/extractor/libmpq/common.cpp index 7376a5008..49b1895cc 100644 --- a/contrib/extractor/libmpq/common.cpp +++ b/contrib/extractor/libmpq/common.cpp @@ -799,3 +799,4 @@ int libmpq_file_read_file(mpq_archive *mpq_a, mpq_file *mpq_f, unsigned int file /* Return what we've read */ return bytesread; } + diff --git a/contrib/extractor/libmpq/common.h b/contrib/extractor/libmpq/common.h index 517d959b3..3212d0141 100644 --- a/contrib/extractor/libmpq/common.h +++ b/contrib/extractor/libmpq/common.h @@ -70,3 +70,4 @@ char *libmpq_conf_delete_char(char *buf, char *chars); int libmpq_conf_get_array(FILE *fp, char *search_value, char ***filelist, int *entries); int libmpq_free_listfile(char **filelist); int libmpq_read_listfile(mpq_archive *mpq_a, FILE *fp); + diff --git a/contrib/extractor/libmpq/explode.cpp b/contrib/extractor/libmpq/explode.cpp index 1401dd4ad..c3885cbbd 100644 --- a/contrib/extractor/libmpq/explode.cpp +++ b/contrib/extractor/libmpq/explode.cpp @@ -426,3 +426,4 @@ unsigned int libmpq_pkzip_explode( } return LIBMPQ_PKZIP_CMP_ABORT; } + diff --git a/contrib/extractor/libmpq/explode.h b/contrib/extractor/libmpq/explode.h index d8b15868a..ca20e887d 100644 --- a/contrib/extractor/libmpq/explode.h +++ b/contrib/extractor/libmpq/explode.h @@ -84,3 +84,4 @@ extern unsigned int libmpq_pkzip_explode( ); #endif /* _EXPLODE_H */ + diff --git a/contrib/extractor/libmpq/extract.cpp b/contrib/extractor/libmpq/extract.cpp index 21043b75a..c0db19303 100644 --- a/contrib/extractor/libmpq/extract.cpp +++ b/contrib/extractor/libmpq/extract.cpp @@ -260,3 +260,4 @@ int libmpq_multi_decompress(char *out_buf, int *pout_length, char *in_buf, int i } return 1; } + diff --git a/contrib/extractor/libmpq/huffman.cpp b/contrib/extractor/libmpq/huffman.cpp index b126a887f..ff796d065 100644 --- a/contrib/extractor/libmpq/huffman.cpp +++ b/contrib/extractor/libmpq/huffman.cpp @@ -831,3 +831,4 @@ int libmpq_huff_init_tree(struct huffman_tree *ht, struct huffman_tree_item *hi, return 0; } + diff --git a/contrib/extractor/libmpq/huffman.h b/contrib/extractor/libmpq/huffman.h index cce32dd67..9519c2930 100644 --- a/contrib/extractor/libmpq/huffman.h +++ b/contrib/extractor/libmpq/huffman.h @@ -103,3 +103,4 @@ struct huffman_tree { int libmpq_huff_init_tree(struct huffman_tree *ht, struct huffman_tree_item *hi, unsigned int cmp); int libmpq_huff_do_decompress(struct huffman_tree *ht, struct huffman_input_stream *is, unsigned char *out_buf, unsigned int out_length); #endif /* _HUFFMAN_H */ + diff --git a/contrib/extractor/libmpq/mpq.cpp b/contrib/extractor/libmpq/mpq.cpp index bd260bd3a..eddd92ac4 100644 --- a/contrib/extractor/libmpq/mpq.cpp +++ b/contrib/extractor/libmpq/mpq.cpp @@ -624,3 +624,4 @@ int libmpq_file_getdata(mpq_archive *mpq_a, mpq_hash mpq_h, const int number, un free(mpq_f); return success?LIBMPQ_TOOLS_SUCCESS:LIBMPQ_EFILE_CORRUPT; } + diff --git a/contrib/extractor/libmpq/mpq.h b/contrib/extractor/libmpq/mpq.h index 58eef6bea..008c7147a 100644 --- a/contrib/extractor/libmpq/mpq.h +++ b/contrib/extractor/libmpq/mpq.h @@ -223,3 +223,4 @@ static decompress_table dcmp_table[] = { int libmpq_file_extract(mpq_archive *mpq_a, const int number, const char *filename); int libmpq_file_getdata(mpq_archive *mpq_a, mpq_hash mpq_h, const int number, unsigned char *dest); #endif /* _MPQ_H */ + diff --git a/contrib/extractor/libmpq/parser.cpp b/contrib/extractor/libmpq/parser.cpp index 5bd620aa7..4b01067ec 100644 --- a/contrib/extractor/libmpq/parser.cpp +++ b/contrib/extractor/libmpq/parser.cpp @@ -292,3 +292,4 @@ int libmpq_conf_get_array(FILE *fp, char *search_value, char ***filelist, int *e return found; } + diff --git a/contrib/extractor/libmpq/wave.cpp b/contrib/extractor/libmpq/wave.cpp index d5c59d8e0..7f16eb2fa 100644 --- a/contrib/extractor/libmpq/wave.cpp +++ b/contrib/extractor/libmpq/wave.cpp @@ -183,3 +183,4 @@ int libmpq_wave_decompress(unsigned char *out_buf, int out_length, unsigned char } return (out.pb - out_buf); } + diff --git a/contrib/extractor/libmpq/wave.h b/contrib/extractor/libmpq/wave.h index 996e8c677..253c6a4f9 100644 --- a/contrib/extractor/libmpq/wave.h +++ b/contrib/extractor/libmpq/wave.h @@ -35,3 +35,4 @@ typedef union { int libmpq_wave_decompress(unsigned char *out_buf, int out_length, unsigned char *in_buf, int in_length, int channels); #endif /* _WAVE_H */ + diff --git a/contrib/extractor/libmpq/zconf.h b/contrib/extractor/libmpq/zconf.h index 3cea897ed..e0468a22e 100644 --- a/contrib/extractor/libmpq/zconf.h +++ b/contrib/extractor/libmpq/zconf.h @@ -321,3 +321,4 @@ typedef uLong FAR uLongf; #endif #endif /* ZCONF_H */ + diff --git a/contrib/extractor/libmpq/zlib.h b/contrib/extractor/libmpq/zlib.h index 92edf96ff..2c786c36d 100644 --- a/contrib/extractor/libmpq/zlib.h +++ b/contrib/extractor/libmpq/zlib.h @@ -1198,3 +1198,4 @@ ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); #endif #endif /* ZLIB_H */ + diff --git a/contrib/extractor/mpq_libmpq.cpp b/contrib/extractor/mpq_libmpq.cpp index 41253b242..2a066a83b 100644 --- a/contrib/extractor/mpq_libmpq.cpp +++ b/contrib/extractor/mpq_libmpq.cpp @@ -131,3 +131,4 @@ void MPQFile::close() buffer = 0; eof = true; } + diff --git a/contrib/extractor/mpq_libmpq.h b/contrib/extractor/mpq_libmpq.h index 9b4984a50..97b7b7503 100644 --- a/contrib/extractor/mpq_libmpq.h +++ b/contrib/extractor/mpq_libmpq.h @@ -119,3 +119,4 @@ inline void flipcc(char *fcc) } #endif + diff --git a/contrib/vmap_assembler/vmap_assembler.cpp b/contrib/vmap_assembler/vmap_assembler.cpp index 233d4ba3c..bf7200997 100644 --- a/contrib/vmap_assembler/vmap_assembler.cpp +++ b/contrib/vmap_assembler/vmap_assembler.cpp @@ -116,3 +116,4 @@ int main(int argc, char* argv[]) } return 0; } + diff --git a/contrib/vmap_debugger/G3D/AABSPTree.h b/contrib/vmap_debugger/G3D/AABSPTree.h index 30eca17d0..1f4c4c80e 100644 --- a/contrib/vmap_debugger/G3D/AABSPTree.h +++ b/contrib/vmap_debugger/G3D/AABSPTree.h @@ -1618,3 +1618,4 @@ public: + diff --git a/contrib/vmap_debugger/ModelContainerView.cpp b/contrib/vmap_debugger/ModelContainerView.cpp index 4feab72e6..f9b19c2a1 100644 --- a/contrib/vmap_debugger/ModelContainerView.cpp +++ b/contrib/vmap_debugger/ModelContainerView.cpp @@ -568,3 +568,4 @@ int main(int argc, char** argv) { printf("%s \n",argv[0]); } } + diff --git a/contrib/vmap_debugger/ModelContainerView.h b/contrib/vmap_debugger/ModelContainerView.h index 3371d2638..c87231892 100644 --- a/contrib/vmap_debugger/ModelContainerView.h +++ b/contrib/vmap_debugger/ModelContainerView.h @@ -87,3 +87,4 @@ namespace VMAP } #endif + diff --git a/contrib/vmap_extractor_v2/stormdll/StormDll.cpp b/contrib/vmap_extractor_v2/stormdll/StormDll.cpp index 2031180c7..c0772e9b2 100644 --- a/contrib/vmap_extractor_v2/stormdll/StormDll.cpp +++ b/contrib/vmap_extractor_v2/stormdll/StormDll.cpp @@ -115,3 +115,4 @@ BOOL WINAPI SCOMP(Decompress)(char * pbOutBuffer, int * pdwOutLength, char * pbI SetLastError(ERROR_CALL_NOT_IMPLEMENTED); return FALSE; } + diff --git a/contrib/vmap_extractor_v2/stormdll/StormDll.h b/contrib/vmap_extractor_v2/stormdll/StormDll.h index 6d67820a2..6be20e59b 100644 --- a/contrib/vmap_extractor_v2/stormdll/StormDll.h +++ b/contrib/vmap_extractor_v2/stormdll/StormDll.h @@ -65,3 +65,4 @@ BOOL WINAPI SCOMP(Decompress)(char * pbOutBuffer, int * pdwOutLength, char * pb #endif #endif // __STORM_H__ + diff --git a/contrib/vmap_extractor_v2/stormlib/GfxDecode.cpp b/contrib/vmap_extractor_v2/stormlib/GfxDecode.cpp index d9a5380f0..7fd3c855f 100644 --- a/contrib/vmap_extractor_v2/stormlib/GfxDecode.cpp +++ b/contrib/vmap_extractor_v2/stormlib/GfxDecode.cpp @@ -695,3 +695,4 @@ BYTE * WINAPI pcxGetData(BYTE *pFileBuf, DWORD uFileSize, BYTE uTransColor, WORD return data; } + diff --git a/contrib/vmap_extractor_v2/stormlib/SCommon.cpp b/contrib/vmap_extractor_v2/stormlib/SCommon.cpp index c1a7b71d2..f7e29ab7a 100644 --- a/contrib/vmap_extractor_v2/stormlib/SCommon.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SCommon.cpp @@ -1072,3 +1072,4 @@ void FreeMPQArchive(TMPQArchive *& ha) ha = NULL; } } + diff --git a/contrib/vmap_extractor_v2/stormlib/SCommon.h b/contrib/vmap_extractor_v2/stormlib/SCommon.h index b53be0ae2..b038c7f04 100644 --- a/contrib/vmap_extractor_v2/stormlib/SCommon.h +++ b/contrib/vmap_extractor_v2/stormlib/SCommon.h @@ -86,3 +86,4 @@ int SListFileSaveToMpq(TMPQArchive * ha); #endif // __SCOMMON_H__ + diff --git a/contrib/vmap_extractor_v2/stormlib/SCompression.cpp b/contrib/vmap_extractor_v2/stormlib/SCompression.cpp index 775961f48..7162cd04f 100644 --- a/contrib/vmap_extractor_v2/stormlib/SCompression.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SCompression.cpp @@ -713,3 +713,4 @@ int WINAPI SCompSetDataCompression(int nDataCompression) } + diff --git a/contrib/vmap_extractor_v2/stormlib/SFileCompactArchive.cpp b/contrib/vmap_extractor_v2/stormlib/SFileCompactArchive.cpp index 96fb1e4a6..b5a8530f6 100644 --- a/contrib/vmap_extractor_v2/stormlib/SFileCompactArchive.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SFileCompactArchive.cpp @@ -689,3 +689,4 @@ BOOL WINAPI SFileCompactArchive(HANDLE hMPQ, const char * szListFile, BOOL /* bR CompactCB = NULL; return (nError == ERROR_SUCCESS); } + diff --git a/contrib/vmap_extractor_v2/stormlib/SFileCreateArchiveEx.cpp b/contrib/vmap_extractor_v2/stormlib/SFileCreateArchiveEx.cpp index e55ad4c0f..58f33e459 100644 --- a/contrib/vmap_extractor_v2/stormlib/SFileCreateArchiveEx.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SFileCreateArchiveEx.cpp @@ -528,3 +528,4 @@ BOOL WINAPI SFileRenameFile(HANDLE hMPQ, const char * szFileName, const char * s return (nError == ERROR_SUCCESS); } + diff --git a/contrib/vmap_extractor_v2/stormlib/SFileExtractFile.cpp b/contrib/vmap_extractor_v2/stormlib/SFileExtractFile.cpp index 7f16cde01..d6afc1942 100644 --- a/contrib/vmap_extractor_v2/stormlib/SFileExtractFile.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SFileExtractFile.cpp @@ -61,3 +61,4 @@ BOOL WINAPI SFileExtractFile(HANDLE hMpq, const char * szToExtract, const char * SetLastError(nError); return (BOOL)(nError == ERROR_SUCCESS); } + diff --git a/contrib/vmap_extractor_v2/stormlib/SFileFindFile.cpp b/contrib/vmap_extractor_v2/stormlib/SFileFindFile.cpp index ea5ce5a47..ff8ab2688 100644 --- a/contrib/vmap_extractor_v2/stormlib/SFileFindFile.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SFileFindFile.cpp @@ -289,3 +289,4 @@ BOOL WINAPI SFileFindClose(HANDLE hFind) FreeMPQSearch(hs); return TRUE; } + diff --git a/contrib/vmap_extractor_v2/stormlib/SFileOpenArchive.cpp b/contrib/vmap_extractor_v2/stormlib/SFileOpenArchive.cpp index 468759e6d..b4a84e2d6 100644 --- a/contrib/vmap_extractor_v2/stormlib/SFileOpenArchive.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SFileOpenArchive.cpp @@ -495,3 +495,4 @@ BOOL WINAPI SFileCloseArchive(HANDLE hMPQ) return TRUE; } + diff --git a/contrib/vmap_extractor_v2/stormlib/SFileOpenFileEx.cpp b/contrib/vmap_extractor_v2/stormlib/SFileOpenFileEx.cpp index bbda59e5e..aae55cc68 100644 --- a/contrib/vmap_extractor_v2/stormlib/SFileOpenFileEx.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SFileOpenFileEx.cpp @@ -401,3 +401,4 @@ BOOL WINAPI SFileCloseFile(HANDLE hFile) FreeMPQFile(hf); return TRUE; } + diff --git a/contrib/vmap_extractor_v2/stormlib/SFileReadFile.cpp b/contrib/vmap_extractor_v2/stormlib/SFileReadFile.cpp index a1f94ae3b..288d63e90 100644 --- a/contrib/vmap_extractor_v2/stormlib/SFileReadFile.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SFileReadFile.cpp @@ -824,3 +824,4 @@ DWORD_PTR WINAPI SFileGetFileInfo(HANDLE hMpqOrFile, DWORD dwInfoType) SetLastError(ERROR_INVALID_PARAMETER); return 0xFFFFFFFF; } + diff --git a/contrib/vmap_extractor_v2/stormlib/SListFile.cpp b/contrib/vmap_extractor_v2/stormlib/SListFile.cpp index 628043c0a..385e6e8ac 100644 --- a/contrib/vmap_extractor_v2/stormlib/SListFile.cpp +++ b/contrib/vmap_extractor_v2/stormlib/SListFile.cpp @@ -559,3 +559,4 @@ BOOL SListFileFindClose(HANDLE hFind) return FALSE; } + diff --git a/contrib/vmap_extractor_v2/stormlib/StormDll.h b/contrib/vmap_extractor_v2/stormlib/StormDll.h index 6d67820a2..6be20e59b 100644 --- a/contrib/vmap_extractor_v2/stormlib/StormDll.h +++ b/contrib/vmap_extractor_v2/stormlib/StormDll.h @@ -65,3 +65,4 @@ BOOL WINAPI SCOMP(Decompress)(char * pbOutBuffer, int * pdwOutLength, char * pb #endif #endif // __STORM_H__ + diff --git a/contrib/vmap_extractor_v2/stormlib/StormLib.h b/contrib/vmap_extractor_v2/stormlib/StormLib.h index 93e2eb41c..e3b9381b9 100644 --- a/contrib/vmap_extractor_v2/stormlib/StormLib.h +++ b/contrib/vmap_extractor_v2/stormlib/StormLib.h @@ -577,3 +577,4 @@ BYTE ** WINAPI cl2GetDirData(BYTE *fileBuf, BYTE *palette, USHORT xsize, USHORT BYTE * WINAPI pcxGetData(BYTE *filebuf, DWORD filesize, BYTE transcol, USHORT *xsize, USHORT *ysize); #endif // __STORMLIB_H_ + diff --git a/contrib/vmap_extractor_v2/stormlib/StormPort.h b/contrib/vmap_extractor_v2/stormlib/StormPort.h index 867062780..eb8b1e6d0 100644 --- a/contrib/vmap_extractor_v2/stormlib/StormPort.h +++ b/contrib/vmap_extractor_v2/stormlib/StormPort.h @@ -276,3 +276,4 @@ #endif #endif // __STORMPORT_H__ + diff --git a/contrib/vmap_extractor_v2/stormlib/StormPortLinux.cpp b/contrib/vmap_extractor_v2/stormlib/StormPortLinux.cpp index 03c51f0d4..09eeef589 100644 --- a/contrib/vmap_extractor_v2/stormlib/StormPortLinux.cpp +++ b/contrib/vmap_extractor_v2/stormlib/StormPortLinux.cpp @@ -166,3 +166,4 @@ BOOL MoveFile(const char *lpExistingFileName, const char *lpNewFileName) } #endif + diff --git a/contrib/vmap_extractor_v2/stormlib/StormPortMac.cpp b/contrib/vmap_extractor_v2/stormlib/StormPortMac.cpp index 976b8fbe8..0904ab30f 100644 --- a/contrib/vmap_extractor_v2/stormlib/StormPortMac.cpp +++ b/contrib/vmap_extractor_v2/stormlib/StormPortMac.cpp @@ -760,3 +760,4 @@ DWORD GetFileAttributes(const char * szFileName) } #endif + diff --git a/contrib/vmap_extractor_v2/stormlib/bzip2/bzlib.h b/contrib/vmap_extractor_v2/stormlib/bzip2/bzlib.h index c84589d1f..25b2d140e 100644 --- a/contrib/vmap_extractor_v2/stormlib/bzip2/bzlib.h +++ b/contrib/vmap_extractor_v2/stormlib/bzip2/bzlib.h @@ -321,3 +321,4 @@ BZ_EXTERN const char * BZ_API(BZ2_bzerror) ( /*-------------------------------------------------------------*/ /*--- end bzlib.h ---*/ /*-------------------------------------------------------------*/ + diff --git a/contrib/vmap_extractor_v2/stormlib/bzip2/bzlib_private.h b/contrib/vmap_extractor_v2/stormlib/bzip2/bzlib_private.h index 23a19f807..85b20c6e8 100644 --- a/contrib/vmap_extractor_v2/stormlib/bzip2/bzlib_private.h +++ b/contrib/vmap_extractor_v2/stormlib/bzip2/bzlib_private.h @@ -535,3 +535,4 @@ BZ2_hbCreateDecodeTables ( Int32*, Int32*, Int32*, UChar*, /*-------------------------------------------------------------*/ /*--- end bzlib_private.h ---*/ /*-------------------------------------------------------------*/ + diff --git a/contrib/vmap_extractor_v2/stormlib/huffman/huff.cpp b/contrib/vmap_extractor_v2/stormlib/huffman/huff.cpp index 235319b92..d4410dc9b 100644 --- a/contrib/vmap_extractor_v2/stormlib/huffman/huff.cpp +++ b/contrib/vmap_extractor_v2/stormlib/huffman/huff.cpp @@ -1450,4 +1450,5 @@ unsigned char THuffmannTree::Table1502A630[] = 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 -}; \ No newline at end of file +}; + diff --git a/contrib/vmap_extractor_v2/stormlib/huffman/huff.h b/contrib/vmap_extractor_v2/stormlib/huffman/huff.h index 0deaa2e4a..af7cdc145 100644 --- a/contrib/vmap_extractor_v2/stormlib/huffman/huff.h +++ b/contrib/vmap_extractor_v2/stormlib/huffman/huff.h @@ -140,3 +140,4 @@ class THuffmannTree }; #endif // __HUFFMAN_H__ + diff --git a/contrib/vmap_extractor_v2/stormlib/pklib/pklib.h b/contrib/vmap_extractor_v2/stormlib/pklib/pklib.h index a06bee1de..d4c405b24 100644 --- a/contrib/vmap_extractor_v2/stormlib/pklib/pklib.h +++ b/contrib/vmap_extractor_v2/stormlib/pklib/pklib.h @@ -135,3 +135,4 @@ unsigned long PKEXPORT crc32pk(char *buffer, unsigned int *size, unsigned long * #endif #endif // __PKLIB_H__ + diff --git a/contrib/vmap_extractor_v2/stormlib/wave/wave.cpp b/contrib/vmap_extractor_v2/stormlib/wave/wave.cpp index 74ab1cd7e..1400fad37 100644 --- a/contrib/vmap_extractor_v2/stormlib/wave/wave.cpp +++ b/contrib/vmap_extractor_v2/stormlib/wave/wave.cpp @@ -354,3 +354,4 @@ int DecompressWave(unsigned char * pbOutBuffer, int dwOutLength, unsigned char * } return (int)(out.pb - pbOutBuffer); } + diff --git a/contrib/vmap_extractor_v2/stormlib/wave/wave.h b/contrib/vmap_extractor_v2/stormlib/wave/wave.h index 81b5add9c..bc116b91c 100644 --- a/contrib/vmap_extractor_v2/stormlib/wave/wave.h +++ b/contrib/vmap_extractor_v2/stormlib/wave/wave.h @@ -20,3 +20,4 @@ int CompressWave (unsigned char * pbOutBuffer, int dwOutLength, short * pwInBu int DecompressWave(unsigned char * pbOutBuffer, int dwOutLength, unsigned char * pbInBuffer, int dwInLength, int nChannels); #endif // __WAVE_H__ + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/d_zlib.cpp b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/d_zlib.cpp index f5dea59b7..25b15e30a 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/d_zlib.cpp +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/d_zlib.cpp @@ -15,3 +15,4 @@ USEUNIT("trees.c"); // To add a file to the library use the Project menu 'Add to Project'. + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/zlib.cpp b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/zlib.cpp index bf6953ba1..0673927e0 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/zlib.cpp +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/zlib.cpp @@ -20,3 +20,4 @@ USEUNIT("zutil.c"); // To add a file to the library use the Project menu 'Add to Project'. + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/zlib32.cpp b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/zlib32.cpp index 7372f6b98..0458f5447 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/zlib32.cpp +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/delphi2/zlib32.cpp @@ -40,3 +40,4 @@ int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/test.cpp b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/test.cpp index 7d265b3b5..e416a1c76 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/test.cpp +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/test.cpp @@ -22,3 +22,4 @@ int main() { return 0; } + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/zfstream.cpp b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/zfstream.cpp index e4585cedb..2959b3b34 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/zfstream.cpp +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/zfstream.cpp @@ -327,3 +327,4 @@ gzofstream::gzofstream( int fd, int io_mode ) : } gzofstream::~gzofstream() { } + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/zfstream.h b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/zfstream.h index 28675f7ce..81ff4e262 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/zfstream.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream/zfstream.h @@ -140,3 +140,4 @@ inline gzomanip setcompressionstrategy(int l) + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream2/zstream.h b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream2/zstream.h index 43d2332b7..a69b189a1 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream2/zstream.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream2/zstream.h @@ -305,3 +305,4 @@ inline ostream& operator<<(ozstream& zs, const T& x) { } #endif + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream2/zstream_test.cpp b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream2/zstream_test.cpp index 6273f62d6..b2fc9e669 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream2/zstream_test.cpp +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/iostream2/zstream_test.cpp @@ -23,3 +23,4 @@ void main() { delete[] x; delete[] y; } + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/minizip/unzip.h b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/minizip/unzip.h index a4bd3596f..44bd2b493 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/minizip/unzip.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/minizip/unzip.h @@ -273,3 +273,4 @@ extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file, #endif #endif /* _unz_H */ + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/minizip/zip.h b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/minizip/zip.h index 2c519d294..f6ed94c18 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/contrib/minizip/zip.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/contrib/minizip/zip.h @@ -148,3 +148,4 @@ extern int ZEXPORT zipClose OF((zipFile file, #endif #endif /* _zip_H */ + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/deflate.h b/contrib/vmap_extractor_v2/stormlib/zlib/deflate.h index 2b7fd6528..1f5d73ce8 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/deflate.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/deflate.h @@ -316,3 +316,4 @@ void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, #endif #endif + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/infblock.h b/contrib/vmap_extractor_v2/stormlib/zlib/infblock.h index 8176340aa..0754c1734 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/infblock.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/infblock.h @@ -37,3 +37,4 @@ extern void inflate_set_dictionary OF(( extern int inflate_blocks_sync_point OF(( inflate_blocks_statef *s)); + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/infcodes.h b/contrib/vmap_extractor_v2/stormlib/zlib/infcodes.h index 63933e78d..7e237254d 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/infcodes.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/infcodes.h @@ -25,3 +25,4 @@ extern void inflate_codes_free OF(( inflate_codes_statef *, z_streamp )); + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/inffast.h b/contrib/vmap_extractor_v2/stormlib/zlib/inffast.h index ec13e0931..ba2d3a85c 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/inffast.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/inffast.h @@ -15,3 +15,4 @@ extern int inflate_fast OF(( inflate_huft *, inflate_blocks_statef *, z_streamp )); + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/inffixed.h b/contrib/vmap_extractor_v2/stormlib/zlib/inffixed.h index 77f7e7631..708d69016 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/inffixed.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/inffixed.h @@ -149,3 +149,4 @@ local inflate_huft fixed_td[] = { {{{80,5}},4}, {{{88,5}},769}, {{{84,5}},49}, {{{92,5}},12289}, {{{82,5}},13}, {{{90,5}},3073}, {{{86,5}},193}, {{{192,5}},24577} }; + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/inftrees.h b/contrib/vmap_extractor_v2/stormlib/zlib/inftrees.h index b4a5d6f9e..abd115caf 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/inftrees.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/inftrees.h @@ -56,3 +56,4 @@ extern int inflate_trees_fixed OF(( inflate_huft * FAR *, /* literal/length tree result */ inflate_huft * FAR *, /* distance tree result */ z_streamp)); /* for memory allocation */ + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/infutil.h b/contrib/vmap_extractor_v2/stormlib/zlib/infutil.h index 9e4f939b4..404a8042e 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/infutil.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/infutil.h @@ -96,3 +96,4 @@ extern int inflate_flush OF(( struct internal_state {int dummy;}; /* for buggy compilers */ #endif + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/trees.h b/contrib/vmap_extractor_v2/stormlib/zlib/trees.h index 72facf900..ba8cd7835 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/trees.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/trees.h @@ -126,3 +126,4 @@ local const int base_dist[D_CODES] = { 1024, 1536, 2048, 3072, 4096, 6144, 8192, 12288, 16384, 24576 }; + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/zconf.h b/contrib/vmap_extractor_v2/stormlib/zlib/zconf.h index 1ca5af55a..a22b4b058 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/zconf.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/zconf.h @@ -277,3 +277,4 @@ typedef uLong FAR uLongf; #endif #endif /* _ZCONF_H */ + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/zlib.h b/contrib/vmap_extractor_v2/stormlib/zlib/zlib.h index dbdd2cf70..4f6380eeb 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/zlib.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/zlib.h @@ -891,3 +891,4 @@ ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); #endif #endif /* _ZLIB_H */ + diff --git a/contrib/vmap_extractor_v2/stormlib/zlib/zutil.h b/contrib/vmap_extractor_v2/stormlib/zlib/zutil.h index 0d5f2115b..c11cd2ef1 100644 --- a/contrib/vmap_extractor_v2/stormlib/zlib/zutil.h +++ b/contrib/vmap_extractor_v2/stormlib/zlib/zutil.h @@ -218,3 +218,4 @@ void zcfree OF((voidpf opaque, voidpf ptr)); #define TRY_FREE(s, p) {if (p) ZFREE(s, p);} #endif /* _Z_UTIL_H */ + diff --git a/contrib/vmap_extractor_v2/vmapextract/adtfile.cpp b/contrib/vmap_extractor_v2/vmapextract/adtfile.cpp index 28d645a00..f624a3263 100644 --- a/contrib/vmap_extractor_v2/vmapextract/adtfile.cpp +++ b/contrib/vmap_extractor_v2/vmapextract/adtfile.cpp @@ -225,3 +225,4 @@ ADTFile::~ADTFile() } + diff --git a/contrib/vmap_extractor_v2/vmapextract/adtfile.h b/contrib/vmap_extractor_v2/vmapextract/adtfile.h index 96ab97f33..959e1a05f 100644 --- a/contrib/vmap_extractor_v2/vmapextract/adtfile.h +++ b/contrib/vmap_extractor_v2/vmapextract/adtfile.h @@ -122,3 +122,4 @@ void fixnamen(char *name, size_t len); #endif + diff --git a/contrib/vmap_extractor_v2/vmapextract/dbcfile.cpp b/contrib/vmap_extractor_v2/vmapextract/dbcfile.cpp index 090021bfd..909f7afd5 100644 --- a/contrib/vmap_extractor_v2/vmapextract/dbcfile.cpp +++ b/contrib/vmap_extractor_v2/vmapextract/dbcfile.cpp @@ -73,3 +73,4 @@ DBCFile::Iterator DBCFile::end() return Iterator(*this, stringTable); } + diff --git a/contrib/vmap_extractor_v2/vmapextract/dbcfile.h b/contrib/vmap_extractor_v2/vmapextract/dbcfile.h index 002e7eeeb..4106342a2 100644 --- a/contrib/vmap_extractor_v2/vmapextract/dbcfile.h +++ b/contrib/vmap_extractor_v2/vmapextract/dbcfile.h @@ -137,3 +137,4 @@ private: }; #endif + diff --git a/contrib/vmap_extractor_v2/vmapextract/model.cpp b/contrib/vmap_extractor_v2/vmapextract/model.cpp index 54c11134e..2bf5e8b52 100644 --- a/contrib/vmap_extractor_v2/vmapextract/model.cpp +++ b/contrib/vmap_extractor_v2/vmapextract/model.cpp @@ -259,3 +259,4 @@ ModelInstance::ModelInstance(MPQFile &f,const char* ModelInstName,const char*Map ); } } + diff --git a/contrib/vmap_extractor_v2/vmapextract/model.h b/contrib/vmap_extractor_v2/vmapextract/model.h index c8a784806..d655587bf 100644 --- a/contrib/vmap_extractor_v2/vmapextract/model.h +++ b/contrib/vmap_extractor_v2/vmapextract/model.h @@ -75,3 +75,4 @@ public: }; #endif + diff --git a/contrib/vmap_extractor_v2/vmapextract/modelheaders.h b/contrib/vmap_extractor_v2/vmapextract/modelheaders.h index d92f518de..09dc24f14 100644 --- a/contrib/vmap_extractor_v2/vmapextract/modelheaders.h +++ b/contrib/vmap_extractor_v2/vmapextract/modelheaders.h @@ -301,4 +301,5 @@ struct ModelRibbonEmitterDef { #pragma pack(pop) -#endif \ No newline at end of file +#endif + diff --git a/contrib/vmap_extractor_v2/vmapextract/mpq.cpp b/contrib/vmap_extractor_v2/vmapextract/mpq.cpp index c501525cd..cd9d62869 100644 --- a/contrib/vmap_extractor_v2/vmapextract/mpq.cpp +++ b/contrib/vmap_extractor_v2/vmapextract/mpq.cpp @@ -134,3 +134,4 @@ char* MPQFile::getPointer() return buffer + pointer; } + diff --git a/contrib/vmap_extractor_v2/vmapextract/mpq.h b/contrib/vmap_extractor_v2/vmapextract/mpq.h index 6364fcba6..dc51998ba 100644 --- a/contrib/vmap_extractor_v2/vmapextract/mpq.h +++ b/contrib/vmap_extractor_v2/vmapextract/mpq.h @@ -67,3 +67,4 @@ inline void flipcc(char *fcc) #endif + diff --git a/contrib/vmap_extractor_v2/vmapextract/vec3d.h b/contrib/vmap_extractor_v2/vmapextract/vec3d.h index 4f3cad15a..c6d2ae57e 100644 --- a/contrib/vmap_extractor_v2/vmapextract/vec3d.h +++ b/contrib/vmap_extractor_v2/vmapextract/vec3d.h @@ -228,3 +228,4 @@ inline void rotate(float x0, float y0, float *x, float *y, float angle) #endif + diff --git a/contrib/vmap_extractor_v2/vmapextract/vmapexport.cpp b/contrib/vmap_extractor_v2/vmapextract/vmapexport.cpp index d095b84c8..cc16c9a71 100644 --- a/contrib/vmap_extractor_v2/vmapextract/vmapexport.cpp +++ b/contrib/vmap_extractor_v2/vmapextract/vmapexport.cpp @@ -564,3 +564,4 @@ int main(int argc, char ** argv) } printf("Extract %s. Work complete. No errors.",versionString); } + diff --git a/contrib/vmap_extractor_v2/vmapextract/wdtfile.cpp b/contrib/vmap_extractor_v2/vmapextract/wdtfile.cpp index 36f3d653f..290d0b2fe 100644 --- a/contrib/vmap_extractor_v2/vmapextract/wdtfile.cpp +++ b/contrib/vmap_extractor_v2/vmapextract/wdtfile.cpp @@ -118,3 +118,4 @@ ADTFile* WDTFile::GetMap(int x, int z) sprintf(name,"World\\Maps\\%s\\%s_%d_%d.adt", filename.c_str(), filename.c_str(), x, z); return new ADTFile(name); } + diff --git a/contrib/vmap_extractor_v2/vmapextract/wdtfile.h b/contrib/vmap_extractor_v2/vmapextract/wdtfile.h index 0baef22f1..e9dcc7756 100644 --- a/contrib/vmap_extractor_v2/vmapextract/wdtfile.h +++ b/contrib/vmap_extractor_v2/vmapextract/wdtfile.h @@ -28,3 +28,4 @@ private: }; #endif + diff --git a/contrib/vmap_extractor_v2/vmapextract/wmo.cpp b/contrib/vmap_extractor_v2/vmapextract/wmo.cpp index 9b10bea01..f1868ccf6 100644 --- a/contrib/vmap_extractor_v2/vmapextract/wmo.cpp +++ b/contrib/vmap_extractor_v2/vmapextract/wmo.cpp @@ -529,3 +529,4 @@ WMOInstance::WMOInstance(MPQFile &f,const char* WmoInstName,const char*MapName, + diff --git a/contrib/vmap_extractor_v2/vmapextract/wmo.h b/contrib/vmap_extractor_v2/vmapextract/wmo.h index c59ef552a..832f92654 100644 --- a/contrib/vmap_extractor_v2/vmapextract/wmo.h +++ b/contrib/vmap_extractor_v2/vmapextract/wmo.h @@ -105,3 +105,4 @@ public: }; #endif + diff --git a/dep/ACE_wrappers/ace/ACE.cpp b/dep/ACE_wrappers/ace/ACE.cpp index 4980b2d73..7ccf15ed3 100644 --- a/dep/ACE_wrappers/ace/ACE.cpp +++ b/dep/ACE_wrappers/ace/ACE.cpp @@ -3442,3 +3442,4 @@ ACE::wild_match(const char* str, const char* pat, bool case_sensitive) // Close versioned namespace, if enabled by the user. ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/ACE.h b/dep/ACE_wrappers/ace/ACE.h index 654bbb323..ea7a3fa02 100644 --- a/dep/ACE_wrappers/ace/ACE.h +++ b/dep/ACE_wrappers/ace/ACE.h @@ -822,3 +822,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ACE_H */ + diff --git a/dep/ACE_wrappers/ace/ACE_crc32.cpp b/dep/ACE_wrappers/ace/ACE_crc32.cpp index 70d93e6b5..e29a64261 100644 --- a/dep/ACE_wrappers/ace/ACE_crc32.cpp +++ b/dep/ACE_wrappers/ace/ACE_crc32.cpp @@ -159,3 +159,4 @@ ACE::crc32 (const iovec *iov, int len, ACE_UINT32 crc) ACE_END_VERSIONED_NAMESPACE_DECL #undef COMPUTE + diff --git a/dep/ACE_wrappers/ace/ACE_crc_ccitt.cpp b/dep/ACE_wrappers/ace/ACE_crc_ccitt.cpp index ef7f5d65b..4e9b4a2f9 100644 --- a/dep/ACE_wrappers/ace/ACE_crc_ccitt.cpp +++ b/dep/ACE_wrappers/ace/ACE_crc_ccitt.cpp @@ -126,3 +126,4 @@ ACE::crc_ccitt (const iovec *iov, int len, ACE_UINT16 crc) ACE_END_VERSIONED_NAMESPACE_DECL #undef COMPUTE + diff --git a/dep/ACE_wrappers/ace/ACE_export.h b/dep/ACE_wrappers/ace/ACE_export.h index 8ad2a33eb..60e79b01f 100644 --- a/dep/ACE_wrappers/ace/ACE_export.h +++ b/dep/ACE_wrappers/ace/ACE_export.h @@ -74,3 +74,4 @@ #endif /* ACE_EXPORT_H */ // End of auto generated file. + diff --git a/dep/ACE_wrappers/ace/ARGV.cpp b/dep/ACE_wrappers/ace/ARGV.cpp index edfd4efa7..a30809b2e 100644 --- a/dep/ACE_wrappers/ace/ARGV.cpp +++ b/dep/ACE_wrappers/ace/ARGV.cpp @@ -381,3 +381,4 @@ ACE_ARGV_T::create_buf_from_queue (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_ARGV_CPP */ + diff --git a/dep/ACE_wrappers/ace/ARGV.h b/dep/ACE_wrappers/ace/ARGV.h index 66e71810a..c2995a451 100644 --- a/dep/ACE_wrappers/ace/ARGV.h +++ b/dep/ACE_wrappers/ace/ARGV.h @@ -331,3 +331,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ARGUMENT_VECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/ATM_Acceptor.cpp b/dep/ACE_wrappers/ace/ATM_Acceptor.cpp index 1aa6c6d70..0a58b7f3b 100644 --- a/dep/ACE_wrappers/ace/ATM_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/ATM_Acceptor.cpp @@ -307,3 +307,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ + diff --git a/dep/ACE_wrappers/ace/ATM_Acceptor.h b/dep/ACE_wrappers/ace/ATM_Acceptor.h index c69e2f854..900cec098 100644 --- a/dep/ACE_wrappers/ace/ATM_Acceptor.h +++ b/dep/ACE_wrappers/ace/ATM_Acceptor.h @@ -121,3 +121,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ #include /**/ "ace/post.h" #endif /* ACE_ATM_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/ATM_Addr.cpp b/dep/ACE_wrappers/ace/ATM_Addr.cpp index 739a80763..8b4781c5e 100644 --- a/dep/ACE_wrappers/ace/ATM_Addr.cpp +++ b/dep/ACE_wrappers/ace/ATM_Addr.cpp @@ -520,3 +520,4 @@ ACE_ATM_Addr::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ + diff --git a/dep/ACE_wrappers/ace/ATM_Addr.h b/dep/ACE_wrappers/ace/ATM_Addr.h index 7fa93f149..c111aa448 100644 --- a/dep/ACE_wrappers/ace/ATM_Addr.h +++ b/dep/ACE_wrappers/ace/ATM_Addr.h @@ -195,3 +195,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ #include /**/ "ace/post.h" #endif /* ACE_ATM_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/ATM_Connector.cpp b/dep/ACE_wrappers/ace/ATM_Connector.cpp index c1ce226ad..7d68ed88b 100644 --- a/dep/ACE_wrappers/ace/ATM_Connector.cpp +++ b/dep/ACE_wrappers/ace/ATM_Connector.cpp @@ -136,3 +136,4 @@ ACE_ATM_Connector::connect (ACE_ATM_Stream &new_stream, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ + diff --git a/dep/ACE_wrappers/ace/ATM_Connector.h b/dep/ACE_wrappers/ace/ATM_Connector.h index cbeedeea7..e8657e91a 100644 --- a/dep/ACE_wrappers/ace/ATM_Connector.h +++ b/dep/ACE_wrappers/ace/ATM_Connector.h @@ -162,3 +162,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ #include /**/ "ace/post.h" #endif /* ACE_ATM_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/ATM_Params.cpp b/dep/ACE_wrappers/ace/ATM_Params.cpp index 70a05f1d7..d3e5116b0 100644 --- a/dep/ACE_wrappers/ace/ATM_Params.cpp +++ b/dep/ACE_wrappers/ace/ATM_Params.cpp @@ -18,3 +18,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ + diff --git a/dep/ACE_wrappers/ace/ATM_Params.h b/dep/ACE_wrappers/ace/ATM_Params.h index d1e8c9231..a24464491 100644 --- a/dep/ACE_wrappers/ace/ATM_Params.h +++ b/dep/ACE_wrappers/ace/ATM_Params.h @@ -212,3 +212,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ #include /**/ "ace/post.h" #endif /* ACE_ATM_PARAMS_H */ + diff --git a/dep/ACE_wrappers/ace/ATM_QoS.cpp b/dep/ACE_wrappers/ace/ATM_QoS.cpp index d5405d042..60e4cafad 100644 --- a/dep/ACE_wrappers/ace/ATM_QoS.cpp +++ b/dep/ACE_wrappers/ace/ATM_QoS.cpp @@ -629,3 +629,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ + diff --git a/dep/ACE_wrappers/ace/ATM_QoS.h b/dep/ACE_wrappers/ace/ATM_QoS.h index 4e35f3fdd..3e839fb50 100644 --- a/dep/ACE_wrappers/ace/ATM_QoS.h +++ b/dep/ACE_wrappers/ace/ATM_QoS.h @@ -113,3 +113,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ #include /**/ "ace/post.h" #endif /* ACE_ATM_QoS_H */ + diff --git a/dep/ACE_wrappers/ace/ATM_Stream.cpp b/dep/ACE_wrappers/ace/ATM_Stream.cpp index affb89147..83b462543 100644 --- a/dep/ACE_wrappers/ace/ATM_Stream.cpp +++ b/dep/ACE_wrappers/ace/ATM_Stream.cpp @@ -288,3 +288,4 @@ ACE_ATM_Stream::get_vpi_vci (ACE_UINT16 &vpi, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ + diff --git a/dep/ACE_wrappers/ace/ATM_Stream.h b/dep/ACE_wrappers/ace/ATM_Stream.h index 41ffb0da3..e880f7197 100644 --- a/dep/ACE_wrappers/ace/ATM_Stream.h +++ b/dep/ACE_wrappers/ace/ATM_Stream.h @@ -105,3 +105,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ATM */ #include /**/ "ace/post.h" #endif /* ACE_ATM_STREAM_H */ + diff --git a/dep/ACE_wrappers/ace/Acceptor.cpp b/dep/ACE_wrappers/ace/Acceptor.cpp index 1ba51af5e..01b7f8da6 100644 --- a/dep/ACE_wrappers/ace/Acceptor.cpp +++ b/dep/ACE_wrappers/ace/Acceptor.cpp @@ -1233,3 +1233,4 @@ ACE_Oneshot_Acceptor::operator ACE_PEER_ACCEPT ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_ACCEPTOR_CPP */ + diff --git a/dep/ACE_wrappers/ace/Acceptor.h b/dep/ACE_wrappers/ace/Acceptor.h index 88329be53..855b2f877 100644 --- a/dep/ACE_wrappers/ace/Acceptor.h +++ b/dep/ACE_wrappers/ace/Acceptor.h @@ -686,3 +686,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Activation_Queue.cpp b/dep/ACE_wrappers/ace/Activation_Queue.cpp index f18ada06e..9701af2e2 100644 --- a/dep/ACE_wrappers/ace/Activation_Queue.cpp +++ b/dep/ACE_wrappers/ace/Activation_Queue.cpp @@ -136,3 +136,4 @@ ACE_Activation_Queue::enqueue (ACE_Method_Request *mr, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Activation_Queue.h b/dep/ACE_wrappers/ace/Activation_Queue.h index 454640474..69197c1b7 100644 --- a/dep/ACE_wrappers/ace/Activation_Queue.h +++ b/dep/ACE_wrappers/ace/Activation_Queue.h @@ -171,3 +171,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ACTIVATION_QUEUE_H */ + diff --git a/dep/ACE_wrappers/ace/Active_Map_Manager.cpp b/dep/ACE_wrappers/ace/Active_Map_Manager.cpp index 6ec891b5d..0f3d5485c 100644 --- a/dep/ACE_wrappers/ace/Active_Map_Manager.cpp +++ b/dep/ACE_wrappers/ace/Active_Map_Manager.cpp @@ -7,3 +7,4 @@ ACE_RCSID(ace, Active_Map_Manager, "$Id: Active_Map_Manager.cpp 80826 2008-03-04 #if !defined (__ACE_INLINE__) #include "ace/Active_Map_Manager.inl" #endif /* __ACE_INLINE__ */ + diff --git a/dep/ACE_wrappers/ace/Active_Map_Manager.h b/dep/ACE_wrappers/ace/Active_Map_Manager.h index d1558b146..174009910 100644 --- a/dep/ACE_wrappers/ace/Active_Map_Manager.h +++ b/dep/ACE_wrappers/ace/Active_Map_Manager.h @@ -114,3 +114,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ACTIVE_MAP_MANAGER_H */ + diff --git a/dep/ACE_wrappers/ace/Active_Map_Manager_T.cpp b/dep/ACE_wrappers/ace/Active_Map_Manager_T.cpp index 732cc2951..1d87e44bc 100644 --- a/dep/ACE_wrappers/ace/Active_Map_Manager_T.cpp +++ b/dep/ACE_wrappers/ace/Active_Map_Manager_T.cpp @@ -20,3 +20,4 @@ ACE_ALLOC_HOOK_DEFINE(ACE_Active_Map_Manager) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_ACTIVE_MAP_MANAGER_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Active_Map_Manager_T.h b/dep/ACE_wrappers/ace/Active_Map_Manager_T.h index f63d43537..7930628dc 100644 --- a/dep/ACE_wrappers/ace/Active_Map_Manager_T.h +++ b/dep/ACE_wrappers/ace/Active_Map_Manager_T.h @@ -209,3 +209,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ACTIVE_MAP_MANAGER_T_H */ + diff --git a/dep/ACE_wrappers/ace/Addr.cpp b/dep/ACE_wrappers/ace/Addr.cpp index fb338f9ac..db6e29c72 100644 --- a/dep/ACE_wrappers/ace/Addr.cpp +++ b/dep/ACE_wrappers/ace/Addr.cpp @@ -71,3 +71,4 @@ ACE_Addr::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Addr.h b/dep/ACE_wrappers/ace/Addr.h index e58ffe2c0..fa9b5d757 100644 --- a/dep/ACE_wrappers/ace/Addr.h +++ b/dep/ACE_wrappers/ace/Addr.h @@ -101,3 +101,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/Arg_Shifter.cpp b/dep/ACE_wrappers/ace/Arg_Shifter.cpp index 43d5074db..da1337d9f 100644 --- a/dep/ACE_wrappers/ace/Arg_Shifter.cpp +++ b/dep/ACE_wrappers/ace/Arg_Shifter.cpp @@ -228,3 +228,4 @@ ACE_Arg_Shifter_T::num_ignored_args (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_ATOMIC_OP_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Arg_Shifter.h b/dep/ACE_wrappers/ace/Arg_Shifter.h index e143e57d1..b5700c9f9 100644 --- a/dep/ACE_wrappers/ace/Arg_Shifter.h +++ b/dep/ACE_wrappers/ace/Arg_Shifter.h @@ -219,3 +219,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ARG_SHIFTER_H */ + diff --git a/dep/ACE_wrappers/ace/Argv_Type_Converter.cpp b/dep/ACE_wrappers/ace/Argv_Type_Converter.cpp index d594e6545..6b0860caa 100644 --- a/dep/ACE_wrappers/ace/Argv_Type_Converter.cpp +++ b/dep/ACE_wrappers/ace/Argv_Type_Converter.cpp @@ -202,3 +202,4 @@ ACE_Argv_Type_Converter::cleanup (void) #endif // ACE_USES_WCHAR ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Argv_Type_Converter.h b/dep/ACE_wrappers/ace/Argv_Type_Converter.h index ee2c541ed..957a431a6 100644 --- a/dep/ACE_wrappers/ace/Argv_Type_Converter.h +++ b/dep/ACE_wrappers/ace/Argv_Type_Converter.h @@ -117,3 +117,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ARGV_TYPE_CONVERTER_H */ + diff --git a/dep/ACE_wrappers/ace/Array.h b/dep/ACE_wrappers/ace/Array.h index 3caaa7b71..8ef7f094a 100644 --- a/dep/ACE_wrappers/ace/Array.h +++ b/dep/ACE_wrappers/ace/Array.h @@ -27,3 +27,4 @@ #include /**/ "ace/post.h" #endif /* ACE_ARRAY_H */ + diff --git a/dep/ACE_wrappers/ace/Array_Base.cpp b/dep/ACE_wrappers/ace/Array_Base.cpp index 49e42e1ad..8136d2e53 100644 --- a/dep/ACE_wrappers/ace/Array_Base.cpp +++ b/dep/ACE_wrappers/ace/Array_Base.cpp @@ -233,3 +233,4 @@ ACE_Array_Iterator::next (T *&item) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_ARRAY_BASE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Array_Base.h b/dep/ACE_wrappers/ace/Array_Base.h index 44e281255..feef89eda 100644 --- a/dep/ACE_wrappers/ace/Array_Base.h +++ b/dep/ACE_wrappers/ace/Array_Base.h @@ -254,3 +254,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ARRAY_BASE_H */ + diff --git a/dep/ACE_wrappers/ace/Array_Map.cpp b/dep/ACE_wrappers/ace/Array_Map.cpp index 5530a8b54..c66a21ddc 100644 --- a/dep/ACE_wrappers/ace/Array_Map.cpp +++ b/dep/ACE_wrappers/ace/Array_Map.cpp @@ -297,3 +297,4 @@ operator< (ACE_Array_Map const & lhs, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_ARRAY_MAP_CPP */ + diff --git a/dep/ACE_wrappers/ace/Array_Map.h b/dep/ACE_wrappers/ace/Array_Map.h index ce0633421..18c0dbe1b 100644 --- a/dep/ACE_wrappers/ace/Array_Map.h +++ b/dep/ACE_wrappers/ace/Array_Map.h @@ -298,3 +298,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ARRAY_MAP_H */ + diff --git a/dep/ACE_wrappers/ace/Assert.cpp b/dep/ACE_wrappers/ace/Assert.cpp index 4a71c9e5a..3faf3426d 100644 --- a/dep/ACE_wrappers/ace/Assert.cpp +++ b/dep/ACE_wrappers/ace/Assert.cpp @@ -22,3 +22,4 @@ __ace_assert(const char *file, int line, const ACE_TCHAR *expression) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Assert.h b/dep/ACE_wrappers/ace/Assert.h index cf28a4a89..5bdf56f05 100644 --- a/dep/ACE_wrappers/ace/Assert.h +++ b/dep/ACE_wrappers/ace/Assert.h @@ -36,3 +36,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ASSERT */ + diff --git a/dep/ACE_wrappers/ace/Asynch_Acceptor.cpp b/dep/ACE_wrappers/ace/Asynch_Acceptor.cpp index 12aeebe0d..50122caa9 100644 --- a/dep/ACE_wrappers/ace/Asynch_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/Asynch_Acceptor.cpp @@ -512,3 +512,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 || ACE_HAS_AIO_CALLS */ #endif /* ACE_ASYNCH_ACCEPTOR_C */ + diff --git a/dep/ACE_wrappers/ace/Asynch_Acceptor.h b/dep/ACE_wrappers/ace/Asynch_Acceptor.h index 29872d594..e14126d3f 100644 --- a/dep/ACE_wrappers/ace/Asynch_Acceptor.h +++ b/dep/ACE_wrappers/ace/Asynch_Acceptor.h @@ -279,3 +279,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_WIN32_OVERLAPPED_IO || ACE_HAS_AIO_CALLS */ #include /**/ "ace/post.h" #endif /* ACE_ASYNCH_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Asynch_Connector.cpp b/dep/ACE_wrappers/ace/Asynch_Connector.cpp index 3d493069f..3a5fac780 100644 --- a/dep/ACE_wrappers/ace/Asynch_Connector.cpp +++ b/dep/ACE_wrappers/ace/Asynch_Connector.cpp @@ -294,3 +294,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 || ACE_HAS_AIO_CALLS */ #endif /* ACE_ASYNCH_CONNECTOR_CPP */ + diff --git a/dep/ACE_wrappers/ace/Asynch_Connector.h b/dep/ACE_wrappers/ace/Asynch_Connector.h index 7c7969cc2..64781ad36 100644 --- a/dep/ACE_wrappers/ace/Asynch_Connector.h +++ b/dep/ACE_wrappers/ace/Asynch_Connector.h @@ -169,3 +169,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 || ACE_HAS_AIO_CALLS */ #include /**/ "ace/post.h" #endif /* ACE_ASYNCH_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Asynch_IO.cpp b/dep/ACE_wrappers/ace/Asynch_IO.cpp index 26bba31a3..f004fb0d2 100644 --- a/dep/ACE_wrappers/ace/Asynch_IO.cpp +++ b/dep/ACE_wrappers/ace/Asynch_IO.cpp @@ -1412,3 +1412,4 @@ ACE_Asynch_Write_Dgram::Result::~Result (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_WIN32_OVERLAPPED_IO || ACE_HAS_AIO_CALLS */ + diff --git a/dep/ACE_wrappers/ace/Asynch_IO.h b/dep/ACE_wrappers/ace/Asynch_IO.h index 6aeb21fe5..3b5004ce4 100644 --- a/dep/ACE_wrappers/ace/Asynch_IO.h +++ b/dep/ACE_wrappers/ace/Asynch_IO.h @@ -1732,3 +1732,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 || ACE_HAS_AIO_CALLS*/ #include /**/ "ace/post.h" #endif /* ACE_ASYNCH_IO_H */ + diff --git a/dep/ACE_wrappers/ace/Asynch_IO_Impl.cpp b/dep/ACE_wrappers/ace/Asynch_IO_Impl.cpp index b4b47eda5..5bfc8b4c7 100644 --- a/dep/ACE_wrappers/ace/Asynch_IO_Impl.cpp +++ b/dep/ACE_wrappers/ace/Asynch_IO_Impl.cpp @@ -115,3 +115,4 @@ ACE_Asynch_Write_Dgram_Result_Impl::ACE_Asynch_Write_Dgram_Result_Impl (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_WIN32_OVERLAPPED_IO || ACE_HAS_AIO_CALLS */ + diff --git a/dep/ACE_wrappers/ace/Asynch_IO_Impl.h b/dep/ACE_wrappers/ace/Asynch_IO_Impl.h index 06eb5c10a..9e6652e7e 100644 --- a/dep/ACE_wrappers/ace/Asynch_IO_Impl.h +++ b/dep/ACE_wrappers/ace/Asynch_IO_Impl.h @@ -814,3 +814,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_WIN32_OVERLAPPED_IO || ACE_HAS_AIO_CALLS */ #include /**/ "ace/post.h" #endif /* ACE_ASYNCH_IO_IMPL_H */ + diff --git a/dep/ACE_wrappers/ace/Asynch_Pseudo_Task.cpp b/dep/ACE_wrappers/ace/Asynch_Pseudo_Task.cpp index 94f0d6980..34715c2bb 100644 --- a/dep/ACE_wrappers/ace/Asynch_Pseudo_Task.cpp +++ b/dep/ACE_wrappers/ace/Asynch_Pseudo_Task.cpp @@ -128,3 +128,4 @@ ACE_Asynch_Pseudo_Task::resume_io_handler (ACE_HANDLE handle) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Asynch_Pseudo_Task.h b/dep/ACE_wrappers/ace/Asynch_Pseudo_Task.h index 6e2c3a1d4..4c5a94fec 100644 --- a/dep/ACE_wrappers/ace/Asynch_Pseudo_Task.h +++ b/dep/ACE_wrappers/ace/Asynch_Pseudo_Task.h @@ -71,3 +71,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ASYNCH_PSEUDO_TASK_H */ + diff --git a/dep/ACE_wrappers/ace/Atomic_Op.cpp b/dep/ACE_wrappers/ace/Atomic_Op.cpp index 57139ac85..473c482ad 100644 --- a/dep/ACE_wrappers/ace/Atomic_Op.cpp +++ b/dep/ACE_wrappers/ace/Atomic_Op.cpp @@ -308,3 +308,4 @@ ACE_Atomic_Op::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_BUILTIN_ATOMIC_OP */ + diff --git a/dep/ACE_wrappers/ace/Atomic_Op.h b/dep/ACE_wrappers/ace/Atomic_Op.h index 196b9208f..c750999af 100644 --- a/dep/ACE_wrappers/ace/Atomic_Op.h +++ b/dep/ACE_wrappers/ace/Atomic_Op.h @@ -258,3 +258,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_ATOMIC_OP_H*/ + diff --git a/dep/ACE_wrappers/ace/Atomic_Op_Sparc.h b/dep/ACE_wrappers/ace/Atomic_Op_Sparc.h index 75b9ad6ea..d521520c9 100644 --- a/dep/ACE_wrappers/ace/Atomic_Op_Sparc.h +++ b/dep/ACE_wrappers/ace/Atomic_Op_Sparc.h @@ -12,3 +12,4 @@ extern "C" } #endif /* ACE_ATOMIC_OP_SPARC_H */ + diff --git a/dep/ACE_wrappers/ace/Atomic_Op_T.cpp b/dep/ACE_wrappers/ace/Atomic_Op_T.cpp index 7f14370c6..bb47112e1 100644 --- a/dep/ACE_wrappers/ace/Atomic_Op_T.cpp +++ b/dep/ACE_wrappers/ace/Atomic_Op_T.cpp @@ -80,3 +80,4 @@ ACE_Atomic_Op::ACE_Atomic_Op ( ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_ATOMIC_OP_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Atomic_Op_T.h b/dep/ACE_wrappers/ace/Atomic_Op_T.h index 13bd7dbbf..afd163c58 100644 --- a/dep/ACE_wrappers/ace/Atomic_Op_T.h +++ b/dep/ACE_wrappers/ace/Atomic_Op_T.h @@ -367,3 +367,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_ATOMIC_OP_T_H*/ + diff --git a/dep/ACE_wrappers/ace/Auto_Event.cpp b/dep/ACE_wrappers/ace/Auto_Event.cpp index 51efcf760..875b7ad05 100644 --- a/dep/ACE_wrappers/ace/Auto_Event.cpp +++ b/dep/ACE_wrappers/ace/Auto_Event.cpp @@ -47,3 +47,4 @@ ACE_Auto_Event::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Auto_Event.h b/dep/ACE_wrappers/ace/Auto_Event.h index 042f82ed2..307c89cdd 100644 --- a/dep/ACE_wrappers/ace/Auto_Event.h +++ b/dep/ACE_wrappers/ace/Auto_Event.h @@ -71,3 +71,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_AUTO_EVENT_H */ + diff --git a/dep/ACE_wrappers/ace/Auto_Functor.cpp b/dep/ACE_wrappers/ace/Auto_Functor.cpp index 9d0dc79aa..f0f8296e0 100644 --- a/dep/ACE_wrappers/ace/Auto_Functor.cpp +++ b/dep/ACE_wrappers/ace/Auto_Functor.cpp @@ -37,3 +37,4 @@ ACE_Utils::Auto_Functor::reset(X * p, Functor f) ACE_END_VERSIONED_NAMESPACE_DECL #endif /*ACE_AUTO_FUNCTOR_CPP*/ + diff --git a/dep/ACE_wrappers/ace/Auto_Functor.h b/dep/ACE_wrappers/ace/Auto_Functor.h index 2c2b81eb2..339054506 100644 --- a/dep/ACE_wrappers/ace/Auto_Functor.h +++ b/dep/ACE_wrappers/ace/Auto_Functor.h @@ -125,3 +125,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_AUTO_FUNCTOR_H*/ + diff --git a/dep/ACE_wrappers/ace/Auto_IncDec_T.cpp b/dep/ACE_wrappers/ace/Auto_IncDec_T.cpp index ccef122ed..668b4c81c 100644 --- a/dep/ACE_wrappers/ace/Auto_IncDec_T.cpp +++ b/dep/ACE_wrappers/ace/Auto_IncDec_T.cpp @@ -32,3 +32,4 @@ ACE_Auto_IncDec::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_AUTO_INCDEC_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Auto_IncDec_T.h b/dep/ACE_wrappers/ace/Auto_IncDec_T.h index 01677101d..bc46b8b2f 100644 --- a/dep/ACE_wrappers/ace/Auto_IncDec_T.h +++ b/dep/ACE_wrappers/ace/Auto_IncDec_T.h @@ -89,3 +89,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_AUTO_INCDEC_T_H */ + diff --git a/dep/ACE_wrappers/ace/Auto_Ptr.cpp b/dep/ACE_wrappers/ace/Auto_Ptr.cpp index 791bd482a..56fc9af0e 100644 --- a/dep/ACE_wrappers/ace/Auto_Ptr.cpp +++ b/dep/ACE_wrappers/ace/Auto_Ptr.cpp @@ -19,3 +19,4 @@ ACE_ALLOC_HOOK_DEFINE(ACE_Auto_Basic_Array_Ptr) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_AUTO_PTR_CPP */ + diff --git a/dep/ACE_wrappers/ace/Auto_Ptr.h b/dep/ACE_wrappers/ace/Auto_Ptr.h index 3183019ac..d7547c440 100644 --- a/dep/ACE_wrappers/ace/Auto_Ptr.h +++ b/dep/ACE_wrappers/ace/Auto_Ptr.h @@ -240,3 +240,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_AUTO_PTR_H */ + diff --git a/dep/ACE_wrappers/ace/Barrier.cpp b/dep/ACE_wrappers/ace/Barrier.cpp index f3f4454b7..515a73f95 100644 --- a/dep/ACE_wrappers/ace/Barrier.cpp +++ b/dep/ACE_wrappers/ace/Barrier.cpp @@ -195,3 +195,4 @@ ACE_Process_Barrier::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/Barrier.h b/dep/ACE_wrappers/ace/Barrier.h index 189ff07e4..5fc9b9e8b 100644 --- a/dep/ACE_wrappers/ace/Barrier.h +++ b/dep/ACE_wrappers/ace/Barrier.h @@ -213,3 +213,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_BARRIER_H */ + diff --git a/dep/ACE_wrappers/ace/Base_Thread_Adapter.cpp b/dep/ACE_wrappers/ace/Base_Thread_Adapter.cpp index 94386ee1d..d74f19341 100644 --- a/dep/ACE_wrappers/ace/Base_Thread_Adapter.cpp +++ b/dep/ACE_wrappers/ace/Base_Thread_Adapter.cpp @@ -126,3 +126,4 @@ ACE_THREAD_ADAPTER_NAME (void *args) return status; } + diff --git a/dep/ACE_wrappers/ace/Base_Thread_Adapter.h b/dep/ACE_wrappers/ace/Base_Thread_Adapter.h index b36d18e4f..beee7210f 100644 --- a/dep/ACE_wrappers/ace/Base_Thread_Adapter.h +++ b/dep/ACE_wrappers/ace/Base_Thread_Adapter.h @@ -193,3 +193,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_BASE_THREAD_ADAPTER_H */ + diff --git a/dep/ACE_wrappers/ace/Based_Pointer_Repository.cpp b/dep/ACE_wrappers/ace/Based_Pointer_Repository.cpp index 4ebe8b82c..c9bf92f78 100644 --- a/dep/ACE_wrappers/ace/Based_Pointer_Repository.cpp +++ b/dep/ACE_wrappers/ace/Based_Pointer_Repository.cpp @@ -117,3 +117,4 @@ template ACE_Singleton * #endif /* ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Based_Pointer_Repository.h b/dep/ACE_wrappers/ace/Based_Pointer_Repository.h index f674a8de7..047e34dca 100644 --- a/dep/ACE_wrappers/ace/Based_Pointer_Repository.h +++ b/dep/ACE_wrappers/ace/Based_Pointer_Repository.h @@ -89,3 +89,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_BASED_POINTER_REPOSITORY_H */ + diff --git a/dep/ACE_wrappers/ace/Based_Pointer_T.cpp b/dep/ACE_wrappers/ace/Based_Pointer_T.cpp index b85774db4..819437974 100644 --- a/dep/ACE_wrappers/ace/Based_Pointer_T.cpp +++ b/dep/ACE_wrappers/ace/Based_Pointer_T.cpp @@ -119,3 +119,4 @@ ACE_Based_Pointer::ACE_Based_Pointer (const ACE_Based_Pointer ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_CACHE_MAP_MANAGER_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Cache_Map_Manager_T.h b/dep/ACE_wrappers/ace/Cache_Map_Manager_T.h index 060a8b38a..1476597ab 100644 --- a/dep/ACE_wrappers/ace/Cache_Map_Manager_T.h +++ b/dep/ACE_wrappers/ace/Cache_Map_Manager_T.h @@ -403,3 +403,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CACHE_MAP_MANAGER_T_H */ + diff --git a/dep/ACE_wrappers/ace/Cached_Connect_Strategy_T.cpp b/dep/ACE_wrappers/ace/Cached_Connect_Strategy_T.cpp index 1f9ad0abd..abf546c51 100644 --- a/dep/ACE_wrappers/ace/Cached_Connect_Strategy_T.cpp +++ b/dep/ACE_wrappers/ace/Cached_Connect_Strategy_T.cpp @@ -732,3 +732,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #undef ACE_T2 #endif /* ACE_CACHED_CONNECT_STRATEGY_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Cached_Connect_Strategy_T.h b/dep/ACE_wrappers/ace/Cached_Connect_Strategy_T.h index 15517ddc3..9f3227b54 100644 --- a/dep/ACE_wrappers/ace/Cached_Connect_Strategy_T.h +++ b/dep/ACE_wrappers/ace/Cached_Connect_Strategy_T.h @@ -260,3 +260,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* CACHED_CONNECT_STRATEGY_T_H */ + diff --git a/dep/ACE_wrappers/ace/Caching_Strategies_T.cpp b/dep/ACE_wrappers/ace/Caching_Strategies_T.cpp index 2b0fd4e76..f7c047fb5 100644 --- a/dep/ACE_wrappers/ace/Caching_Strategies_T.cpp +++ b/dep/ACE_wrappers/ace/Caching_Strategies_T.cpp @@ -57,3 +57,4 @@ ACE_ALLOC_HOOK_DEFINE(ACE_Null_Caching_Strategy) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_CACHING_STRATEGIES_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Caching_Strategies_T.h b/dep/ACE_wrappers/ace/Caching_Strategies_T.h index e4b0817aa..d78332e41 100644 --- a/dep/ACE_wrappers/ace/Caching_Strategies_T.h +++ b/dep/ACE_wrappers/ace/Caching_Strategies_T.h @@ -550,3 +550,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CACHING_STRATEGIES_H */ + diff --git a/dep/ACE_wrappers/ace/Caching_Utility_T.cpp b/dep/ACE_wrappers/ace/Caching_Utility_T.cpp index a03a45758..15e402985 100644 --- a/dep/ACE_wrappers/ace/Caching_Utility_T.cpp +++ b/dep/ACE_wrappers/ace/Caching_Utility_T.cpp @@ -497,3 +497,4 @@ ACE_Null_Caching_Utility::minimum ( ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_CACHING_UTILITY_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Caching_Utility_T.h b/dep/ACE_wrappers/ace/Caching_Utility_T.h index 5428682d0..9859159be 100644 --- a/dep/ACE_wrappers/ace/Caching_Utility_T.h +++ b/dep/ACE_wrappers/ace/Caching_Utility_T.h @@ -345,3 +345,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CACHING_UTILITY_H */ + diff --git a/dep/ACE_wrappers/ace/Capabilities.cpp b/dep/ACE_wrappers/ace/Capabilities.cpp index 5d46e7547..4f8151d1b 100644 --- a/dep/ACE_wrappers/ace/Capabilities.cpp +++ b/dep/ACE_wrappers/ace/Capabilities.cpp @@ -353,3 +353,4 @@ ACE_Capabilities::getent (const ACE_TCHAR *fname, const ACE_TCHAR *name) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Capabilities.h b/dep/ACE_wrappers/ace/Capabilities.h index e893d987c..459afd1c6 100644 --- a/dep/ACE_wrappers/ace/Capabilities.h +++ b/dep/ACE_wrappers/ace/Capabilities.h @@ -219,3 +219,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* __ACE_CAPABILITIES_H__ */ + diff --git a/dep/ACE_wrappers/ace/Cleanup.cpp b/dep/ACE_wrappers/ace/Cleanup.cpp index 752ffb40b..960e74fff 100644 --- a/dep/ACE_wrappers/ace/Cleanup.cpp +++ b/dep/ACE_wrappers/ace/Cleanup.cpp @@ -190,3 +190,4 @@ ACE_OS_Exit_Info::call_hooks (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Cleanup.h b/dep/ACE_wrappers/ace/Cleanup.h index 8ea036058..c38db7013 100644 --- a/dep/ACE_wrappers/ace/Cleanup.h +++ b/dep/ACE_wrappers/ace/Cleanup.h @@ -135,3 +135,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_CLEANUP_H */ + diff --git a/dep/ACE_wrappers/ace/Cleanup_Strategies_T.cpp b/dep/ACE_wrappers/ace/Cleanup_Strategies_T.cpp index 329659937..b6e95e969 100644 --- a/dep/ACE_wrappers/ace/Cleanup_Strategies_T.cpp +++ b/dep/ACE_wrappers/ace/Cleanup_Strategies_T.cpp @@ -93,3 +93,4 @@ ACE_Null_Cleanup_Strategy::cleanup (CONTAINER &, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_CLEANUP_STRATEGIES_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Cleanup_Strategies_T.h b/dep/ACE_wrappers/ace/Cleanup_Strategies_T.h index ca51b47b1..776ae2844 100644 --- a/dep/ACE_wrappers/ace/Cleanup_Strategies_T.h +++ b/dep/ACE_wrappers/ace/Cleanup_Strategies_T.h @@ -147,3 +147,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* CLEANUP_STRATEGIES_H */ + diff --git a/dep/ACE_wrappers/ace/Codecs.cpp b/dep/ACE_wrappers/ace/Codecs.cpp index a9fffb79b..d0bb07783 100644 --- a/dep/ACE_wrappers/ace/Codecs.cpp +++ b/dep/ACE_wrappers/ace/Codecs.cpp @@ -232,3 +232,4 @@ ACE_Base64::init () } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Codecs.h b/dep/ACE_wrappers/ace/Codecs.h index 2c4227dd0..0e0f13ac3 100644 --- a/dep/ACE_wrappers/ace/Codecs.h +++ b/dep/ACE_wrappers/ace/Codecs.h @@ -119,3 +119,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CODECS_H */ + diff --git a/dep/ACE_wrappers/ace/Codeset_IBM1047.cpp b/dep/ACE_wrappers/ace/Codeset_IBM1047.cpp index 91582cf4e..62488c892 100644 --- a/dep/ACE_wrappers/ace/Codeset_IBM1047.cpp +++ b/dep/ACE_wrappers/ace/Codeset_IBM1047.cpp @@ -307,3 +307,4 @@ ACE_ISO8859_IBM1047::write_char_array (ACE_OutputCDR &out, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_EBCDIC */ + diff --git a/dep/ACE_wrappers/ace/Codeset_IBM1047.h b/dep/ACE_wrappers/ace/Codeset_IBM1047.h index 3caa8881f..7e0df2b5c 100644 --- a/dep/ACE_wrappers/ace/Codeset_IBM1047.h +++ b/dep/ACE_wrappers/ace/Codeset_IBM1047.h @@ -125,3 +125,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CODESET_IMB1047_H */ + diff --git a/dep/ACE_wrappers/ace/Codeset_Registry.cpp b/dep/ACE_wrappers/ace/Codeset_Registry.cpp index c23ef3723..789340af3 100644 --- a/dep/ACE_wrappers/ace/Codeset_Registry.cpp +++ b/dep/ACE_wrappers/ace/Codeset_Registry.cpp @@ -109,3 +109,4 @@ ACE_Codeset_Registry::get_max_bytes_i (ACE_CDR::ULong codeset_id) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Codeset_Registry.h b/dep/ACE_wrappers/ace/Codeset_Registry.h index e72c435f8..80887d9a1 100644 --- a/dep/ACE_wrappers/ace/Codeset_Registry.h +++ b/dep/ACE_wrappers/ace/Codeset_Registry.h @@ -102,3 +102,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CODESET_REGISTRY_H */ + diff --git a/dep/ACE_wrappers/ace/Codeset_Registry_db.cpp b/dep/ACE_wrappers/ace/Codeset_Registry_db.cpp index 32b38631c..1f900db9b 100644 --- a/dep/ACE_wrappers/ace/Codeset_Registry_db.cpp +++ b/dep/ACE_wrappers/ace/Codeset_Registry_db.cpp @@ -31,3 +31,4 @@ ACE_Codeset_Registry::registry_db_[] = size_t const ACE_Codeset_Registry::num_registry_entries_ = 9; ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Codeset_Symbols.h b/dep/ACE_wrappers/ace/Codeset_Symbols.h index 6ffe198c1..2cfb6bc26 100644 --- a/dep/ACE_wrappers/ace/Codeset_Symbols.h +++ b/dep/ACE_wrappers/ace/Codeset_Symbols.h @@ -218,3 +218,4 @@ #define ACE_CODESET_ID_TAO_BACKWARD_COMPATIBLE 0xf54414F0U #endif // CODESET_SYMBOLS_H + diff --git a/dep/ACE_wrappers/ace/Condition_Recursive_Thread_Mutex.cpp b/dep/ACE_wrappers/ace/Condition_Recursive_Thread_Mutex.cpp index 2a12b132f..658100f18 100644 --- a/dep/ACE_wrappers/ace/Condition_Recursive_Thread_Mutex.cpp +++ b/dep/ACE_wrappers/ace/Condition_Recursive_Thread_Mutex.cpp @@ -127,3 +127,4 @@ ACE_Condition_Recursive_Thread_Mutex::ACE_Condition_Recursive_Thread_Mutex ( ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/Condition_Recursive_Thread_Mutex.h b/dep/ACE_wrappers/ace/Condition_Recursive_Thread_Mutex.h index f3c4b5257..8625aa2fc 100644 --- a/dep/ACE_wrappers/ace/Condition_Recursive_Thread_Mutex.h +++ b/dep/ACE_wrappers/ace/Condition_Recursive_Thread_Mutex.h @@ -116,3 +116,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CONDITION_RECURSIVE_THREAD_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/Condition_T.cpp b/dep/ACE_wrappers/ace/Condition_T.cpp index a2ebff153..6bc7ce579 100644 --- a/dep/ACE_wrappers/ace/Condition_T.cpp +++ b/dep/ACE_wrappers/ace/Condition_T.cpp @@ -120,3 +120,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ #endif /* ACE_CONDITION_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Condition_T.h b/dep/ACE_wrappers/ace/Condition_T.h index 936ce8217..8e6132ec9 100644 --- a/dep/ACE_wrappers/ace/Condition_T.h +++ b/dep/ACE_wrappers/ace/Condition_T.h @@ -165,3 +165,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CONDITION_T_H */ + diff --git a/dep/ACE_wrappers/ace/Condition_Thread_Mutex.cpp b/dep/ACE_wrappers/ace/Condition_Thread_Mutex.cpp index c9f2620e4..d1142f721 100644 --- a/dep/ACE_wrappers/ace/Condition_Thread_Mutex.cpp +++ b/dep/ACE_wrappers/ace/Condition_Thread_Mutex.cpp @@ -124,3 +124,4 @@ ACE_Condition_Thread_Mutex::broadcast (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/Condition_Thread_Mutex.h b/dep/ACE_wrappers/ace/Condition_Thread_Mutex.h index 693ff0820..bc47ae251 100644 --- a/dep/ACE_wrappers/ace/Condition_Thread_Mutex.h +++ b/dep/ACE_wrappers/ace/Condition_Thread_Mutex.h @@ -188,3 +188,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CONDITION_THREAD_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/Configuration.cpp b/dep/ACE_wrappers/ace/Configuration.cpp index 734482f0e..fd8548d9e 100644 --- a/dep/ACE_wrappers/ace/Configuration.cpp +++ b/dep/ACE_wrappers/ace/Configuration.cpp @@ -2146,3 +2146,4 @@ ACE_Configuration_Heap::remove_value (const ACE_Configuration_Section_Key& key, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Configuration.h b/dep/ACE_wrappers/ace/Configuration.h index a0098c8ec..55bd705bf 100644 --- a/dep/ACE_wrappers/ace/Configuration.h +++ b/dep/ACE_wrappers/ace/Configuration.h @@ -892,3 +892,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CONFIGURATION_H */ + diff --git a/dep/ACE_wrappers/ace/Configuration_Import_Export.cpp b/dep/ACE_wrappers/ace/Configuration_Import_Export.cpp index 88e6d66f2..bd5a79b14 100644 --- a/dep/ACE_wrappers/ace/Configuration_Import_Export.cpp +++ b/dep/ACE_wrappers/ace/Configuration_Import_Export.cpp @@ -668,3 +668,4 @@ ACE_Ini_ImpExp::squish (ACE_TCHAR *src) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Configuration_Import_Export.h b/dep/ACE_wrappers/ace/Configuration_Import_Export.h index e93544bee..ec47bafa1 100644 --- a/dep/ACE_wrappers/ace/Configuration_Import_Export.h +++ b/dep/ACE_wrappers/ace/Configuration_Import_Export.h @@ -213,3 +213,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CONFIGURATION_IMPORT_EXPORT_H */ + diff --git a/dep/ACE_wrappers/ace/Connection_Recycling_Strategy.cpp b/dep/ACE_wrappers/ace/Connection_Recycling_Strategy.cpp index 78b088843..6f32c9a2d 100644 --- a/dep/ACE_wrappers/ace/Connection_Recycling_Strategy.cpp +++ b/dep/ACE_wrappers/ace/Connection_Recycling_Strategy.cpp @@ -11,3 +11,4 @@ ACE_Connection_Recycling_Strategy::~ACE_Connection_Recycling_Strategy (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Connection_Recycling_Strategy.h b/dep/ACE_wrappers/ace/Connection_Recycling_Strategy.h index 75169638d..0770c3a6c 100644 --- a/dep/ACE_wrappers/ace/Connection_Recycling_Strategy.h +++ b/dep/ACE_wrappers/ace/Connection_Recycling_Strategy.h @@ -61,3 +61,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_CONNECTION_RECYCLING_STRATEGY*/ + diff --git a/dep/ACE_wrappers/ace/Connector.cpp b/dep/ACE_wrappers/ace/Connector.cpp index 3e68abc09..6372ffb1a 100644 --- a/dep/ACE_wrappers/ace/Connector.cpp +++ b/dep/ACE_wrappers/ace/Connector.cpp @@ -964,3 +964,4 @@ ACE_Strategy_Connector::concurrency_strategy ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_CONNECTOR_C */ + diff --git a/dep/ACE_wrappers/ace/Connector.h b/dep/ACE_wrappers/ace/Connector.h index b13fc56c1..736893565 100644 --- a/dep/ACE_wrappers/ace/Connector.h +++ b/dep/ACE_wrappers/ace/Connector.h @@ -561,3 +561,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Containers.cpp b/dep/ACE_wrappers/ace/Containers.cpp index 244a9ad4b..754ef0e51 100644 --- a/dep/ACE_wrappers/ace/Containers.cpp +++ b/dep/ACE_wrappers/ace/Containers.cpp @@ -10,3 +10,4 @@ ACE_RCSID (ace, #include "ace/Containers.inl" #endif /* __ACE_INLINE__ */ + diff --git a/dep/ACE_wrappers/ace/Containers.h b/dep/ACE_wrappers/ace/Containers.h index ecff8e368..f6f1d35bb 100644 --- a/dep/ACE_wrappers/ace/Containers.h +++ b/dep/ACE_wrappers/ace/Containers.h @@ -69,3 +69,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CONTAINERS_H */ + diff --git a/dep/ACE_wrappers/ace/Containers_T.cpp b/dep/ACE_wrappers/ace/Containers_T.cpp index f4b6bd8a7..29a4b3574 100644 --- a/dep/ACE_wrappers/ace/Containers_T.cpp +++ b/dep/ACE_wrappers/ace/Containers_T.cpp @@ -1930,3 +1930,4 @@ ACE_Array::operator== (const ACE_Array &s) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_CONTAINERS_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Containers_T.h b/dep/ACE_wrappers/ace/Containers_T.h index 7245b51b6..8969d3cf9 100644 --- a/dep/ACE_wrappers/ace/Containers_T.h +++ b/dep/ACE_wrappers/ace/Containers_T.h @@ -2071,3 +2071,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CONTAINERS_T_H */ + diff --git a/dep/ACE_wrappers/ace/Copy_Disabled.cpp b/dep/ACE_wrappers/ace/Copy_Disabled.cpp index 687831119..92cc98cd1 100644 --- a/dep/ACE_wrappers/ace/Copy_Disabled.cpp +++ b/dep/ACE_wrappers/ace/Copy_Disabled.cpp @@ -21,3 +21,4 @@ ACE_Copy_Disabled::ACE_Copy_Disabled (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Copy_Disabled.h b/dep/ACE_wrappers/ace/Copy_Disabled.h index f7b40e264..4dd6c2216 100644 --- a/dep/ACE_wrappers/ace/Copy_Disabled.h +++ b/dep/ACE_wrappers/ace/Copy_Disabled.h @@ -63,3 +63,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_COPY_DISABLED_H */ + diff --git a/dep/ACE_wrappers/ace/Countdown_Time.cpp b/dep/ACE_wrappers/ace/Countdown_Time.cpp index dbb2ca55a..3b3eede43 100644 --- a/dep/ACE_wrappers/ace/Countdown_Time.cpp +++ b/dep/ACE_wrappers/ace/Countdown_Time.cpp @@ -64,3 +64,4 @@ ACE_Countdown_Time::update (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Countdown_Time.h b/dep/ACE_wrappers/ace/Countdown_Time.h index c12cfb108..cc76bed02 100644 --- a/dep/ACE_wrappers/ace/Countdown_Time.h +++ b/dep/ACE_wrappers/ace/Countdown_Time.h @@ -78,3 +78,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_COUNTDOWN_TIME_H */ + diff --git a/dep/ACE_wrappers/ace/DEV.cpp b/dep/ACE_wrappers/ace/DEV.cpp index 42178a68e..7b4fb00f2 100644 --- a/dep/ACE_wrappers/ace/DEV.cpp +++ b/dep/ACE_wrappers/ace/DEV.cpp @@ -41,3 +41,4 @@ ACE_DEV::close (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/DEV.h b/dep/ACE_wrappers/ace/DEV.h index 86f8d5dc8..6a6a7419e 100644 --- a/dep/ACE_wrappers/ace/DEV.h +++ b/dep/ACE_wrappers/ace/DEV.h @@ -76,3 +76,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DEV_H */ + diff --git a/dep/ACE_wrappers/ace/DEV_Addr.cpp b/dep/ACE_wrappers/ace/DEV_Addr.cpp index 64bbb5087..73abb6568 100644 --- a/dep/ACE_wrappers/ace/DEV_Addr.cpp +++ b/dep/ACE_wrappers/ace/DEV_Addr.cpp @@ -106,3 +106,4 @@ ACE_DEV_Addr::operator= (const ACE_DEV_Addr &sa) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/DEV_Addr.h b/dep/ACE_wrappers/ace/DEV_Addr.h index 49ec5023a..f658cb020 100644 --- a/dep/ACE_wrappers/ace/DEV_Addr.h +++ b/dep/ACE_wrappers/ace/DEV_Addr.h @@ -88,3 +88,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DEV_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/DEV_Connector.cpp b/dep/ACE_wrappers/ace/DEV_Connector.cpp index bdc2530ac..02763c952 100644 --- a/dep/ACE_wrappers/ace/DEV_Connector.cpp +++ b/dep/ACE_wrappers/ace/DEV_Connector.cpp @@ -51,3 +51,4 @@ ACE_DEV_Connector::connect (ACE_DEV_IO &new_io, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/DEV_Connector.h b/dep/ACE_wrappers/ace/DEV_Connector.h index 32a7223f4..565d7ae02 100644 --- a/dep/ACE_wrappers/ace/DEV_Connector.h +++ b/dep/ACE_wrappers/ace/DEV_Connector.h @@ -108,3 +108,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DEV_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/DEV_IO.cpp b/dep/ACE_wrappers/ace/DEV_IO.cpp index b9a8e1f46..e3c92041f 100644 --- a/dep/ACE_wrappers/ace/DEV_IO.cpp +++ b/dep/ACE_wrappers/ace/DEV_IO.cpp @@ -129,3 +129,4 @@ ACE_DEV_IO::recv (size_t n, ...) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/DEV_IO.h b/dep/ACE_wrappers/ace/DEV_IO.h index 3b1c3deb3..e19cfd356 100644 --- a/dep/ACE_wrappers/ace/DEV_IO.h +++ b/dep/ACE_wrappers/ace/DEV_IO.h @@ -183,3 +183,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DEV_IO_H */ + diff --git a/dep/ACE_wrappers/ace/DLL.cpp b/dep/ACE_wrappers/ace/DLL.cpp index cad251100..43cfa2efa 100644 --- a/dep/ACE_wrappers/ace/DLL.cpp +++ b/dep/ACE_wrappers/ace/DLL.cpp @@ -265,3 +265,4 @@ ACE_DLL::set_handle (ACE_SHLIB_HANDLE handle, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/DLL.h b/dep/ACE_wrappers/ace/DLL.h index fa748e8d9..a9700daaf 100644 --- a/dep/ACE_wrappers/ace/DLL.h +++ b/dep/ACE_wrappers/ace/DLL.h @@ -194,3 +194,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DLL_H */ + diff --git a/dep/ACE_wrappers/ace/DLL_Manager.cpp b/dep/ACE_wrappers/ace/DLL_Manager.cpp index 90049a042..9463aa5e1 100644 --- a/dep/ACE_wrappers/ace/DLL_Manager.cpp +++ b/dep/ACE_wrappers/ace/DLL_Manager.cpp @@ -785,3 +785,4 @@ ACE_DLL_Manager::unload_dll (ACE_DLL_Handle *dll_handle, int force_unload) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/DLL_Manager.h b/dep/ACE_wrappers/ace/DLL_Manager.h index 63b9ee04a..0e571b6c0 100644 --- a/dep/ACE_wrappers/ace/DLL_Manager.h +++ b/dep/ACE_wrappers/ace/DLL_Manager.h @@ -267,3 +267,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DLL_MANAGER_H */ + diff --git a/dep/ACE_wrappers/ace/Date_Time.cpp b/dep/ACE_wrappers/ace/Date_Time.cpp index eff0f273f..8b26d0dd9 100644 --- a/dep/ACE_wrappers/ace/Date_Time.cpp +++ b/dep/ACE_wrappers/ace/Date_Time.cpp @@ -8,3 +8,4 @@ #endif /* __ACE_INLINE__ */ ACE_RCSID(ace, Date_Time, "$Id: Date_Time.cpp 80826 2008-03-04 14:51:23Z wotte $") + diff --git a/dep/ACE_wrappers/ace/Date_Time.h b/dep/ACE_wrappers/ace/Date_Time.h index a15d435ee..7e91549d2 100644 --- a/dep/ACE_wrappers/ace/Date_Time.h +++ b/dep/ACE_wrappers/ace/Date_Time.h @@ -123,3 +123,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DATE_TIME_H */ + diff --git a/dep/ACE_wrappers/ace/Default_Constants.h b/dep/ACE_wrappers/ace/Default_Constants.h index 13e99e917..9eefd496b 100644 --- a/dep/ACE_wrappers/ace/Default_Constants.h +++ b/dep/ACE_wrappers/ace/Default_Constants.h @@ -571,3 +571,4 @@ #include /**/ "ace/post.h" #endif /*ACE_DEFAULT_CONSTANTS_H*/ + diff --git a/dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp b/dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp index 60a71d299..2cd90d177 100644 --- a/dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp +++ b/dep/ACE_wrappers/ace/Dev_Poll_Reactor.cpp @@ -2514,3 +2514,4 @@ ACE_Dev_Poll_Reactor::Token_Guard::acquire (ACE_Time_Value *max_wait) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_EVENT_POLL || ACE_HAS_DEV_POLL */ + diff --git a/dep/ACE_wrappers/ace/Dev_Poll_Reactor.h b/dep/ACE_wrappers/ace/Dev_Poll_Reactor.h index 38d9c013a..c675999bb 100644 --- a/dep/ACE_wrappers/ace/Dev_Poll_Reactor.h +++ b/dep/ACE_wrappers/ace/Dev_Poll_Reactor.h @@ -1250,3 +1250,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DEV_POLL_REACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Dirent.cpp b/dep/ACE_wrappers/ace/Dirent.cpp index df1290e1e..180642fc0 100644 --- a/dep/ACE_wrappers/ace/Dirent.cpp +++ b/dep/ACE_wrappers/ace/Dirent.cpp @@ -5,3 +5,4 @@ #if !defined (__ACE_INLINE__) #include "ace/Dirent.inl" #endif /* __ACE_INLINE__ */ + diff --git a/dep/ACE_wrappers/ace/Dirent.h b/dep/ACE_wrappers/ace/Dirent.h index 2dd5d0a19..036a942c6 100644 --- a/dep/ACE_wrappers/ace/Dirent.h +++ b/dep/ACE_wrappers/ace/Dirent.h @@ -120,3 +120,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DIRENT_H */ + diff --git a/dep/ACE_wrappers/ace/Dirent_Selector.cpp b/dep/ACE_wrappers/ace/Dirent_Selector.cpp index 8fcb5775b..875a466e5 100644 --- a/dep/ACE_wrappers/ace/Dirent_Selector.cpp +++ b/dep/ACE_wrappers/ace/Dirent_Selector.cpp @@ -57,3 +57,4 @@ ACE_Dirent_Selector::close (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Dirent_Selector.h b/dep/ACE_wrappers/ace/Dirent_Selector.h index 20673c473..3356f1872 100644 --- a/dep/ACE_wrappers/ace/Dirent_Selector.h +++ b/dep/ACE_wrappers/ace/Dirent_Selector.h @@ -73,3 +73,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DIRENT_SELECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Dump.cpp b/dep/ACE_wrappers/ace/Dump.cpp index 6e5c2d0c3..fce6bcc27 100644 --- a/dep/ACE_wrappers/ace/Dump.cpp +++ b/dep/ACE_wrappers/ace/Dump.cpp @@ -139,3 +139,4 @@ ACE_ODB::remove_object (const void *this_ptr) ACE_ODB *ACE_ODB::instance_ = 0; ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Dump.h b/dep/ACE_wrappers/ace/Dump.h index 4ccd64adb..354b162cf 100644 --- a/dep/ACE_wrappers/ace/Dump.h +++ b/dep/ACE_wrappers/ace/Dump.h @@ -170,3 +170,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DUMP_H */ + diff --git a/dep/ACE_wrappers/ace/Dump_T.cpp b/dep/ACE_wrappers/ace/Dump_T.cpp index da2b62a6f..5432b1b6e 100644 --- a/dep/ACE_wrappers/ace/Dump_T.cpp +++ b/dep/ACE_wrappers/ace/Dump_T.cpp @@ -46,3 +46,4 @@ ACE_Dumpable_Adapter::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_DUMP_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Dump_T.h b/dep/ACE_wrappers/ace/Dump_T.h index 92b57addc..4134df753 100644 --- a/dep/ACE_wrappers/ace/Dump_T.h +++ b/dep/ACE_wrappers/ace/Dump_T.h @@ -80,3 +80,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DUMP_T_H */ + diff --git a/dep/ACE_wrappers/ace/Dynamic.cpp b/dep/ACE_wrappers/ace/Dynamic.cpp index 4eaedad0c..2a3f8b0f2 100644 --- a/dep/ACE_wrappers/ace/Dynamic.cpp +++ b/dep/ACE_wrappers/ace/Dynamic.cpp @@ -32,3 +32,4 @@ template ACE_TSS_Singleton * #endif /* ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Dynamic.h b/dep/ACE_wrappers/ace/Dynamic.h index 70dfcd8d9..6906ebf12 100644 --- a/dep/ACE_wrappers/ace/Dynamic.h +++ b/dep/ACE_wrappers/ace/Dynamic.h @@ -73,3 +73,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DYNAMIC_H */ + diff --git a/dep/ACE_wrappers/ace/Dynamic_Message_Strategy.cpp b/dep/ACE_wrappers/ace/Dynamic_Message_Strategy.cpp index 9211f3313..e6c89e523 100644 --- a/dep/ACE_wrappers/ace/Dynamic_Message_Strategy.cpp +++ b/dep/ACE_wrappers/ace/Dynamic_Message_Strategy.cpp @@ -203,3 +203,4 @@ ACE_Laxity_Message_Strategy::dump (void) const // Dump the state of the strategy. ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Dynamic_Message_Strategy.h b/dep/ACE_wrappers/ace/Dynamic_Message_Strategy.h index 090ad3a8f..db6a51bb7 100644 --- a/dep/ACE_wrappers/ace/Dynamic_Message_Strategy.h +++ b/dep/ACE_wrappers/ace/Dynamic_Message_Strategy.h @@ -215,3 +215,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DYNAMIC_MESSAGE_STRATEGY_H */ + diff --git a/dep/ACE_wrappers/ace/Dynamic_Service.cpp b/dep/ACE_wrappers/ace/Dynamic_Service.cpp index 28d6e4526..900419bd8 100644 --- a/dep/ACE_wrappers/ace/Dynamic_Service.cpp +++ b/dep/ACE_wrappers/ace/Dynamic_Service.cpp @@ -61,3 +61,4 @@ ACE_Dynamic_Service::instance (const ACE_Service_Gestalt* conf, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_DYNAMIC_SERVICE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Dynamic_Service.h b/dep/ACE_wrappers/ace/Dynamic_Service.h index b90095c76..fb2469c54 100644 --- a/dep/ACE_wrappers/ace/Dynamic_Service.h +++ b/dep/ACE_wrappers/ace/Dynamic_Service.h @@ -87,3 +87,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DYNAMIC_SERVICE_H */ + diff --git a/dep/ACE_wrappers/ace/Dynamic_Service_Base.cpp b/dep/ACE_wrappers/ace/Dynamic_Service_Base.cpp index 91eec162c..174b009d7 100644 --- a/dep/ACE_wrappers/ace/Dynamic_Service_Base.cpp +++ b/dep/ACE_wrappers/ace/Dynamic_Service_Base.cpp @@ -99,3 +99,4 @@ ACE_Dynamic_Service_Base::instance (const ACE_Service_Gestalt* repo, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Dynamic_Service_Base.h b/dep/ACE_wrappers/ace/Dynamic_Service_Base.h index 095e883a8..4491a9407 100644 --- a/dep/ACE_wrappers/ace/Dynamic_Service_Base.h +++ b/dep/ACE_wrappers/ace/Dynamic_Service_Base.h @@ -72,3 +72,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DYNAMIC_SERVICE_BASE_H */ + diff --git a/dep/ACE_wrappers/ace/Dynamic_Service_Dependency.cpp b/dep/ACE_wrappers/ace/Dynamic_Service_Dependency.cpp index df7cd0f5d..9a371ff3c 100644 --- a/dep/ACE_wrappers/ace/Dynamic_Service_Dependency.cpp +++ b/dep/ACE_wrappers/ace/Dynamic_Service_Dependency.cpp @@ -49,3 +49,4 @@ ACE_Dynamic_Service_Dependency::init (const ACE_Service_Gestalt *cfg, ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Dynamic_Service_Dependency.h b/dep/ACE_wrappers/ace/Dynamic_Service_Dependency.h index 0f187d003..ce4c1d3e7 100644 --- a/dep/ACE_wrappers/ace/Dynamic_Service_Dependency.h +++ b/dep/ACE_wrappers/ace/Dynamic_Service_Dependency.h @@ -68,3 +68,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_DYNAMIC_SERVICE_DEPENDENCY_H */ + diff --git a/dep/ACE_wrappers/ace/Encoding_Converter.cpp b/dep/ACE_wrappers/ace/Encoding_Converter.cpp index b5fd2b354..e01c15ef8 100644 --- a/dep/ACE_wrappers/ace/Encoding_Converter.cpp +++ b/dep/ACE_wrappers/ace/Encoding_Converter.cpp @@ -10,3 +10,4 @@ ACE_Encoding_Converter::~ACE_Encoding_Converter (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_USES_WCHAR */ + diff --git a/dep/ACE_wrappers/ace/Encoding_Converter.h b/dep/ACE_wrappers/ace/Encoding_Converter.h index 34d22fa29..8833d3fce 100644 --- a/dep/ACE_wrappers/ace/Encoding_Converter.h +++ b/dep/ACE_wrappers/ace/Encoding_Converter.h @@ -68,3 +68,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ENCODING_CONVERTER_H */ + diff --git a/dep/ACE_wrappers/ace/Encoding_Converter_Factory.cpp b/dep/ACE_wrappers/ace/Encoding_Converter_Factory.cpp index f603ae3e8..3cd365f3a 100644 --- a/dep/ACE_wrappers/ace/Encoding_Converter_Factory.cpp +++ b/dep/ACE_wrappers/ace/Encoding_Converter_Factory.cpp @@ -72,3 +72,4 @@ ACE_Encoding_Converter_Factory::create ( ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_USES_WCHAR */ + diff --git a/dep/ACE_wrappers/ace/Encoding_Converter_Factory.h b/dep/ACE_wrappers/ace/Encoding_Converter_Factory.h index 1441c690b..c1311451d 100644 --- a/dep/ACE_wrappers/ace/Encoding_Converter_Factory.h +++ b/dep/ACE_wrappers/ace/Encoding_Converter_Factory.h @@ -52,3 +52,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ENCODING_CONVERTER_FACTORY_H */ + diff --git a/dep/ACE_wrappers/ace/Env_Value_T.cpp b/dep/ACE_wrappers/ace/Env_Value_T.cpp index 1997bbea4..15ff7524c 100644 --- a/dep/ACE_wrappers/ace/Env_Value_T.cpp +++ b/dep/ACE_wrappers/ace/Env_Value_T.cpp @@ -10,3 +10,4 @@ #endif /* __ACE_INLINE__ */ #endif /* ACE_ENV_VALUE_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Env_Value_T.h b/dep/ACE_wrappers/ace/Env_Value_T.h index df2178a0f..05b4706c1 100644 --- a/dep/ACE_wrappers/ace/Env_Value_T.h +++ b/dep/ACE_wrappers/ace/Env_Value_T.h @@ -164,3 +164,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ENV_VALUE_T_H */ + diff --git a/dep/ACE_wrappers/ace/Event.cpp b/dep/ACE_wrappers/ace/Event.cpp index ea5f86d99..a5461de4b 100644 --- a/dep/ACE_wrappers/ace/Event.cpp +++ b/dep/ACE_wrappers/ace/Event.cpp @@ -91,3 +91,4 @@ ACE_Event::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Event.h b/dep/ACE_wrappers/ace/Event.h index 887b504d8..69d819b39 100644 --- a/dep/ACE_wrappers/ace/Event.h +++ b/dep/ACE_wrappers/ace/Event.h @@ -141,3 +141,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_EVENT_H */ + diff --git a/dep/ACE_wrappers/ace/Event_Handler.cpp b/dep/ACE_wrappers/ace/Event_Handler.cpp index 9e0a10e6a..916998eea 100644 --- a/dep/ACE_wrappers/ace/Event_Handler.cpp +++ b/dep/ACE_wrappers/ace/Event_Handler.cpp @@ -394,3 +394,4 @@ ACE_Notification_Buffer::ACE_Notification_Buffer (ACE_Event_Handler *eh, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Event_Handler.h b/dep/ACE_wrappers/ace/Event_Handler.h index 28a762892..e97cca48a 100644 --- a/dep/ACE_wrappers/ace/Event_Handler.h +++ b/dep/ACE_wrappers/ace/Event_Handler.h @@ -386,3 +386,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_EVENT_HANDLER_H */ + diff --git a/dep/ACE_wrappers/ace/Event_Handler_T.cpp b/dep/ACE_wrappers/ace/Event_Handler_T.cpp index 45d9d4e27..76fb69877 100644 --- a/dep/ACE_wrappers/ace/Event_Handler_T.cpp +++ b/dep/ACE_wrappers/ace/Event_Handler_T.cpp @@ -123,3 +123,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TEMPLATE_TYPEDEFS */ #endif /* ACE_EVENT_HANDLER_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Event_Handler_T.h b/dep/ACE_wrappers/ace/Event_Handler_T.h index 7f81b3474..47cc5fd56 100644 --- a/dep/ACE_wrappers/ace/Event_Handler_T.h +++ b/dep/ACE_wrappers/ace/Event_Handler_T.h @@ -189,3 +189,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TEMPLATE_TYPEDEFS */ #include /**/ "ace/post.h" #endif /* ACE_EVENT_HANDLER_H */ + diff --git a/dep/ACE_wrappers/ace/Exception_Macros.h b/dep/ACE_wrappers/ace/Exception_Macros.h index bb74b1a21..32805184d 100644 --- a/dep/ACE_wrappers/ace/Exception_Macros.h +++ b/dep/ACE_wrappers/ace/Exception_Macros.h @@ -53,3 +53,4 @@ #include /**/ "ace/post.h" #endif /* ACE_EXCEPTION_MACROS_H */ + diff --git a/dep/ACE_wrappers/ace/FIFO.cpp b/dep/ACE_wrappers/ace/FIFO.cpp index e3970015c..c5ace7f90 100644 --- a/dep/ACE_wrappers/ace/FIFO.cpp +++ b/dep/ACE_wrappers/ace/FIFO.cpp @@ -76,3 +76,4 @@ ACE_FIFO::close (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/FIFO.h b/dep/ACE_wrappers/ace/FIFO.h index 2d590563a..a1ef6038e 100644 --- a/dep/ACE_wrappers/ace/FIFO.h +++ b/dep/ACE_wrappers/ace/FIFO.h @@ -83,3 +83,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FIFO_H */ + diff --git a/dep/ACE_wrappers/ace/FIFO_Recv.cpp b/dep/ACE_wrappers/ace/FIFO_Recv.cpp index 254e30f21..08eb20fb4 100644 --- a/dep/ACE_wrappers/ace/FIFO_Recv.cpp +++ b/dep/ACE_wrappers/ace/FIFO_Recv.cpp @@ -86,3 +86,4 @@ ACE_FIFO_Recv::ACE_FIFO_Recv (const ACE_TCHAR *fifo_name, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/FIFO_Recv.h b/dep/ACE_wrappers/ace/FIFO_Recv.h index c19d102c8..7c9ffbec8 100644 --- a/dep/ACE_wrappers/ace/FIFO_Recv.h +++ b/dep/ACE_wrappers/ace/FIFO_Recv.h @@ -83,3 +83,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FIFO_RECV_H */ + diff --git a/dep/ACE_wrappers/ace/FIFO_Recv_Msg.cpp b/dep/ACE_wrappers/ace/FIFO_Recv_Msg.cpp index f389d03d2..5a8cb5c04 100644 --- a/dep/ACE_wrappers/ace/FIFO_Recv_Msg.cpp +++ b/dep/ACE_wrappers/ace/FIFO_Recv_Msg.cpp @@ -65,3 +65,4 @@ ACE_FIFO_Recv_Msg::ACE_FIFO_Recv_Msg (const ACE_TCHAR *fifo_name, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/FIFO_Recv_Msg.h b/dep/ACE_wrappers/ace/FIFO_Recv_Msg.h index 80b7bdda9..5490814c5 100644 --- a/dep/ACE_wrappers/ace/FIFO_Recv_Msg.h +++ b/dep/ACE_wrappers/ace/FIFO_Recv_Msg.h @@ -136,3 +136,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FIFO_RECV_MSG_H */ + diff --git a/dep/ACE_wrappers/ace/FIFO_Send.cpp b/dep/ACE_wrappers/ace/FIFO_Send.cpp index 720e63c54..79ea87682 100644 --- a/dep/ACE_wrappers/ace/FIFO_Send.cpp +++ b/dep/ACE_wrappers/ace/FIFO_Send.cpp @@ -56,3 +56,4 @@ ACE_FIFO_Send::ACE_FIFO_Send (const ACE_TCHAR *fifo_name, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/FIFO_Send.h b/dep/ACE_wrappers/ace/FIFO_Send.h index cc0fc282f..7c0928cce 100644 --- a/dep/ACE_wrappers/ace/FIFO_Send.h +++ b/dep/ACE_wrappers/ace/FIFO_Send.h @@ -73,3 +73,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FIFO_SEND_H */ + diff --git a/dep/ACE_wrappers/ace/FIFO_Send_Msg.cpp b/dep/ACE_wrappers/ace/FIFO_Send_Msg.cpp index b3bbae00a..441a850c3 100644 --- a/dep/ACE_wrappers/ace/FIFO_Send_Msg.cpp +++ b/dep/ACE_wrappers/ace/FIFO_Send_Msg.cpp @@ -78,3 +78,4 @@ ACE_FIFO_Send_Msg::ACE_FIFO_Send_Msg (const ACE_TCHAR *fifo_name, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/FIFO_Send_Msg.h b/dep/ACE_wrappers/ace/FIFO_Send_Msg.h index 504d89721..ff7469691 100644 --- a/dep/ACE_wrappers/ace/FIFO_Send_Msg.h +++ b/dep/ACE_wrappers/ace/FIFO_Send_Msg.h @@ -89,3 +89,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FIFO_SEND_MSG_H */ + diff --git a/dep/ACE_wrappers/ace/FILE.cpp b/dep/ACE_wrappers/ace/FILE.cpp index 8fe88d1b0..50b6342bc 100644 --- a/dep/ACE_wrappers/ace/FILE.cpp +++ b/dep/ACE_wrappers/ace/FILE.cpp @@ -145,3 +145,4 @@ ACE_FILE::unlink (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/FILE.h b/dep/ACE_wrappers/ace/FILE.h index 407a03379..44d5ac71d 100644 --- a/dep/ACE_wrappers/ace/FILE.h +++ b/dep/ACE_wrappers/ace/FILE.h @@ -137,3 +137,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FILE_H */ + diff --git a/dep/ACE_wrappers/ace/FILE_Addr.cpp b/dep/ACE_wrappers/ace/FILE_Addr.cpp index 6d8fbeb77..4b95a7db8 100644 --- a/dep/ACE_wrappers/ace/FILE_Addr.cpp +++ b/dep/ACE_wrappers/ace/FILE_Addr.cpp @@ -122,3 +122,4 @@ ACE_FILE_Addr::dump (void) const #endif /* ACE_HAS_DUMP */ } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/FILE_Addr.h b/dep/ACE_wrappers/ace/FILE_Addr.h index 432275b96..0604b689e 100644 --- a/dep/ACE_wrappers/ace/FILE_Addr.h +++ b/dep/ACE_wrappers/ace/FILE_Addr.h @@ -87,3 +87,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FILE_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/FILE_Connector.cpp b/dep/ACE_wrappers/ace/FILE_Connector.cpp index b59b1e891..b4f4d09e3 100644 --- a/dep/ACE_wrappers/ace/FILE_Connector.cpp +++ b/dep/ACE_wrappers/ace/FILE_Connector.cpp @@ -82,3 +82,4 @@ ACE_FILE_Connector::connect (ACE_FILE_IO &new_io, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/FILE_Connector.h b/dep/ACE_wrappers/ace/FILE_Connector.h index c6d396373..4f87e209d 100644 --- a/dep/ACE_wrappers/ace/FILE_Connector.h +++ b/dep/ACE_wrappers/ace/FILE_Connector.h @@ -111,3 +111,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FILE_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/FILE_IO.cpp b/dep/ACE_wrappers/ace/FILE_IO.cpp index d6bf084df..c68df3e04 100644 --- a/dep/ACE_wrappers/ace/FILE_IO.cpp +++ b/dep/ACE_wrappers/ace/FILE_IO.cpp @@ -143,3 +143,4 @@ ACE_FILE_IO::recvv (iovec *io_vec) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/FILE_IO.h b/dep/ACE_wrappers/ace/FILE_IO.h index 951069e36..a1a470b8d 100644 --- a/dep/ACE_wrappers/ace/FILE_IO.h +++ b/dep/ACE_wrappers/ace/FILE_IO.h @@ -168,3 +168,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FILE_IO_H */ + diff --git a/dep/ACE_wrappers/ace/File_Lock.cpp b/dep/ACE_wrappers/ace/File_Lock.cpp index eeba6f614..2b06ff266 100644 --- a/dep/ACE_wrappers/ace/File_Lock.cpp +++ b/dep/ACE_wrappers/ace/File_Lock.cpp @@ -70,3 +70,4 @@ ACE_File_Lock::~ACE_File_Lock (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/File_Lock.h b/dep/ACE_wrappers/ace/File_Lock.h index 12f8ed64f..c0629762d 100644 --- a/dep/ACE_wrappers/ace/File_Lock.h +++ b/dep/ACE_wrappers/ace/File_Lock.h @@ -168,3 +168,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FILE_LOCK_H */ + diff --git a/dep/ACE_wrappers/ace/Filecache.cpp b/dep/ACE_wrappers/ace/Filecache.cpp index 3a7e3da0a..cfb70f94f 100644 --- a/dep/ACE_wrappers/ace/Filecache.cpp +++ b/dep/ACE_wrappers/ace/Filecache.cpp @@ -752,3 +752,4 @@ ACE_Filecache_Object::update (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Filecache.h b/dep/ACE_wrappers/ace/Filecache.h index 60b8a90f6..c6dba10f3 100644 --- a/dep/ACE_wrappers/ace/Filecache.h +++ b/dep/ACE_wrappers/ace/Filecache.h @@ -351,3 +351,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FILECACHE_H */ + diff --git a/dep/ACE_wrappers/ace/Flag_Manip.cpp b/dep/ACE_wrappers/ace/Flag_Manip.cpp index f9ac4083f..252ea6240 100644 --- a/dep/ACE_wrappers/ace/Flag_Manip.cpp +++ b/dep/ACE_wrappers/ace/Flag_Manip.cpp @@ -93,3 +93,4 @@ ACE::clr_flags (ACE_HANDLE handle, int flags) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Flag_Manip.h b/dep/ACE_wrappers/ace/Flag_Manip.h index 0457dcb4d..6bd797e56 100644 --- a/dep/ACE_wrappers/ace/Flag_Manip.h +++ b/dep/ACE_wrappers/ace/Flag_Manip.h @@ -56,3 +56,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FLAG_MANIP_H */ + diff --git a/dep/ACE_wrappers/ace/Framework_Component.cpp b/dep/ACE_wrappers/ace/Framework_Component.cpp index 48d304359..446df96fa 100644 --- a/dep/ACE_wrappers/ace/Framework_Component.cpp +++ b/dep/ACE_wrappers/ace/Framework_Component.cpp @@ -277,3 +277,4 @@ ACE_Framework_Repository::ACE_Framework_Repository (int size) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Framework_Component.h b/dep/ACE_wrappers/ace/Framework_Component.h index 941960bf0..fecd8ccf3 100644 --- a/dep/ACE_wrappers/ace/Framework_Component.h +++ b/dep/ACE_wrappers/ace/Framework_Component.h @@ -208,3 +208,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FRAMEWORK_COMPONENT_H */ + diff --git a/dep/ACE_wrappers/ace/Framework_Component_T.cpp b/dep/ACE_wrappers/ace/Framework_Component_T.cpp index 6f0be7b5e..b4e813008 100644 --- a/dep/ACE_wrappers/ace/Framework_Component_T.cpp +++ b/dep/ACE_wrappers/ace/Framework_Component_T.cpp @@ -31,3 +31,4 @@ ACE_Framework_Component_T::close_singleton (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_FRAMEWORK_COMPONENT_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Framework_Component_T.h b/dep/ACE_wrappers/ace/Framework_Component_T.h index 2dcef43e3..f8d365a86 100644 --- a/dep/ACE_wrappers/ace/Framework_Component_T.h +++ b/dep/ACE_wrappers/ace/Framework_Component_T.h @@ -69,3 +69,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FRAMEWORK_COMPONENT_T_H */ + diff --git a/dep/ACE_wrappers/ace/Free_List.cpp b/dep/ACE_wrappers/ace/Free_List.cpp index 4da723f48..924665572 100644 --- a/dep/ACE_wrappers/ace/Free_List.cpp +++ b/dep/ACE_wrappers/ace/Free_List.cpp @@ -161,3 +161,4 @@ ACE_Locked_Free_List::dealloc (size_t n) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_FREE_LIST_CPP */ + diff --git a/dep/ACE_wrappers/ace/Free_List.h b/dep/ACE_wrappers/ace/Free_List.h index 3d429dcaf..ba1f0e4dd 100644 --- a/dep/ACE_wrappers/ace/Free_List.h +++ b/dep/ACE_wrappers/ace/Free_List.h @@ -148,3 +148,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FREE_LIST_H */ + diff --git a/dep/ACE_wrappers/ace/Functor.cpp b/dep/ACE_wrappers/ace/Functor.cpp index 429aaac9f..618adcf5a 100644 --- a/dep/ACE_wrappers/ace/Functor.cpp +++ b/dep/ACE_wrappers/ace/Functor.cpp @@ -41,3 +41,4 @@ ACE_Command_Base::~ACE_Command_Base (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Functor.h b/dep/ACE_wrappers/ace/Functor.h index 8504cf076..d8f393c68 100644 --- a/dep/ACE_wrappers/ace/Functor.h +++ b/dep/ACE_wrappers/ace/Functor.h @@ -591,3 +591,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FUNCTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Functor_String.cpp b/dep/ACE_wrappers/ace/Functor_String.cpp index c113f5cdf..798c9d262 100644 --- a/dep/ACE_wrappers/ace/Functor_String.cpp +++ b/dep/ACE_wrappers/ace/Functor_String.cpp @@ -5,3 +5,4 @@ #endif /* __ACE_INLINE__ */ ACE_RCSID(ace, Functor, "$Id: Functor_String.cpp 80826 2008-03-04 14:51:23Z wotte $") + diff --git a/dep/ACE_wrappers/ace/Functor_String.h b/dep/ACE_wrappers/ace/Functor_String.h index 6070fcf1b..5fabef1f6 100644 --- a/dep/ACE_wrappers/ace/Functor_String.h +++ b/dep/ACE_wrappers/ace/Functor_String.h @@ -139,3 +139,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_FUNCTOR_STRING_H*/ + diff --git a/dep/ACE_wrappers/ace/Functor_T.cpp b/dep/ACE_wrappers/ace/Functor_T.cpp index 213b501aa..b3018ade8 100644 --- a/dep/ACE_wrappers/ace/Functor_T.cpp +++ b/dep/ACE_wrappers/ace/Functor_T.cpp @@ -47,3 +47,4 @@ ACE_Command_Callback::execute (void *arg) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_FUNCTOR_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Functor_T.h b/dep/ACE_wrappers/ace/Functor_T.h index f055c3c88..4a3a62136 100644 --- a/dep/ACE_wrappers/ace/Functor_T.h +++ b/dep/ACE_wrappers/ace/Functor_T.h @@ -156,3 +156,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FUNCTOR_T_H */ + diff --git a/dep/ACE_wrappers/ace/Future.cpp b/dep/ACE_wrappers/ace/Future.cpp index e3693bd29..af1321c4b 100644 --- a/dep/ACE_wrappers/ace/Future.cpp +++ b/dep/ACE_wrappers/ace/Future.cpp @@ -434,3 +434,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ #endif /* ACE_FUTURE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Future.h b/dep/ACE_wrappers/ace/Future.h index e30159eaf..d86efd5a4 100644 --- a/dep/ACE_wrappers/ace/Future.h +++ b/dep/ACE_wrappers/ace/Future.h @@ -385,3 +385,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_FUTURE_H */ + diff --git a/dep/ACE_wrappers/ace/Future_Set.cpp b/dep/ACE_wrappers/ace/Future_Set.cpp index fceca83dd..7c1ae7d93 100644 --- a/dep/ACE_wrappers/ace/Future_Set.cpp +++ b/dep/ACE_wrappers/ace/Future_Set.cpp @@ -134,3 +134,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ #endif /* ACE_FUTURE_SET_CPP */ + diff --git a/dep/ACE_wrappers/ace/Future_Set.h b/dep/ACE_wrappers/ace/Future_Set.h index a954d2997..b41fc6739 100644 --- a/dep/ACE_wrappers/ace/Future_Set.h +++ b/dep/ACE_wrappers/ace/Future_Set.h @@ -144,3 +144,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ #include /**/ "ace/post.h" #endif /* ACE_FUTURE_SET_H */ + diff --git a/dep/ACE_wrappers/ace/Get_Opt.cpp b/dep/ACE_wrappers/ace/Get_Opt.cpp index 915ff8a87..972517170 100644 --- a/dep/ACE_wrappers/ace/Get_Opt.cpp +++ b/dep/ACE_wrappers/ace/Get_Opt.cpp @@ -732,3 +732,4 @@ ACE_Get_Opt::ACE_Get_Opt_Long_Option::~ACE_Get_Opt_Long_Option (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Get_Opt.h b/dep/ACE_wrappers/ace/Get_Opt.h index 3b4a420d9..e00518954 100644 --- a/dep/ACE_wrappers/ace/Get_Opt.h +++ b/dep/ACE_wrappers/ace/Get_Opt.h @@ -492,3 +492,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_GET_OPT_H */ + diff --git a/dep/ACE_wrappers/ace/Global_Macros.h b/dep/ACE_wrappers/ace/Global_Macros.h index d1bf6420b..12f6a2465 100644 --- a/dep/ACE_wrappers/ace/Global_Macros.h +++ b/dep/ACE_wrappers/ace/Global_Macros.h @@ -1119,3 +1119,4 @@ ACE_MAKE_SVC_CONFIG_FACTORY_NAME(ACE_VERSIONED_NAMESPACE_NAME,SERVICE_CLASS) (AC #include /**/ "ace/post.h" #endif /*ACE_GLOBAL_MACROS_H*/ + diff --git a/dep/ACE_wrappers/ace/Guard_T.cpp b/dep/ACE_wrappers/ace/Guard_T.cpp index a21fc2e2f..d35e27c4d 100644 --- a/dep/ACE_wrappers/ace/Guard_T.cpp +++ b/dep/ACE_wrappers/ace/Guard_T.cpp @@ -59,3 +59,4 @@ ACE_Read_Guard::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_GUARD_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Guard_T.h b/dep/ACE_wrappers/ace/Guard_T.h index 46d555505..a70bdda71 100644 --- a/dep/ACE_wrappers/ace/Guard_T.h +++ b/dep/ACE_wrappers/ace/Guard_T.h @@ -363,3 +363,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_GUARD_T_H */ + diff --git a/dep/ACE_wrappers/ace/Handle_Gobbler.h b/dep/ACE_wrappers/ace/Handle_Gobbler.h index 9d6890a03..9e9805a67 100644 --- a/dep/ACE_wrappers/ace/Handle_Gobbler.h +++ b/dep/ACE_wrappers/ace/Handle_Gobbler.h @@ -66,3 +66,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_HANDLE_GOBBLER_H */ + diff --git a/dep/ACE_wrappers/ace/Handle_Ops.cpp b/dep/ACE_wrappers/ace/Handle_Ops.cpp index 0ec856cf1..213fa933d 100644 --- a/dep/ACE_wrappers/ace/Handle_Ops.cpp +++ b/dep/ACE_wrappers/ace/Handle_Ops.cpp @@ -46,3 +46,4 @@ ACE::handle_timed_open (ACE_Time_Value *timeout, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Handle_Ops.h b/dep/ACE_wrappers/ace/Handle_Ops.h index c615380f8..16ee85272 100644 --- a/dep/ACE_wrappers/ace/Handle_Ops.h +++ b/dep/ACE_wrappers/ace/Handle_Ops.h @@ -48,3 +48,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_HANDLE_OPS_H */ + diff --git a/dep/ACE_wrappers/ace/Handle_Set.cpp b/dep/ACE_wrappers/ace/Handle_Set.cpp index 8eb5186cc..288d00101 100644 --- a/dep/ACE_wrappers/ace/Handle_Set.cpp +++ b/dep/ACE_wrappers/ace/Handle_Set.cpp @@ -568,3 +568,4 @@ ACE_Handle_Set_Iterator::reset_state (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Handle_Set.h b/dep/ACE_wrappers/ace/Handle_Set.h index a29672221..6e33055b4 100644 --- a/dep/ACE_wrappers/ace/Handle_Set.h +++ b/dep/ACE_wrappers/ace/Handle_Set.h @@ -238,3 +238,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_HANDLE_SET */ + diff --git a/dep/ACE_wrappers/ace/Hash_Cache_Map_Manager_T.cpp b/dep/ACE_wrappers/ace/Hash_Cache_Map_Manager_T.cpp index 2d9f163c5..6601bd4bd 100644 --- a/dep/ACE_wrappers/ace/Hash_Cache_Map_Manager_T.cpp +++ b/dep/ACE_wrappers/ace/Hash_Cache_Map_Manager_T.cpp @@ -230,3 +230,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #undef ACE_T2 #endif /* ACE_HASH_CACHE_MAP_MANAGER_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Hash_Cache_Map_Manager_T.h b/dep/ACE_wrappers/ace/Hash_Cache_Map_Manager_T.h index 7d54e1fba..5326c97d3 100644 --- a/dep/ACE_wrappers/ace/Hash_Cache_Map_Manager_T.h +++ b/dep/ACE_wrappers/ace/Hash_Cache_Map_Manager_T.h @@ -212,3 +212,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* HASH_CACHE_MAP_MANAGER_T_H */ + diff --git a/dep/ACE_wrappers/ace/Hash_Map_Manager.h b/dep/ACE_wrappers/ace/Hash_Map_Manager.h index d6c0c4b8a..0e253eb4c 100644 --- a/dep/ACE_wrappers/ace/Hash_Map_Manager.h +++ b/dep/ACE_wrappers/ace/Hash_Map_Manager.h @@ -29,3 +29,4 @@ #include /**/ "ace/post.h" #endif /* ACE_HASH_MAP_MANAGER_H */ + diff --git a/dep/ACE_wrappers/ace/Hash_Map_Manager_T.cpp b/dep/ACE_wrappers/ace/Hash_Map_Manager_T.cpp index 6e55236f9..d628ebdce 100644 --- a/dep/ACE_wrappers/ace/Hash_Map_Manager_T.cpp +++ b/dep/ACE_wrappers/ace/Hash_Map_Manager_T.cpp @@ -528,3 +528,4 @@ ACE_Hash_Map_Const_Iterator_Base_Ex::ACE_Hash_Map_With_Allocator (size_t ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HASH_MAP_WITH_ALLOCATOR_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Hash_Map_With_Allocator_T.h b/dep/ACE_wrappers/ace/Hash_Map_With_Allocator_T.h index 5d5dabc09..cb42eee59 100644 --- a/dep/ACE_wrappers/ace/Hash_Map_With_Allocator_T.h +++ b/dep/ACE_wrappers/ace/Hash_Map_With_Allocator_T.h @@ -110,3 +110,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_HASH_MAP_WITH_ALLOCATOR_T_H */ + diff --git a/dep/ACE_wrappers/ace/Hash_Multi_Map_Manager_T.cpp b/dep/ACE_wrappers/ace/Hash_Multi_Map_Manager_T.cpp index f4ea66fbb..939bf9674 100644 --- a/dep/ACE_wrappers/ace/Hash_Multi_Map_Manager_T.cpp +++ b/dep/ACE_wrappers/ace/Hash_Multi_Map_Manager_T.cpp @@ -603,3 +603,4 @@ ACE_Hash_Multi_Map_Const_Iterator_Base::~ACE_Intrusive_Auto_Ptr (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* !ACE_INTRUSIVE_AUTO_PTR_CPP */ + diff --git a/dep/ACE_wrappers/ace/Intrusive_Auto_Ptr.h b/dep/ACE_wrappers/ace/Intrusive_Auto_Ptr.h index 9c6ad3482..85d52f7f1 100644 --- a/dep/ACE_wrappers/ace/Intrusive_Auto_Ptr.h +++ b/dep/ACE_wrappers/ace/Intrusive_Auto_Ptr.h @@ -163,3 +163,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_INTRUSIVE_AUTO_PTR_H */ + diff --git a/dep/ACE_wrappers/ace/Intrusive_List.cpp b/dep/ACE_wrappers/ace/Intrusive_List.cpp index bdb17837d..e8a3a951e 100644 --- a/dep/ACE_wrappers/ace/Intrusive_List.cpp +++ b/dep/ACE_wrappers/ace/Intrusive_List.cpp @@ -151,3 +151,4 @@ ACE_Intrusive_List::check_invariants (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_INTRUSIVE_LIST_CPP */ + diff --git a/dep/ACE_wrappers/ace/Intrusive_List.h b/dep/ACE_wrappers/ace/Intrusive_List.h index 146d11b35..24e7cedfc 100644 --- a/dep/ACE_wrappers/ace/Intrusive_List.h +++ b/dep/ACE_wrappers/ace/Intrusive_List.h @@ -142,3 +142,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_INTRUSIVE_LIST_H */ + diff --git a/dep/ACE_wrappers/ace/Intrusive_List_Node.cpp b/dep/ACE_wrappers/ace/Intrusive_List_Node.cpp index 1e14537a4..347bb677d 100644 --- a/dep/ACE_wrappers/ace/Intrusive_List_Node.cpp +++ b/dep/ACE_wrappers/ace/Intrusive_List_Node.cpp @@ -25,3 +25,4 @@ ACE_Intrusive_List_Node::ACE_Intrusive_List_Node (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_INTRUSIVE_LIST_NODE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Intrusive_List_Node.h b/dep/ACE_wrappers/ace/Intrusive_List_Node.h index 32780b8f3..21ea961f2 100644 --- a/dep/ACE_wrappers/ace/Intrusive_List_Node.h +++ b/dep/ACE_wrappers/ace/Intrusive_List_Node.h @@ -83,3 +83,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_INTRUSIVE_LIST_NODE_H */ + diff --git a/dep/ACE_wrappers/ace/LOCK_SOCK_Acceptor.cpp b/dep/ACE_wrappers/ace/LOCK_SOCK_Acceptor.cpp index bea8c9015..aa525a9b2 100644 --- a/dep/ACE_wrappers/ace/LOCK_SOCK_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/LOCK_SOCK_Acceptor.cpp @@ -33,3 +33,4 @@ ACE_LOCK_SOCK_Acceptor::lock (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LOCK_SOCK_ACCEPTOR_CPP */ + diff --git a/dep/ACE_wrappers/ace/LOCK_SOCK_Acceptor.h b/dep/ACE_wrappers/ace/LOCK_SOCK_Acceptor.h index 6fa5eb008..6429a2888 100644 --- a/dep/ACE_wrappers/ace/LOCK_SOCK_Acceptor.h +++ b/dep/ACE_wrappers/ace/LOCK_SOCK_Acceptor.h @@ -65,3 +65,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOCK_SOCK_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/LSOCK.cpp b/dep/ACE_wrappers/ace/LSOCK.cpp index 2db68b5ed..17c210aa9 100644 --- a/dep/ACE_wrappers/ace/LSOCK.cpp +++ b/dep/ACE_wrappers/ace/LSOCK.cpp @@ -179,3 +179,4 @@ ACE_LSOCK::recv_handle (ACE_HANDLE &handle, char *pbuf, ssize_t *len) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ + diff --git a/dep/ACE_wrappers/ace/LSOCK.h b/dep/ACE_wrappers/ace/LSOCK.h index 7cf7abc47..250362cda 100644 --- a/dep/ACE_wrappers/ace/LSOCK.h +++ b/dep/ACE_wrappers/ace/LSOCK.h @@ -82,3 +82,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ #include /**/ "ace/post.h" #endif /* ACE_LOCAL_SOCK_H */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_Acceptor.cpp b/dep/ACE_wrappers/ace/LSOCK_Acceptor.cpp index 0259697ea..ece671bea 100644 --- a/dep/ACE_wrappers/ace/LSOCK_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/LSOCK_Acceptor.cpp @@ -141,3 +141,4 @@ ACE_LSOCK_Acceptor::remove (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_Acceptor.h b/dep/ACE_wrappers/ace/LSOCK_Acceptor.h index f5a4067ca..1168c389a 100644 --- a/dep/ACE_wrappers/ace/LSOCK_Acceptor.h +++ b/dep/ACE_wrappers/ace/LSOCK_Acceptor.h @@ -93,3 +93,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ #include /**/ "ace/post.h" #endif /* ACE_LOCAL_SOCK_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_CODgram.cpp b/dep/ACE_wrappers/ace/LSOCK_CODgram.cpp index e1e2c0b01..9f2b23574 100644 --- a/dep/ACE_wrappers/ace/LSOCK_CODgram.cpp +++ b/dep/ACE_wrappers/ace/LSOCK_CODgram.cpp @@ -60,3 +60,4 @@ ACE_LSOCK_CODgram::ACE_LSOCK_CODgram (const ACE_Addr &remote, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_CODgram.h b/dep/ACE_wrappers/ace/LSOCK_CODgram.h index 87062051d..1ea5ba003 100644 --- a/dep/ACE_wrappers/ace/LSOCK_CODgram.h +++ b/dep/ACE_wrappers/ace/LSOCK_CODgram.h @@ -76,3 +76,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ #include /**/ "ace/post.h" #endif /* ACE_LOCAL_SOCK_CODGRAM_H */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_Connector.cpp b/dep/ACE_wrappers/ace/LSOCK_Connector.cpp index c1e21b9d5..efb206332 100644 --- a/dep/ACE_wrappers/ace/LSOCK_Connector.cpp +++ b/dep/ACE_wrappers/ace/LSOCK_Connector.cpp @@ -57,3 +57,4 @@ ACE_LSOCK_Connector::ACE_LSOCK_Connector (ACE_LSOCK_Stream &new_stream, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_Connector.h b/dep/ACE_wrappers/ace/LSOCK_Connector.h index 03d0fd0a5..84946d63a 100644 --- a/dep/ACE_wrappers/ace/LSOCK_Connector.h +++ b/dep/ACE_wrappers/ace/LSOCK_Connector.h @@ -89,3 +89,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ #include /**/ "ace/post.h" #endif /* ACE_LOCAL_SOCK_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_Dgram.cpp b/dep/ACE_wrappers/ace/LSOCK_Dgram.cpp index 60e630f0b..5cb18a611 100644 --- a/dep/ACE_wrappers/ace/LSOCK_Dgram.cpp +++ b/dep/ACE_wrappers/ace/LSOCK_Dgram.cpp @@ -69,3 +69,4 @@ ACE_LSOCK_Dgram::ACE_LSOCK_Dgram (const ACE_Addr &local, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_Dgram.h b/dep/ACE_wrappers/ace/LSOCK_Dgram.h index e21a3ce9e..17fad2b7b 100644 --- a/dep/ACE_wrappers/ace/LSOCK_Dgram.h +++ b/dep/ACE_wrappers/ace/LSOCK_Dgram.h @@ -72,3 +72,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ #include /**/ "ace/post.h" #endif /* ACE_LOCAL_SOCK_DGRAM_H */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_Stream.cpp b/dep/ACE_wrappers/ace/LSOCK_Stream.cpp index f8eae9124..ab8110c77 100644 --- a/dep/ACE_wrappers/ace/LSOCK_Stream.cpp +++ b/dep/ACE_wrappers/ace/LSOCK_Stream.cpp @@ -135,3 +135,4 @@ ACE_LSOCK_Stream::recv_msg (iovec iov[], ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ + diff --git a/dep/ACE_wrappers/ace/LSOCK_Stream.h b/dep/ACE_wrappers/ace/LSOCK_Stream.h index 3476a51df..e95641ba7 100644 --- a/dep/ACE_wrappers/ace/LSOCK_Stream.h +++ b/dep/ACE_wrappers/ace/LSOCK_Stream.h @@ -80,3 +80,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ #include /**/ "ace/post.h" #endif /* ACE_LOCAL_SOCK_STREAM_H */ + diff --git a/dep/ACE_wrappers/ace/Lib_Find.cpp b/dep/ACE_wrappers/ace/Lib_Find.cpp index 913e94e94..3654751bb 100644 --- a/dep/ACE_wrappers/ace/Lib_Find.cpp +++ b/dep/ACE_wrappers/ace/Lib_Find.cpp @@ -767,3 +767,4 @@ ACE::strrepl (wchar_t *s, wchar_t search, wchar_t replace) #endif /* ACE_HAS_WCHAR */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Lib_Find.h b/dep/ACE_wrappers/ace/Lib_Find.h index 133b83ffb..1651eb77f 100644 --- a/dep/ACE_wrappers/ace/Lib_Find.h +++ b/dep/ACE_wrappers/ace/Lib_Find.h @@ -129,3 +129,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LIB_FIND_H */ + diff --git a/dep/ACE_wrappers/ace/Local_Memory_Pool.cpp b/dep/ACE_wrappers/ace/Local_Memory_Pool.cpp index 559b6656f..ebec0ad75 100644 --- a/dep/ACE_wrappers/ace/Local_Memory_Pool.cpp +++ b/dep/ACE_wrappers/ace/Local_Memory_Pool.cpp @@ -142,3 +142,4 @@ ACE_Local_Memory_Pool::round_up (size_t nbytes) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Local_Memory_Pool.h b/dep/ACE_wrappers/ace/Local_Memory_Pool.h index 4216a97a7..f02b101c0 100644 --- a/dep/ACE_wrappers/ace/Local_Memory_Pool.h +++ b/dep/ACE_wrappers/ace/Local_Memory_Pool.h @@ -131,3 +131,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOCAL_MEMORY_POOL_H */ + diff --git a/dep/ACE_wrappers/ace/Local_Name_Space.cpp b/dep/ACE_wrappers/ace/Local_Name_Space.cpp index b3e13d7d9..deba2ab21 100644 --- a/dep/ACE_wrappers/ace/Local_Name_Space.cpp +++ b/dep/ACE_wrappers/ace/Local_Name_Space.cpp @@ -167,3 +167,4 @@ ACE_NS_Internal::type (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Local_Name_Space.h b/dep/ACE_wrappers/ace/Local_Name_Space.h index c9606d02b..09aadcaa4 100644 --- a/dep/ACE_wrappers/ace/Local_Name_Space.h +++ b/dep/ACE_wrappers/ace/Local_Name_Space.h @@ -130,3 +130,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOCAL_NAME_SPACE_H */ + diff --git a/dep/ACE_wrappers/ace/Local_Name_Space_T.cpp b/dep/ACE_wrappers/ace/Local_Name_Space_T.cpp index 9acfd1df7..1c2495867 100644 --- a/dep/ACE_wrappers/ace/Local_Name_Space_T.cpp +++ b/dep/ACE_wrappers/ace/Local_Name_Space_T.cpp @@ -964,3 +964,4 @@ ACE_Local_Name_Space::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LOCAL_NAME_SPACE_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Local_Name_Space_T.h b/dep/ACE_wrappers/ace/Local_Name_Space_T.h index 9822a22a6..1263cebd5 100644 --- a/dep/ACE_wrappers/ace/Local_Name_Space_T.h +++ b/dep/ACE_wrappers/ace/Local_Name_Space_T.h @@ -278,3 +278,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOCAL_NAME_SPACE_T_H */ + diff --git a/dep/ACE_wrappers/ace/Local_Tokens.cpp b/dep/ACE_wrappers/ace/Local_Tokens.cpp index b41c8c31d..2fc6eed1a 100644 --- a/dep/ACE_wrappers/ace/Local_Tokens.cpp +++ b/dep/ACE_wrappers/ace/Local_Tokens.cpp @@ -1621,3 +1621,4 @@ ACE_Local_WLock::clone (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TOKENS_LIBRARY */ + diff --git a/dep/ACE_wrappers/ace/Local_Tokens.h b/dep/ACE_wrappers/ace/Local_Tokens.h index 373e84671..611643b77 100644 --- a/dep/ACE_wrappers/ace/Local_Tokens.h +++ b/dep/ACE_wrappers/ace/Local_Tokens.h @@ -1119,3 +1119,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* __ACE_INLINE__ */ #include /**/ "ace/post.h" #endif /* ACE_LOCAL_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/Lock.cpp b/dep/ACE_wrappers/ace/Lock.cpp index eae8c3bd8..f3fd45f4b 100644 --- a/dep/ACE_wrappers/ace/Lock.cpp +++ b/dep/ACE_wrappers/ace/Lock.cpp @@ -86,3 +86,4 @@ ACE_Adaptive_Lock::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Lock.h b/dep/ACE_wrappers/ace/Lock.h index 36f99939b..8a2db49e3 100644 --- a/dep/ACE_wrappers/ace/Lock.h +++ b/dep/ACE_wrappers/ace/Lock.h @@ -159,3 +159,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOCK_H */ + diff --git a/dep/ACE_wrappers/ace/Lock_Adapter_T.cpp b/dep/ACE_wrappers/ace/Lock_Adapter_T.cpp index fbe43afd2..c4685def2 100644 --- a/dep/ACE_wrappers/ace/Lock_Adapter_T.cpp +++ b/dep/ACE_wrappers/ace/Lock_Adapter_T.cpp @@ -115,3 +115,4 @@ ACE_Lock_Adapter::tryacquire_write_upgrade (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LOCK_ADAPTER_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Lock_Adapter_T.h b/dep/ACE_wrappers/ace/Lock_Adapter_T.h index 4c09f7d3a..1f0f4521d 100644 --- a/dep/ACE_wrappers/ace/Lock_Adapter_T.h +++ b/dep/ACE_wrappers/ace/Lock_Adapter_T.h @@ -121,3 +121,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOCK_ADAPTER_T_H */ + diff --git a/dep/ACE_wrappers/ace/Log_Msg.cpp b/dep/ACE_wrappers/ace/Log_Msg.cpp index 10d5b422d..1fe455c56 100644 --- a/dep/ACE_wrappers/ace/Log_Msg.cpp +++ b/dep/ACE_wrappers/ace/Log_Msg.cpp @@ -2524,3 +2524,4 @@ ACE_Log_Msg::inherit_hook (ACE_OS_Thread_Descriptor *thr_desc, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Log_Msg.h b/dep/ACE_wrappers/ace/Log_Msg.h index 69904a4db..f799a6500 100644 --- a/dep/ACE_wrappers/ace/Log_Msg.h +++ b/dep/ACE_wrappers/ace/Log_Msg.h @@ -745,3 +745,4 @@ ACE_TSS_CLEANUP_NAME (void *ptr); #include /**/ "ace/post.h" #endif /* ACE_LOG_MSG_H */ + diff --git a/dep/ACE_wrappers/ace/Log_Msg_Backend.cpp b/dep/ACE_wrappers/ace/Log_Msg_Backend.cpp index 1d739471f..f8ed295fe 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_Backend.cpp +++ b/dep/ACE_wrappers/ace/Log_Msg_Backend.cpp @@ -12,3 +12,4 @@ ACE_Log_Msg_Backend::~ACE_Log_Msg_Backend (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Log_Msg_Backend.h b/dep/ACE_wrappers/ace/Log_Msg_Backend.h index ba3dba1c9..f9de2b8bf 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_Backend.h +++ b/dep/ACE_wrappers/ace/Log_Msg_Backend.h @@ -86,3 +86,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOG_MSG_BACKEND_H */ + diff --git a/dep/ACE_wrappers/ace/Log_Msg_Callback.cpp b/dep/ACE_wrappers/ace/Log_Msg_Callback.cpp index b38113d24..b22784373 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_Callback.cpp +++ b/dep/ACE_wrappers/ace/Log_Msg_Callback.cpp @@ -11,3 +11,4 @@ ACE_Log_Msg_Callback::~ACE_Log_Msg_Callback (void) { } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Log_Msg_Callback.h b/dep/ACE_wrappers/ace/Log_Msg_Callback.h index f743987b4..4a3f6f774 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_Callback.h +++ b/dep/ACE_wrappers/ace/Log_Msg_Callback.h @@ -67,3 +67,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOG_MSG_CALLBACK_H */ + diff --git a/dep/ACE_wrappers/ace/Log_Msg_IPC.cpp b/dep/ACE_wrappers/ace/Log_Msg_IPC.cpp index b6319517a..7c61ac459 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_IPC.cpp +++ b/dep/ACE_wrappers/ace/Log_Msg_IPC.cpp @@ -109,3 +109,4 @@ ACE_Log_Msg_IPC::log (ACE_Log_Record &log_record) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Log_Msg_IPC.h b/dep/ACE_wrappers/ace/Log_Msg_IPC.h index c06b5f62f..09c975b1c 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_IPC.h +++ b/dep/ACE_wrappers/ace/Log_Msg_IPC.h @@ -77,3 +77,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOG_MSG_H */ + diff --git a/dep/ACE_wrappers/ace/Log_Msg_NT_Event_Log.cpp b/dep/ACE_wrappers/ace/Log_Msg_NT_Event_Log.cpp index 5cfed4b25..c895373c9 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_NT_Event_Log.cpp +++ b/dep/ACE_wrappers/ace/Log_Msg_NT_Event_Log.cpp @@ -160,3 +160,4 @@ ACE_Log_Msg_NT_Event_Log::log (ACE_Log_Record &log_record) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_LOG_MSG_NT_EVENT_LOG */ + diff --git a/dep/ACE_wrappers/ace/Log_Msg_NT_Event_Log.h b/dep/ACE_wrappers/ace/Log_Msg_NT_Event_Log.h index 777f8e97f..66920903a 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_NT_Event_Log.h +++ b/dep/ACE_wrappers/ace/Log_Msg_NT_Event_Log.h @@ -70,3 +70,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOG_MSG_NT_EVENT_LOG_H */ + diff --git a/dep/ACE_wrappers/ace/Log_Msg_UNIX_Syslog.cpp b/dep/ACE_wrappers/ace/Log_Msg_UNIX_Syslog.cpp index 50e787546..715886cef 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_UNIX_Syslog.cpp +++ b/dep/ACE_wrappers/ace/Log_Msg_UNIX_Syslog.cpp @@ -205,3 +205,4 @@ ACE_Log_Msg_UNIX_Syslog::convert_log_mask (int lm_mask) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* !ACE_LACKS_UNIX_SYSLOG */ + diff --git a/dep/ACE_wrappers/ace/Log_Msg_UNIX_Syslog.h b/dep/ACE_wrappers/ace/Log_Msg_UNIX_Syslog.h index 3c762e8da..c781d6ab3 100644 --- a/dep/ACE_wrappers/ace/Log_Msg_UNIX_Syslog.h +++ b/dep/ACE_wrappers/ace/Log_Msg_UNIX_Syslog.h @@ -74,3 +74,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOG_MSG_UNIX_SYSLOG_H */ + diff --git a/dep/ACE_wrappers/ace/Log_Priority.h b/dep/ACE_wrappers/ace/Log_Priority.h index 3801ef398..6abffaa07 100644 --- a/dep/ACE_wrappers/ace/Log_Priority.h +++ b/dep/ACE_wrappers/ace/Log_Priority.h @@ -83,3 +83,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOG_PRIORITY_H */ + diff --git a/dep/ACE_wrappers/ace/Log_Record.cpp b/dep/ACE_wrappers/ace/Log_Record.cpp index f3ea5d659..8142dad0d 100644 --- a/dep/ACE_wrappers/ace/Log_Record.cpp +++ b/dep/ACE_wrappers/ace/Log_Record.cpp @@ -410,3 +410,4 @@ ACE_Log_Record::print (const ACE_TCHAR host_name[], #endif /* ! ACE_LACKS_IOSTREAM_TOTALLY */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Log_Record.h b/dep/ACE_wrappers/ace/Log_Record.h index 9e9e2a92d..be3e0b29e 100644 --- a/dep/ACE_wrappers/ace/Log_Record.h +++ b/dep/ACE_wrappers/ace/Log_Record.h @@ -221,3 +221,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_LOG_RECORD_H */ + diff --git a/dep/ACE_wrappers/ace/Logging_Strategy.cpp b/dep/ACE_wrappers/ace/Logging_Strategy.cpp index 05d913bc9..36f2726db 100644 --- a/dep/ACE_wrappers/ace/Logging_Strategy.cpp +++ b/dep/ACE_wrappers/ace/Logging_Strategy.cpp @@ -564,3 +564,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL // Logging_Strategy. ACE_FACTORY_DEFINE (ACE, ACE_Logging_Strategy) + diff --git a/dep/ACE_wrappers/ace/Logging_Strategy.h b/dep/ACE_wrappers/ace/Logging_Strategy.h index bac0d9566..8af68b325 100644 --- a/dep/ACE_wrappers/ace/Logging_Strategy.h +++ b/dep/ACE_wrappers/ace/Logging_Strategy.h @@ -193,3 +193,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL ACE_FACTORY_DECLARE (ACE, ACE_Logging_Strategy) #endif /* ACE_LOGGING_STRATEGY_H */ + diff --git a/dep/ACE_wrappers/ace/MEM_Acceptor.cpp b/dep/ACE_wrappers/ace/MEM_Acceptor.cpp index 920c3ca9c..76bafc1ef 100644 --- a/dep/ACE_wrappers/ace/MEM_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/MEM_Acceptor.cpp @@ -263,3 +263,4 @@ ACE_MEM_Acceptor::shared_accept_finish (ACE_MEM_Stream new_stream, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ + diff --git a/dep/ACE_wrappers/ace/MEM_Acceptor.h b/dep/ACE_wrappers/ace/MEM_Acceptor.h index 58582c4d0..b982ab816 100644 --- a/dep/ACE_wrappers/ace/MEM_Acceptor.h +++ b/dep/ACE_wrappers/ace/MEM_Acceptor.h @@ -190,3 +190,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MEM_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/MEM_Addr.cpp b/dep/ACE_wrappers/ace/MEM_Addr.cpp index 1f6c457ff..920697754 100644 --- a/dep/ACE_wrappers/ace/MEM_Addr.cpp +++ b/dep/ACE_wrappers/ace/MEM_Addr.cpp @@ -168,3 +168,4 @@ ACE_MEM_Addr::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ + diff --git a/dep/ACE_wrappers/ace/MEM_Addr.h b/dep/ACE_wrappers/ace/MEM_Addr.h index 35887b5cc..be67b5079 100644 --- a/dep/ACE_wrappers/ace/MEM_Addr.h +++ b/dep/ACE_wrappers/ace/MEM_Addr.h @@ -153,3 +153,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MEM_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/MEM_Connector.cpp b/dep/ACE_wrappers/ace/MEM_Connector.cpp index 33c15be3c..21b8d94fa 100644 --- a/dep/ACE_wrappers/ace/MEM_Connector.cpp +++ b/dep/ACE_wrappers/ace/MEM_Connector.cpp @@ -147,3 +147,4 @@ ACE_MEM_Connector::connect (ACE_MEM_Stream &new_stream, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ + diff --git a/dep/ACE_wrappers/ace/MEM_Connector.h b/dep/ACE_wrappers/ace/MEM_Connector.h index 49b15e7df..d976d8d91 100644 --- a/dep/ACE_wrappers/ace/MEM_Connector.h +++ b/dep/ACE_wrappers/ace/MEM_Connector.h @@ -177,3 +177,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MEM_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/MEM_IO.cpp b/dep/ACE_wrappers/ace/MEM_IO.cpp index f98d6c326..b1c316193 100644 --- a/dep/ACE_wrappers/ace/MEM_IO.cpp +++ b/dep/ACE_wrappers/ace/MEM_IO.cpp @@ -572,3 +572,4 @@ ACE_MEM_IO::recv (size_t n, ...) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ + diff --git a/dep/ACE_wrappers/ace/MEM_IO.h b/dep/ACE_wrappers/ace/MEM_IO.h index 8e3f79c0b..bbea3b393 100644 --- a/dep/ACE_wrappers/ace/MEM_IO.h +++ b/dep/ACE_wrappers/ace/MEM_IO.h @@ -308,3 +308,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_IO_H */ + diff --git a/dep/ACE_wrappers/ace/MEM_SAP.cpp b/dep/ACE_wrappers/ace/MEM_SAP.cpp index 6f18b7abe..3710802c2 100644 --- a/dep/ACE_wrappers/ace/MEM_SAP.cpp +++ b/dep/ACE_wrappers/ace/MEM_SAP.cpp @@ -95,3 +95,4 @@ ACE_MEM_SAP::close_shm_malloc (void) #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/MEM_SAP.h b/dep/ACE_wrappers/ace/MEM_SAP.h index 8694481cc..e50b14b08 100644 --- a/dep/ACE_wrappers/ace/MEM_SAP.h +++ b/dep/ACE_wrappers/ace/MEM_SAP.h @@ -167,3 +167,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_IO_H */ + diff --git a/dep/ACE_wrappers/ace/MEM_Stream.cpp b/dep/ACE_wrappers/ace/MEM_Stream.cpp index afcbd4f98..3ad616314 100644 --- a/dep/ACE_wrappers/ace/MEM_Stream.cpp +++ b/dep/ACE_wrappers/ace/MEM_Stream.cpp @@ -45,3 +45,4 @@ ACE_MEM_Stream::close (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ + diff --git a/dep/ACE_wrappers/ace/MEM_Stream.h b/dep/ACE_wrappers/ace/MEM_Stream.h index f0a2380c3..7148e9f15 100644 --- a/dep/ACE_wrappers/ace/MEM_Stream.h +++ b/dep/ACE_wrappers/ace/MEM_Stream.h @@ -156,3 +156,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MEM_STREAM_H */ + diff --git a/dep/ACE_wrappers/ace/MMAP_Memory_Pool.cpp b/dep/ACE_wrappers/ace/MMAP_Memory_Pool.cpp index b759816dd..f323d111a 100644 --- a/dep/ACE_wrappers/ace/MMAP_Memory_Pool.cpp +++ b/dep/ACE_wrappers/ace/MMAP_Memory_Pool.cpp @@ -592,3 +592,4 @@ ACE_Lite_MMAP_Memory_Pool::sync (void *, size_t, int) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/MMAP_Memory_Pool.h b/dep/ACE_wrappers/ace/MMAP_Memory_Pool.h index b11077d42..aca397571 100644 --- a/dep/ACE_wrappers/ace/MMAP_Memory_Pool.h +++ b/dep/ACE_wrappers/ace/MMAP_Memory_Pool.h @@ -345,3 +345,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MMAP_MEMORY_POOL_H */ + diff --git a/dep/ACE_wrappers/ace/Malloc.cpp b/dep/ACE_wrappers/ace/Malloc.cpp index c175e5448..b9684654c 100644 --- a/dep/ACE_wrappers/ace/Malloc.cpp +++ b/dep/ACE_wrappers/ace/Malloc.cpp @@ -185,3 +185,4 @@ ACE_Malloc_Stats::dump (void) const #endif /*ACE_HAS_MALLOC_STATS*/ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Malloc.h b/dep/ACE_wrappers/ace/Malloc.h index 7b59f8ae1..5974f0126 100644 --- a/dep/ACE_wrappers/ace/Malloc.h +++ b/dep/ACE_wrappers/ace/Malloc.h @@ -394,3 +394,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MALLOC_H */ + diff --git a/dep/ACE_wrappers/ace/Malloc_Allocator.cpp b/dep/ACE_wrappers/ace/Malloc_Allocator.cpp index 4da0e5f8f..9c53da4a1 100644 --- a/dep/ACE_wrappers/ace/Malloc_Allocator.cpp +++ b/dep/ACE_wrappers/ace/Malloc_Allocator.cpp @@ -359,3 +359,4 @@ ACE_Static_Allocator_Base::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Malloc_Allocator.h b/dep/ACE_wrappers/ace/Malloc_Allocator.h index 1a562108f..bd01df8e6 100644 --- a/dep/ACE_wrappers/ace/Malloc_Allocator.h +++ b/dep/ACE_wrappers/ace/Malloc_Allocator.h @@ -144,3 +144,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* MALLOC_ALLOCATOR_H */ + diff --git a/dep/ACE_wrappers/ace/Malloc_Base.h b/dep/ACE_wrappers/ace/Malloc_Base.h index 6a13d020a..7cd204064 100644 --- a/dep/ACE_wrappers/ace/Malloc_Base.h +++ b/dep/ACE_wrappers/ace/Malloc_Base.h @@ -166,3 +166,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MALLOC_BASE_H */ + diff --git a/dep/ACE_wrappers/ace/Malloc_T.cpp b/dep/ACE_wrappers/ace/Malloc_T.cpp index 1becd8492..8411a39f9 100644 --- a/dep/ACE_wrappers/ace/Malloc_T.cpp +++ b/dep/ACE_wrappers/ace/Malloc_T.cpp @@ -1260,3 +1260,4 @@ ACE_Malloc_FIFO_Iterator_T::start (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_MALLOC_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Malloc_T.h b/dep/ACE_wrappers/ace/Malloc_T.h index 2d610eb59..ade2e37f9 100644 --- a/dep/ACE_wrappers/ace/Malloc_T.h +++ b/dep/ACE_wrappers/ace/Malloc_T.h @@ -929,3 +929,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MALLOC_H */ + diff --git a/dep/ACE_wrappers/ace/Managed_Object.cpp b/dep/ACE_wrappers/ace/Managed_Object.cpp index 1e7e9eeb2..efe86c34c 100644 --- a/dep/ACE_wrappers/ace/Managed_Object.cpp +++ b/dep/ACE_wrappers/ace/Managed_Object.cpp @@ -23,3 +23,4 @@ ACE_Cleanup_Adapter::~ACE_Cleanup_Adapter (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_MANAGED_OBJECT_CPP */ + diff --git a/dep/ACE_wrappers/ace/Managed_Object.h b/dep/ACE_wrappers/ace/Managed_Object.h index d29dc1a54..f4ac54834 100644 --- a/dep/ACE_wrappers/ace/Managed_Object.h +++ b/dep/ACE_wrappers/ace/Managed_Object.h @@ -166,3 +166,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MANAGED_OBJECT_H */ + diff --git a/dep/ACE_wrappers/ace/Manual_Event.cpp b/dep/ACE_wrappers/ace/Manual_Event.cpp index 0b3caead8..33183c53f 100644 --- a/dep/ACE_wrappers/ace/Manual_Event.cpp +++ b/dep/ACE_wrappers/ace/Manual_Event.cpp @@ -46,3 +46,4 @@ ACE_Manual_Event::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Manual_Event.h b/dep/ACE_wrappers/ace/Manual_Event.h index 4686e35d3..6a46535e6 100644 --- a/dep/ACE_wrappers/ace/Manual_Event.h +++ b/dep/ACE_wrappers/ace/Manual_Event.h @@ -72,3 +72,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MANUAL_EVENT_H */ + diff --git a/dep/ACE_wrappers/ace/Map.h b/dep/ACE_wrappers/ace/Map.h index ec675fb1f..2ea515fd2 100644 --- a/dep/ACE_wrappers/ace/Map.h +++ b/dep/ACE_wrappers/ace/Map.h @@ -30,3 +30,4 @@ #include /**/ "ace/post.h" #endif /* ACE_MAP_H */ + diff --git a/dep/ACE_wrappers/ace/Map_Manager.cpp b/dep/ACE_wrappers/ace/Map_Manager.cpp index f1c8fbd63..6c070367f 100644 --- a/dep/ACE_wrappers/ace/Map_Manager.cpp +++ b/dep/ACE_wrappers/ace/Map_Manager.cpp @@ -699,3 +699,4 @@ ACE_Map_Reverse_Iterator::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_MAP_MANAGER_CPP */ + diff --git a/dep/ACE_wrappers/ace/Map_Manager.h b/dep/ACE_wrappers/ace/Map_Manager.h index 4e361216f..b6e141621 100644 --- a/dep/ACE_wrappers/ace/Map_Manager.h +++ b/dep/ACE_wrappers/ace/Map_Manager.h @@ -717,3 +717,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MAP_MANAGER_H */ + diff --git a/dep/ACE_wrappers/ace/Map_T.cpp b/dep/ACE_wrappers/ace/Map_T.cpp index ef3184c5c..e5edc166b 100644 --- a/dep/ACE_wrappers/ace/Map_T.cpp +++ b/dep/ACE_wrappers/ace/Map_T.cpp @@ -1341,3 +1341,4 @@ ACE_Map_Manager_Adapter::rend_impl (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_MAP_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Map_T.h b/dep/ACE_wrappers/ace/Map_T.h index 08947e0e0..1882b354e 100644 --- a/dep/ACE_wrappers/ace/Map_T.h +++ b/dep/ACE_wrappers/ace/Map_T.h @@ -1609,3 +1609,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MAP_T_H */ + diff --git a/dep/ACE_wrappers/ace/Mem_Map.cpp b/dep/ACE_wrappers/ace/Mem_Map.cpp index 15b20ec20..1c79d93f3 100644 --- a/dep/ACE_wrappers/ace/Mem_Map.cpp +++ b/dep/ACE_wrappers/ace/Mem_Map.cpp @@ -308,3 +308,4 @@ ACE_Mem_Map::remove (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Mem_Map.h b/dep/ACE_wrappers/ace/Mem_Map.h index 14410cbf3..5ef4634cf 100644 --- a/dep/ACE_wrappers/ace/Mem_Map.h +++ b/dep/ACE_wrappers/ace/Mem_Map.h @@ -233,3 +233,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MEM_MAP_H */ + diff --git a/dep/ACE_wrappers/ace/Memory_Pool.h b/dep/ACE_wrappers/ace/Memory_Pool.h index a36e74334..d95778754 100644 --- a/dep/ACE_wrappers/ace/Memory_Pool.h +++ b/dep/ACE_wrappers/ace/Memory_Pool.h @@ -29,3 +29,4 @@ #include /**/ "ace/post.h" #endif /* ACE_MEMORY_POOL_H */ + diff --git a/dep/ACE_wrappers/ace/Message_Block.cpp b/dep/ACE_wrappers/ace/Message_Block.cpp index 9a1fd1adf..072693613 100644 --- a/dep/ACE_wrappers/ace/Message_Block.cpp +++ b/dep/ACE_wrappers/ace/Message_Block.cpp @@ -1271,3 +1271,4 @@ ACE_Data_Block::base (char *msg_data, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Message_Block.h b/dep/ACE_wrappers/ace/Message_Block.h index 4f3a3d972..ea039a386 100644 --- a/dep/ACE_wrappers/ace/Message_Block.h +++ b/dep/ACE_wrappers/ace/Message_Block.h @@ -869,3 +869,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MESSAGE_BLOCK_H */ + diff --git a/dep/ACE_wrappers/ace/Message_Block_T.cpp b/dep/ACE_wrappers/ace/Message_Block_T.cpp index bb38ca694..ade7d1b8e 100644 --- a/dep/ACE_wrappers/ace/Message_Block_T.cpp +++ b/dep/ACE_wrappers/ace/Message_Block_T.cpp @@ -52,3 +52,4 @@ ACE_Locked_Data_Block::clone_nocopy (ACE_Message_Block::Message_Flags ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_MESSAGE_BLOCK_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Message_Block_T.h b/dep/ACE_wrappers/ace/Message_Block_T.h index b57a25bdc..25615fa45 100644 --- a/dep/ACE_wrappers/ace/Message_Block_T.h +++ b/dep/ACE_wrappers/ace/Message_Block_T.h @@ -86,3 +86,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MESSAGE_BLOCK_T_H */ + diff --git a/dep/ACE_wrappers/ace/Message_Queue.cpp b/dep/ACE_wrappers/ace/Message_Queue.cpp index fefd67e67..ba04916c5 100644 --- a/dep/ACE_wrappers/ace/Message_Queue.cpp +++ b/dep/ACE_wrappers/ace/Message_Queue.cpp @@ -26,3 +26,4 @@ ACE_Message_Queue_Base::state (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Message_Queue.h b/dep/ACE_wrappers/ace/Message_Queue.h index 15018a634..c97342134 100644 --- a/dep/ACE_wrappers/ace/Message_Queue.h +++ b/dep/ACE_wrappers/ace/Message_Queue.h @@ -235,3 +235,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MESSAGE_QUEUE_H */ + diff --git a/dep/ACE_wrappers/ace/Message_Queue_NT.cpp b/dep/ACE_wrappers/ace/Message_Queue_NT.cpp index 706eeb862..a8c9c8859 100644 --- a/dep/ACE_wrappers/ace/Message_Queue_NT.cpp +++ b/dep/ACE_wrappers/ace/Message_Queue_NT.cpp @@ -235,3 +235,4 @@ ACE_Message_Queue_NT::dump (void) const #endif /* ACE_HAS_WIN32_OVERLAPPED_IO */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Message_Queue_NT.h b/dep/ACE_wrappers/ace/Message_Queue_NT.h index cde4028ed..ffdc9eb4d 100644 --- a/dep/ACE_wrappers/ace/Message_Queue_NT.h +++ b/dep/ACE_wrappers/ace/Message_Queue_NT.h @@ -229,3 +229,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MESSAGE_QUEUE_NT_H */ + diff --git a/dep/ACE_wrappers/ace/Message_Queue_T.cpp b/dep/ACE_wrappers/ace/Message_Queue_T.cpp index 742ecf3a8..7ba4fac65 100644 --- a/dep/ACE_wrappers/ace/Message_Queue_T.cpp +++ b/dep/ACE_wrappers/ace/Message_Queue_T.cpp @@ -2964,3 +2964,4 @@ ACE_Message_Queue_Factory::create_NT_message_queue (size_t max_th ACE_END_VERSIONED_NAMESPACE_DECL #endif /* !ACE_MESSAGE_QUEUE_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Message_Queue_T.h b/dep/ACE_wrappers/ace/Message_Queue_T.h index e1e9953e8..b4c764b4d 100644 --- a/dep/ACE_wrappers/ace/Message_Queue_T.h +++ b/dep/ACE_wrappers/ace/Message_Queue_T.h @@ -1561,3 +1561,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MESSAGE_QUEUE_T_H */ + diff --git a/dep/ACE_wrappers/ace/Message_Queue_Vx.cpp b/dep/ACE_wrappers/ace/Message_Queue_Vx.cpp index 9aa465d36..e224f5078 100644 --- a/dep/ACE_wrappers/ace/Message_Queue_Vx.cpp +++ b/dep/ACE_wrappers/ace/Message_Queue_Vx.cpp @@ -366,3 +366,4 @@ ACE_Message_Queue_Vx::peek_dequeue_head (ACE_Message_Block *&, #endif /* ACE_VXWORKS */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Message_Queue_Vx.h b/dep/ACE_wrappers/ace/Message_Queue_Vx.h index b93330ac0..a442394e2 100644 --- a/dep/ACE_wrappers/ace/Message_Queue_Vx.h +++ b/dep/ACE_wrappers/ace/Message_Queue_Vx.h @@ -225,3 +225,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MESSAGE_QUEUE_VX_H */ + diff --git a/dep/ACE_wrappers/ace/Method_Object.h b/dep/ACE_wrappers/ace/Method_Object.h index 5af98f531..cb330d4ae 100644 --- a/dep/ACE_wrappers/ace/Method_Object.h +++ b/dep/ACE_wrappers/ace/Method_Object.h @@ -36,3 +36,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_METHOD_OBJECT_H */ + diff --git a/dep/ACE_wrappers/ace/Method_Request.cpp b/dep/ACE_wrappers/ace/Method_Request.cpp index 972087c5d..528bf1474 100644 --- a/dep/ACE_wrappers/ace/Method_Request.cpp +++ b/dep/ACE_wrappers/ace/Method_Request.cpp @@ -28,3 +28,4 @@ ACE_Method_Request::priority (unsigned long prio) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Method_Request.h b/dep/ACE_wrappers/ace/Method_Request.h index 156f11247..56548a71e 100644 --- a/dep/ACE_wrappers/ace/Method_Request.h +++ b/dep/ACE_wrappers/ace/Method_Request.h @@ -98,3 +98,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_METHOD_REQUEST_H */ + diff --git a/dep/ACE_wrappers/ace/Metrics_Cache.h b/dep/ACE_wrappers/ace/Metrics_Cache.h index 7e174d1e8..b318ab028 100644 --- a/dep/ACE_wrappers/ace/Metrics_Cache.h +++ b/dep/ACE_wrappers/ace/Metrics_Cache.h @@ -138,3 +138,4 @@ METRICS_PTR->report_##NAME##_stop(); \ #endif /* ACE_ENABLE_TIMEPROBES && ACE_COMPILE_TIMEPROBES */ #endif /* ACE_METRICS_CACHE_H */ + diff --git a/dep/ACE_wrappers/ace/Metrics_Cache_T.cpp b/dep/ACE_wrappers/ace/Metrics_Cache_T.cpp index f94c3f063..12ee533aa 100644 --- a/dep/ACE_wrappers/ace/Metrics_Cache_T.cpp +++ b/dep/ACE_wrappers/ace/Metrics_Cache_T.cpp @@ -235,3 +235,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* defined (ACE_COMPILE_TIMEPROBES) */ #endif /* ACE_METRICS_CACHE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Metrics_Cache_T.h b/dep/ACE_wrappers/ace/Metrics_Cache_T.h index dba5c961c..5785163c4 100644 --- a/dep/ACE_wrappers/ace/Metrics_Cache_T.h +++ b/dep/ACE_wrappers/ace/Metrics_Cache_T.h @@ -241,3 +241,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* defined (ACE_COMPILE_TIMEPROBES) */ #endif /* ACE_METRICS_CACHE_T_H */ + diff --git a/dep/ACE_wrappers/ace/Min_Max.h b/dep/ACE_wrappers/ace/Min_Max.h index 373862973..fe22b7e9a 100644 --- a/dep/ACE_wrappers/ace/Min_Max.h +++ b/dep/ACE_wrappers/ace/Min_Max.h @@ -68,3 +68,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MIN_MAX_H */ + diff --git a/dep/ACE_wrappers/ace/Module.cpp b/dep/ACE_wrappers/ace/Module.cpp index bffbd5933..ab974cae4 100644 --- a/dep/ACE_wrappers/ace/Module.cpp +++ b/dep/ACE_wrappers/ace/Module.cpp @@ -271,3 +271,4 @@ ACE_Module::close_i (int which, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_MODULE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Module.h b/dep/ACE_wrappers/ace/Module.h index 29690a5f3..e749b6365 100644 --- a/dep/ACE_wrappers/ace/Module.h +++ b/dep/ACE_wrappers/ace/Module.h @@ -213,3 +213,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MODULE_H */ + diff --git a/dep/ACE_wrappers/ace/Monitor_Admin.cpp b/dep/ACE_wrappers/ace/Monitor_Admin.cpp index 5c60b2b90..059ee78c1 100644 --- a/dep/ACE_wrappers/ace/Monitor_Admin.cpp +++ b/dep/ACE_wrappers/ace/Monitor_Admin.cpp @@ -111,3 +111,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */ + diff --git a/dep/ACE_wrappers/ace/Monitor_Admin.h b/dep/ACE_wrappers/ace/Monitor_Admin.h index 1b383fbe4..4120d8a1c 100644 --- a/dep/ACE_wrappers/ace/Monitor_Admin.h +++ b/dep/ACE_wrappers/ace/Monitor_Admin.h @@ -107,3 +107,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif // MONITOR_ADMIN_H + diff --git a/dep/ACE_wrappers/ace/Monitor_Admin_Manager.cpp b/dep/ACE_wrappers/ace/Monitor_Admin_Manager.cpp index aed71e54a..61ebb226a 100644 --- a/dep/ACE_wrappers/ace/Monitor_Admin_Manager.cpp +++ b/dep/ACE_wrappers/ace/Monitor_Admin_Manager.cpp @@ -40,3 +40,4 @@ ACE_FACTORY_DEFINE (ACE, MC_ADMINMANAGER) #endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */ + diff --git a/dep/ACE_wrappers/ace/Monitor_Admin_Manager.h b/dep/ACE_wrappers/ace/Monitor_Admin_Manager.h index 72977383f..16ae520fe 100644 --- a/dep/ACE_wrappers/ace/Monitor_Admin_Manager.h +++ b/dep/ACE_wrappers/ace/Monitor_Admin_Manager.h @@ -68,3 +68,4 @@ ACE_FACTORY_DECLARE (ACE, MC_ADMINMANAGER) #include /**/ "ace/post.h" #endif // MONITOR_ADMIN_MANAGER_H + diff --git a/dep/ACE_wrappers/ace/Monitor_Base.cpp b/dep/ACE_wrappers/ace/Monitor_Base.cpp index a4f3b847e..dfcb1032b 100644 --- a/dep/ACE_wrappers/ace/Monitor_Base.cpp +++ b/dep/ACE_wrappers/ace/Monitor_Base.cpp @@ -400,3 +400,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */ + diff --git a/dep/ACE_wrappers/ace/Monitor_Base.h b/dep/ACE_wrappers/ace/Monitor_Base.h index 2557e6ea7..1ed230f00 100644 --- a/dep/ACE_wrappers/ace/Monitor_Base.h +++ b/dep/ACE_wrappers/ace/Monitor_Base.h @@ -150,3 +150,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif // MONITOR_BASE_H + diff --git a/dep/ACE_wrappers/ace/Monitor_Control_Action.cpp b/dep/ACE_wrappers/ace/Monitor_Control_Action.cpp index 5ab52b369..4a4757a51 100644 --- a/dep/ACE_wrappers/ace/Monitor_Control_Action.cpp +++ b/dep/ACE_wrappers/ace/Monitor_Control_Action.cpp @@ -43,3 +43,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */ + diff --git a/dep/ACE_wrappers/ace/Monitor_Control_Action.h b/dep/ACE_wrappers/ace/Monitor_Control_Action.h index 7831aabd4..ba51b56d3 100644 --- a/dep/ACE_wrappers/ace/Monitor_Control_Action.h +++ b/dep/ACE_wrappers/ace/Monitor_Control_Action.h @@ -63,3 +63,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif // MONITOR_CONTROL_ACTION_H + diff --git a/dep/ACE_wrappers/ace/Monitor_Control_Types.cpp b/dep/ACE_wrappers/ace/Monitor_Control_Types.cpp index 782227c56..e9934a96f 100644 --- a/dep/ACE_wrappers/ace/Monitor_Control_Types.cpp +++ b/dep/ACE_wrappers/ace/Monitor_Control_Types.cpp @@ -76,3 +76,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */ + diff --git a/dep/ACE_wrappers/ace/Monitor_Control_Types.h b/dep/ACE_wrappers/ace/Monitor_Control_Types.h index c42618854..db0a12ce0 100644 --- a/dep/ACE_wrappers/ace/Monitor_Control_Types.h +++ b/dep/ACE_wrappers/ace/Monitor_Control_Types.h @@ -122,3 +122,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif // MONITOR_CONTROL_TYPES_H + diff --git a/dep/ACE_wrappers/ace/Monitor_Point_Registry.cpp b/dep/ACE_wrappers/ace/Monitor_Point_Registry.cpp index a6d5e9836..0a66ac4c9 100644 --- a/dep/ACE_wrappers/ace/Monitor_Point_Registry.cpp +++ b/dep/ACE_wrappers/ace/Monitor_Point_Registry.cpp @@ -170,3 +170,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */ + diff --git a/dep/ACE_wrappers/ace/Monitor_Point_Registry.h b/dep/ACE_wrappers/ace/Monitor_Point_Registry.h index 82dba6caf..2c08d695e 100644 --- a/dep/ACE_wrappers/ace/Monitor_Point_Registry.h +++ b/dep/ACE_wrappers/ace/Monitor_Point_Registry.h @@ -98,3 +98,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif // MONITOR_POINT_REGISTRY_H + diff --git a/dep/ACE_wrappers/ace/Monitor_Size.cpp b/dep/ACE_wrappers/ace/Monitor_Size.cpp index f968f9b9b..d7dbaadf8 100644 --- a/dep/ACE_wrappers/ace/Monitor_Size.cpp +++ b/dep/ACE_wrappers/ace/Monitor_Size.cpp @@ -45,3 +45,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */ + diff --git a/dep/ACE_wrappers/ace/Monitor_Size.h b/dep/ACE_wrappers/ace/Monitor_Size.h index 42ec31312..bca6815af 100644 --- a/dep/ACE_wrappers/ace/Monitor_Size.h +++ b/dep/ACE_wrappers/ace/Monitor_Size.h @@ -62,3 +62,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif // SIZE_MONITOR_H + diff --git a/dep/ACE_wrappers/ace/Msg_WFMO_Reactor.cpp b/dep/ACE_wrappers/ace/Msg_WFMO_Reactor.cpp index e06b69816..2b834daa8 100644 --- a/dep/ACE_wrappers/ace/Msg_WFMO_Reactor.cpp +++ b/dep/ACE_wrappers/ace/Msg_WFMO_Reactor.cpp @@ -83,3 +83,4 @@ ACE_Msg_WFMO_Reactor::poll_remaining_handles (DWORD slot) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 && !ACE_LACKS_MSG_WFMO */ + diff --git a/dep/ACE_wrappers/ace/Msg_WFMO_Reactor.h b/dep/ACE_wrappers/ace/Msg_WFMO_Reactor.h index 3c1eadd5b..714f4ce7a 100644 --- a/dep/ACE_wrappers/ace/Msg_WFMO_Reactor.h +++ b/dep/ACE_wrappers/ace/Msg_WFMO_Reactor.h @@ -118,3 +118,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MSG_WFMO_REACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Multihomed_INET_Addr.cpp b/dep/ACE_wrappers/ace/Multihomed_INET_Addr.cpp index 04ba3a0ce..f5c50a6c2 100644 --- a/dep/ACE_wrappers/ace/Multihomed_INET_Addr.cpp +++ b/dep/ACE_wrappers/ace/Multihomed_INET_Addr.cpp @@ -298,3 +298,4 @@ ACE_Multihomed_INET_Addr::~ACE_Multihomed_INET_Addr (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Multihomed_INET_Addr.h b/dep/ACE_wrappers/ace/Multihomed_INET_Addr.h index b05ccf958..88a3fbe34 100644 --- a/dep/ACE_wrappers/ace/Multihomed_INET_Addr.h +++ b/dep/ACE_wrappers/ace/Multihomed_INET_Addr.h @@ -196,3 +196,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MULTIHOMED_INET_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/Mutex.cpp b/dep/ACE_wrappers/ace/Mutex.cpp index 8adcb6f9c..8203a1c4c 100644 --- a/dep/ACE_wrappers/ace/Mutex.cpp +++ b/dep/ACE_wrappers/ace/Mutex.cpp @@ -123,3 +123,4 @@ ACE_Mutex::~ACE_Mutex (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Mutex.h b/dep/ACE_wrappers/ace/Mutex.h index e73874594..d04402634 100644 --- a/dep/ACE_wrappers/ace/Mutex.h +++ b/dep/ACE_wrappers/ace/Mutex.h @@ -190,3 +190,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/NT_Service.cpp b/dep/ACE_wrappers/ace/NT_Service.cpp index 6323bb1e2..2cd94793c 100644 --- a/dep/ACE_wrappers/ace/NT_Service.cpp +++ b/dep/ACE_wrappers/ace/NT_Service.cpp @@ -616,3 +616,4 @@ ACE_NT_Service::wait_for_service_state (DWORD desired_state, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 && !ACE_LACKS_WIN32_SERVICES */ + diff --git a/dep/ACE_wrappers/ace/NT_Service.h b/dep/ACE_wrappers/ace/NT_Service.h index 0e1e0a16a..bc6e39036 100644 --- a/dep/ACE_wrappers/ace/NT_Service.h +++ b/dep/ACE_wrappers/ace/NT_Service.h @@ -437,3 +437,4 @@ extern VOID WINAPI ace_nt_svc_main_##SVCNAME (DWORD dwArgc, \ #include /**/ "ace/post.h" #endif /* ACE_SERVICE_OBJECT_H */ + diff --git a/dep/ACE_wrappers/ace/Name_Proxy.cpp b/dep/ACE_wrappers/ace/Name_Proxy.cpp index 5755e971e..19ff0be47 100644 --- a/dep/ACE_wrappers/ace/Name_Proxy.cpp +++ b/dep/ACE_wrappers/ace/Name_Proxy.cpp @@ -207,3 +207,4 @@ ACE_Name_Proxy::~ACE_Name_Proxy (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Name_Proxy.h b/dep/ACE_wrappers/ace/Name_Proxy.h index a60a118f4..24ca63a30 100644 --- a/dep/ACE_wrappers/ace/Name_Proxy.h +++ b/dep/ACE_wrappers/ace/Name_Proxy.h @@ -99,3 +99,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NAME_PROXY_H */ + diff --git a/dep/ACE_wrappers/ace/Name_Request_Reply.cpp b/dep/ACE_wrappers/ace/Name_Request_Reply.cpp index 18329ab9d..ff160d857 100644 --- a/dep/ACE_wrappers/ace/Name_Request_Reply.cpp +++ b/dep/ACE_wrappers/ace/Name_Request_Reply.cpp @@ -575,3 +575,4 @@ ACE_Name_Reply::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Name_Request_Reply.h b/dep/ACE_wrappers/ace/Name_Request_Reply.h index 30f1386dc..2c32c4cf3 100644 --- a/dep/ACE_wrappers/ace/Name_Request_Reply.h +++ b/dep/ACE_wrappers/ace/Name_Request_Reply.h @@ -263,3 +263,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NAME_REQUEST_REPLY_H */ + diff --git a/dep/ACE_wrappers/ace/Name_Space.cpp b/dep/ACE_wrappers/ace/Name_Space.cpp index 806abd7d1..724d3206c 100644 --- a/dep/ACE_wrappers/ace/Name_Space.cpp +++ b/dep/ACE_wrappers/ace/Name_Space.cpp @@ -71,3 +71,4 @@ ACE_Name_Space::~ACE_Name_Space (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Name_Space.h b/dep/ACE_wrappers/ace/Name_Space.h index 966c8f46b..ccd4d4dbf 100644 --- a/dep/ACE_wrappers/ace/Name_Space.h +++ b/dep/ACE_wrappers/ace/Name_Space.h @@ -163,3 +163,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NAME_SPACE_H */ + diff --git a/dep/ACE_wrappers/ace/Naming_Context.cpp b/dep/ACE_wrappers/ace/Naming_Context.cpp index 0b1f7fefe..424e0d95f 100644 --- a/dep/ACE_wrappers/ace/Naming_Context.cpp +++ b/dep/ACE_wrappers/ace/Naming_Context.cpp @@ -647,3 +647,4 @@ ACE_STATIC_SVC_DEFINE (ACE_Naming_Context, ACE_Service_Type::DELETE_OBJ, 0) ACE_STATIC_SVC_REQUIRE (ACE_Naming_Context) + diff --git a/dep/ACE_wrappers/ace/Naming_Context.h b/dep/ACE_wrappers/ace/Naming_Context.h index db8ca9173..2ac80a745 100644 --- a/dep/ACE_wrappers/ace/Naming_Context.h +++ b/dep/ACE_wrappers/ace/Naming_Context.h @@ -385,3 +385,4 @@ ACE_STATIC_SVC_DECLARE_EXPORT (ACE, ACE_Naming_Context) #include /**/ "ace/post.h" #endif /* ACE_NAMING_CONTEXT_H */ + diff --git a/dep/ACE_wrappers/ace/Netlink_Addr.cpp b/dep/ACE_wrappers/ace/Netlink_Addr.cpp index 888febb0a..0f73345b9 100644 --- a/dep/ACE_wrappers/ace/Netlink_Addr.cpp +++ b/dep/ACE_wrappers/ace/Netlink_Addr.cpp @@ -66,3 +66,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif + diff --git a/dep/ACE_wrappers/ace/Netlink_Addr.h b/dep/ACE_wrappers/ace/Netlink_Addr.h index b596068c5..cd1c20fd4 100644 --- a/dep/ACE_wrappers/ace/Netlink_Addr.h +++ b/dep/ACE_wrappers/ace/Netlink_Addr.h @@ -118,3 +118,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Node.cpp b/dep/ACE_wrappers/ace/Node.cpp index b1b36fd73..03cbdba05 100644 --- a/dep/ACE_wrappers/ace/Node.cpp +++ b/dep/ACE_wrappers/ace/Node.cpp @@ -44,3 +44,4 @@ ACE_Node::ACE_Node (const ACE_Node &s) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_NODE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Node.h b/dep/ACE_wrappers/ace/Node.h index 57433a70e..bf47b1591 100644 --- a/dep/ACE_wrappers/ace/Node.h +++ b/dep/ACE_wrappers/ace/Node.h @@ -83,3 +83,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NODE_H */ + diff --git a/dep/ACE_wrappers/ace/Notification_Queue.cpp b/dep/ACE_wrappers/ace/Notification_Queue.cpp index 09d9934a2..1faada20c 100644 --- a/dep/ACE_wrappers/ace/Notification_Queue.cpp +++ b/dep/ACE_wrappers/ace/Notification_Queue.cpp @@ -226,3 +226,4 @@ ACE_Notification_Queue::pop_next_notification( } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Notification_Queue.h b/dep/ACE_wrappers/ace/Notification_Queue.h index a9ad1ad24..b2ed768fd 100644 --- a/dep/ACE_wrappers/ace/Notification_Queue.h +++ b/dep/ACE_wrappers/ace/Notification_Queue.h @@ -154,3 +154,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NOTIFICATION_QUEUE_H */ + diff --git a/dep/ACE_wrappers/ace/Notification_Strategy.cpp b/dep/ACE_wrappers/ace/Notification_Strategy.cpp index 1e022e079..4ffdda520 100644 --- a/dep/ACE_wrappers/ace/Notification_Strategy.cpp +++ b/dep/ACE_wrappers/ace/Notification_Strategy.cpp @@ -20,3 +20,4 @@ ACE_Notification_Strategy::~ACE_Notification_Strategy (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Notification_Strategy.h b/dep/ACE_wrappers/ace/Notification_Strategy.h index ba4c558db..7467ca06f 100644 --- a/dep/ACE_wrappers/ace/Notification_Strategy.h +++ b/dep/ACE_wrappers/ace/Notification_Strategy.h @@ -73,3 +73,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_NOTIFICATION_STRATEGY_H */ + diff --git a/dep/ACE_wrappers/ace/Null_Barrier.h b/dep/ACE_wrappers/ace/Null_Barrier.h index 5cd9ef838..64e3516d2 100644 --- a/dep/ACE_wrappers/ace/Null_Barrier.h +++ b/dep/ACE_wrappers/ace/Null_Barrier.h @@ -57,3 +57,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NULL_BARRIER_H */ + diff --git a/dep/ACE_wrappers/ace/Null_Condition.h b/dep/ACE_wrappers/ace/Null_Condition.h index 02131e213..c693b0a69 100644 --- a/dep/ACE_wrappers/ace/Null_Condition.h +++ b/dep/ACE_wrappers/ace/Null_Condition.h @@ -83,3 +83,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NULL_CONDITION_H */ + diff --git a/dep/ACE_wrappers/ace/Null_Mutex.h b/dep/ACE_wrappers/ace/Null_Mutex.h index 5c8f6f6da..5bfbea7e2 100644 --- a/dep/ACE_wrappers/ace/Null_Mutex.h +++ b/dep/ACE_wrappers/ace/Null_Mutex.h @@ -230,3 +230,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NULL_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/Null_Semaphore.h b/dep/ACE_wrappers/ace/Null_Semaphore.h index d7a48cce4..4b8112876 100644 --- a/dep/ACE_wrappers/ace/Null_Semaphore.h +++ b/dep/ACE_wrappers/ace/Null_Semaphore.h @@ -103,3 +103,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NULL_SEMAPHORE_H */ + diff --git a/dep/ACE_wrappers/ace/Numeric_Limits.h b/dep/ACE_wrappers/ace/Numeric_Limits.h index 356c81e71..b4ee307fe 100644 --- a/dep/ACE_wrappers/ace/Numeric_Limits.h +++ b/dep/ACE_wrappers/ace/Numeric_Limits.h @@ -268,3 +268,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_NUMERIC_LIMITS_H */ + diff --git a/dep/ACE_wrappers/ace/OS.cpp b/dep/ACE_wrappers/ace/OS.cpp index 0fd57bdd5..ed4c10808 100644 --- a/dep/ACE_wrappers/ace/OS.cpp +++ b/dep/ACE_wrappers/ace/OS.cpp @@ -51,3 +51,4 @@ ACE_RCSID(ace, OS, "$Id: OS.cpp 80826 2008-03-04 14:51:23Z wotte $") #include "ace/OS_NS_time.cpp" #include "ace/OS_NS_unistd.cpp" #include "ace/OS_NS_wchar.cpp" + diff --git a/dep/ACE_wrappers/ace/OS.h b/dep/ACE_wrappers/ace/OS.h index ec6c4ef9e..9283ed6f4 100644 --- a/dep/ACE_wrappers/ace/OS.h +++ b/dep/ACE_wrappers/ace/OS.h @@ -327,3 +327,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OS_H */ + diff --git a/dep/ACE_wrappers/ace/OS_Dirent.h b/dep/ACE_wrappers/ace/OS_Dirent.h index d05dc1709..e9c098439 100644 --- a/dep/ACE_wrappers/ace/OS_Dirent.h +++ b/dep/ACE_wrappers/ace/OS_Dirent.h @@ -30,3 +30,4 @@ #include /**/ "ace/post.h" #endif /* ACE_OS_DIRENT_H */ + diff --git a/dep/ACE_wrappers/ace/OS_Errno.cpp b/dep/ACE_wrappers/ace/OS_Errno.cpp index 15bdbcf27..1e1eab822 100644 --- a/dep/ACE_wrappers/ace/OS_Errno.cpp +++ b/dep/ACE_wrappers/ace/OS_Errno.cpp @@ -45,3 +45,4 @@ ACE_CE_Errno::fini () ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_WINCE_BROKEN_ERRNO */ + diff --git a/dep/ACE_wrappers/ace/OS_Errno.h b/dep/ACE_wrappers/ace/OS_Errno.h index ce6500b07..41e33692c 100644 --- a/dep/ACE_wrappers/ace/OS_Errno.h +++ b/dep/ACE_wrappers/ace/OS_Errno.h @@ -99,3 +99,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OS_ERRNO_H */ + diff --git a/dep/ACE_wrappers/ace/OS_Log_Msg_Attributes.cpp b/dep/ACE_wrappers/ace/OS_Log_Msg_Attributes.cpp index ead887680..227ead272 100644 --- a/dep/ACE_wrappers/ace/OS_Log_Msg_Attributes.cpp +++ b/dep/ACE_wrappers/ace/OS_Log_Msg_Attributes.cpp @@ -7,3 +7,4 @@ #endif /* ACE_HAS_INLINED_OSCALLS */ ACE_RCSID(ace, OS_Log_Msg_Attributes, "$Id: OS_Log_Msg_Attributes.cpp 80826 2008-03-04 14:51:23Z wotte $") + diff --git a/dep/ACE_wrappers/ace/OS_Log_Msg_Attributes.h b/dep/ACE_wrappers/ace/OS_Log_Msg_Attributes.h index f87619957..ff6bc1180 100644 --- a/dep/ACE_wrappers/ace/OS_Log_Msg_Attributes.h +++ b/dep/ACE_wrappers/ace/OS_Log_Msg_Attributes.h @@ -88,3 +88,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OS_LOG_MSG_ATTRIBUTES_H */ + diff --git a/dep/ACE_wrappers/ace/OS_Memory.h b/dep/ACE_wrappers/ace/OS_Memory.h index ef5746b7c..60590c021 100644 --- a/dep/ACE_wrappers/ace/OS_Memory.h +++ b/dep/ACE_wrappers/ace/OS_Memory.h @@ -336,3 +336,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OS_MEMORY_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_Thread.cpp b/dep/ACE_wrappers/ace/OS_NS_Thread.cpp index e5c37092a..187f4bf40 100644 --- a/dep/ACE_wrappers/ace/OS_NS_Thread.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_Thread.cpp @@ -5331,3 +5331,4 @@ vx_execae (FUNCPTR entry, char* arg, int prio, int opt, int stacksz, ...) return ret > 0 ? _vx_call_rc : 255; } #endif /* ACE_VXWORKS && !__RTP__ */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_Thread.h b/dep/ACE_wrappers/ace/OS_NS_Thread.h index 36fe609b5..a16e3750d 100644 --- a/dep/ACE_wrappers/ace/OS_NS_Thread.h +++ b/dep/ACE_wrappers/ace/OS_NS_Thread.h @@ -2023,3 +2023,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_THREAD_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_arpa_inet.cpp b/dep/ACE_wrappers/ace/OS_NS_arpa_inet.cpp index 93a896520..cb496c9d0 100644 --- a/dep/ACE_wrappers/ace/OS_NS_arpa_inet.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_arpa_inet.cpp @@ -51,3 +51,4 @@ ACE_OS::inet_aton (const char *host_name, struct in_addr *addr) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_arpa_inet.h b/dep/ACE_wrappers/ace/OS_NS_arpa_inet.h index fc8e660ac..dba0f6bd4 100644 --- a/dep/ACE_wrappers/ace/OS_NS_arpa_inet.h +++ b/dep/ACE_wrappers/ace/OS_NS_arpa_inet.h @@ -72,3 +72,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_ARPA_INET_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_ctype.cpp b/dep/ACE_wrappers/ace/OS_NS_ctype.cpp index d92456060..e8bd11f6c 100644 --- a/dep/ACE_wrappers/ace/OS_NS_ctype.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_ctype.cpp @@ -9,3 +9,4 @@ ACE_RCSID(ace, OS_NS_ctype, "$Id: OS_NS_ctype.cpp 80826 2008-03-04 14:51:23Z wot # include "ace/OS_NS_ctype.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_ctype.h b/dep/ACE_wrappers/ace/OS_NS_ctype.h index fc15e1303..c03143eea 100644 --- a/dep/ACE_wrappers/ace/OS_NS_ctype.h +++ b/dep/ACE_wrappers/ace/OS_NS_ctype.h @@ -128,3 +128,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_CTYPE_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_dirent.cpp b/dep/ACE_wrappers/ace/OS_NS_dirent.cpp index 73fea0f13..4a3672c28 100644 --- a/dep/ACE_wrappers/ace/OS_NS_dirent.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_dirent.cpp @@ -272,3 +272,4 @@ ACE_OS::scandir_emulation (const ACE_TCHAR *dirname, #endif /* !ACE_HAS_SCANDIR */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_dirent.h b/dep/ACE_wrappers/ace/OS_NS_dirent.h index 82042f522..72f06b916 100644 --- a/dep/ACE_wrappers/ace/OS_NS_dirent.h +++ b/dep/ACE_wrappers/ace/OS_NS_dirent.h @@ -151,3 +151,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_DIRENT_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_dlfcn.cpp b/dep/ACE_wrappers/ace/OS_NS_dlfcn.cpp index 24218ff43..54580ba65 100644 --- a/dep/ACE_wrappers/ace/OS_NS_dlfcn.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_dlfcn.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_dlfcn, "$Id: OS_NS_dlfcn.cpp 80826 2008-03-04 14:51:23Z wot # include "ace/OS_NS_dlfcn.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_dlfcn.h b/dep/ACE_wrappers/ace/OS_NS_dlfcn.h index 45cf625dc..13a8e7d0c 100644 --- a/dep/ACE_wrappers/ace/OS_NS_dlfcn.h +++ b/dep/ACE_wrappers/ace/OS_NS_dlfcn.h @@ -67,3 +67,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_DLFCN_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_errno.cpp b/dep/ACE_wrappers/ace/OS_NS_errno.cpp index ada256d1c..ea3213c08 100644 --- a/dep/ACE_wrappers/ace/OS_NS_errno.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_errno.cpp @@ -9,3 +9,4 @@ ACE_RCSID(ace, OS_NS_errno, "$Id: OS_NS_errno.cpp 80826 2008-03-04 14:51:23Z wot # include "ace/OS_NS_errno.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_errno.h b/dep/ACE_wrappers/ace/OS_NS_errno.h index 1bf0d216a..9ab6d1b1f 100644 --- a/dep/ACE_wrappers/ace/OS_NS_errno.h +++ b/dep/ACE_wrappers/ace/OS_NS_errno.h @@ -98,3 +98,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_ERRNO_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_fcntl.cpp b/dep/ACE_wrappers/ace/OS_NS_fcntl.cpp index aa90f7930..a50e90033 100644 --- a/dep/ACE_wrappers/ace/OS_NS_fcntl.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_fcntl.cpp @@ -243,3 +243,4 @@ ACE_OS::open (const wchar_t *filename, #endif /* ACE_HAS_WCHAR */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_fcntl.h b/dep/ACE_wrappers/ace/OS_NS_fcntl.h index 539ac306f..1fc765ce0 100644 --- a/dep/ACE_wrappers/ace/OS_NS_fcntl.h +++ b/dep/ACE_wrappers/ace/OS_NS_fcntl.h @@ -81,3 +81,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_FCNTL_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_macros.h b/dep/ACE_wrappers/ace/OS_NS_macros.h index a949ce247..b80db9eeb 100644 --- a/dep/ACE_wrappers/ace/OS_NS_macros.h +++ b/dep/ACE_wrappers/ace/OS_NS_macros.h @@ -112,3 +112,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_MACROS_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_math.cpp b/dep/ACE_wrappers/ace/OS_NS_math.cpp index ae9554c06..7cbfd8933 100644 --- a/dep/ACE_wrappers/ace/OS_NS_math.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_math.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_math, "$Id: OS_NS_math.cpp 80826 2008-03-04 14:51:23Z wotte # include "ace/OS_NS_math.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_math.h b/dep/ACE_wrappers/ace/OS_NS_math.h index 9d001d01b..0ed1d6ce8 100644 --- a/dep/ACE_wrappers/ace/OS_NS_math.h +++ b/dep/ACE_wrappers/ace/OS_NS_math.h @@ -113,3 +113,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_MATH_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_netdb.cpp b/dep/ACE_wrappers/ace/OS_NS_netdb.cpp index 8cee46be2..f4fa87906 100644 --- a/dep/ACE_wrappers/ace/OS_NS_netdb.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_netdb.cpp @@ -419,3 +419,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # endif /* defined (ACE_LACKS_NETDB_REENTRANT_FUNCTIONS) */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_netdb.h b/dep/ACE_wrappers/ace/OS_NS_netdb.h index 0c6bdf435..2cf78998d 100644 --- a/dep/ACE_wrappers/ace/OS_NS_netdb.h +++ b/dep/ACE_wrappers/ace/OS_NS_netdb.h @@ -144,3 +144,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_NETDB_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_poll.cpp b/dep/ACE_wrappers/ace/OS_NS_poll.cpp index 0c8523d89..f31c48e4a 100644 --- a/dep/ACE_wrappers/ace/OS_NS_poll.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_poll.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_poll, "$Id: OS_NS_poll.cpp 80826 2008-03-04 14:51:23Z wotte # include "ace/OS_NS_poll.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_poll.h b/dep/ACE_wrappers/ace/OS_NS_poll.h index b18893b19..bf20577bc 100644 --- a/dep/ACE_wrappers/ace/OS_NS_poll.h +++ b/dep/ACE_wrappers/ace/OS_NS_poll.h @@ -64,3 +64,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_POLL_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_pwd.cpp b/dep/ACE_wrappers/ace/OS_NS_pwd.cpp index 7a3e5c59b..1c8387a16 100644 --- a/dep/ACE_wrappers/ace/OS_NS_pwd.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_pwd.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_pwd, "$Id: OS_NS_pwd.cpp 80826 2008-03-04 14:51:23Z wotte $ # include "ace/OS_NS_pwd.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_pwd.h b/dep/ACE_wrappers/ace/OS_NS_pwd.h index 3291d6012..a70a6d3f3 100644 --- a/dep/ACE_wrappers/ace/OS_NS_pwd.h +++ b/dep/ACE_wrappers/ace/OS_NS_pwd.h @@ -79,3 +79,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_PWD_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_regex.cpp b/dep/ACE_wrappers/ace/OS_NS_regex.cpp index 62533a2f4..df532281e 100644 --- a/dep/ACE_wrappers/ace/OS_NS_regex.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_regex.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_regex, "$Id: OS_NS_regex.cpp 80826 2008-03-04 14:51:23Z wot # include "ace/OS_NS_regex.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_regex.h b/dep/ACE_wrappers/ace/OS_NS_regex.h index eccdb69dd..8684d087d 100644 --- a/dep/ACE_wrappers/ace/OS_NS_regex.h +++ b/dep/ACE_wrappers/ace/OS_NS_regex.h @@ -63,3 +63,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_REGEX_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_signal.cpp b/dep/ACE_wrappers/ace/OS_NS_signal.cpp index bb1c41305..e0b3b6126 100644 --- a/dep/ACE_wrappers/ace/OS_NS_signal.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_signal.cpp @@ -24,3 +24,4 @@ siginfo_t::siginfo_t (ACE_HANDLE *handles) ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_signal.h b/dep/ACE_wrappers/ace/OS_NS_signal.h index 57b9e3dd1..d9abed0a6 100644 --- a/dep/ACE_wrappers/ace/OS_NS_signal.h +++ b/dep/ACE_wrappers/ace/OS_NS_signal.h @@ -151,3 +151,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SIGNAL_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_stdio.cpp b/dep/ACE_wrappers/ace/OS_NS_stdio.cpp index 42bedf0ac..01ceec722 100644 --- a/dep/ACE_wrappers/ace/OS_NS_stdio.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_stdio.cpp @@ -460,3 +460,4 @@ ACE_OS::vaswprintf_emulation(wchar_t **bufp, const wchar_t *format, va_list argp #endif /* ACE_HAS_WCHAR */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_stdio.h b/dep/ACE_wrappers/ace/OS_NS_stdio.h index 306249d94..a27d90822 100644 --- a/dep/ACE_wrappers/ace/OS_NS_stdio.h +++ b/dep/ACE_wrappers/ace/OS_NS_stdio.h @@ -540,3 +540,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_STDIO_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_stdlib.cpp b/dep/ACE_wrappers/ace/OS_NS_stdlib.cpp index 737be33ec..78d01380c 100644 --- a/dep/ACE_wrappers/ace/OS_NS_stdlib.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_stdlib.cpp @@ -870,3 +870,4 @@ ACE_OS::setprogname_emulation (const char* progname) #endif /* !ACE_HAS_SETPROGNAME */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_stdlib.h b/dep/ACE_wrappers/ace/OS_NS_stdlib.h index dcc5f7ae4..237956efc 100644 --- a/dep/ACE_wrappers/ace/OS_NS_stdlib.h +++ b/dep/ACE_wrappers/ace/OS_NS_stdlib.h @@ -330,3 +330,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_STDLIB_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_string.cpp b/dep/ACE_wrappers/ace/OS_NS_string.cpp index cd5da7ee5..924d8199a 100644 --- a/dep/ACE_wrappers/ace/OS_NS_string.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_string.cpp @@ -375,3 +375,4 @@ ACE_OS::strtok_r_emulation (ACE_WCHAR_T *s, # endif /* ACE_HAS_WCHAR && ACE_LACKS_WCSTOK */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_string.h b/dep/ACE_wrappers/ace/OS_NS_string.h index dd6020a70..d75fbce6e 100644 --- a/dep/ACE_wrappers/ace/OS_NS_string.h +++ b/dep/ACE_wrappers/ace/OS_NS_string.h @@ -469,3 +469,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_STRING_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_strings.cpp b/dep/ACE_wrappers/ace/OS_NS_strings.cpp index 5b5cfcf49..74510861f 100644 --- a/dep/ACE_wrappers/ace/OS_NS_strings.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_strings.cpp @@ -82,3 +82,4 @@ ACE_OS::strncasecmp_emulation (const char *s, #endif /* ACE_LACKS_STRCASECMP */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_strings.h b/dep/ACE_wrappers/ace/OS_NS_strings.h index 9a9775230..7f1ad48c8 100644 --- a/dep/ACE_wrappers/ace/OS_NS_strings.h +++ b/dep/ACE_wrappers/ace/OS_NS_strings.h @@ -84,3 +84,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_STRINGS_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_stropts.cpp b/dep/ACE_wrappers/ace/OS_NS_stropts.cpp index 847340b9a..091771592 100644 --- a/dep/ACE_wrappers/ace/OS_NS_stropts.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_stropts.cpp @@ -193,3 +193,4 @@ ACE_OS::ioctl (ACE_HANDLE socket, #endif /* !(defined (ACE_HAS_WINCE) && (UNDER_CE < 500)) */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_stropts.h b/dep/ACE_wrappers/ace/OS_NS_stropts.h index 7be61a754..edae88c3e 100644 --- a/dep/ACE_wrappers/ace/OS_NS_stropts.h +++ b/dep/ACE_wrappers/ace/OS_NS_stropts.h @@ -170,3 +170,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_STROPTS_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_mman.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_mman.cpp index d0b02a9e0..d4224bb5d 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_mman.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_mman.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_sys_mman, "$Id: OS_NS_sys_mman.cpp 80826 2008-03-04 14:51:2 # include "ace/OS_NS_sys_mman.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_mman.h b/dep/ACE_wrappers/ace/OS_NS_sys_mman.h index c4dd05e83..b9015a7fa 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_mman.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_mman.h @@ -95,3 +95,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_MMAN_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_msg.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_msg.cpp index 3e2b177b7..4cc59b49b 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_msg.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_msg.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_sys_msg, "$Id: OS_NS_sys_msg.cpp 80826 2008-03-04 14:51:23Z # include "ace/OS_NS_sys_msg.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_msg.h b/dep/ACE_wrappers/ace/OS_NS_sys_msg.h index 24b4f5057..a2599407d 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_msg.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_msg.h @@ -75,3 +75,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_MSG_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_resource.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_resource.cpp index 58d29f604..516d9e4d0 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_resource.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_resource.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_sys_resource, "$Id: OS_NS_sys_resource.cpp 80826 2008-03-04 # include "ace/OS_NS_sys_resource.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_resource.h b/dep/ACE_wrappers/ace/OS_NS_sys_resource.h index 009cb1356..5b9a7abea 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_resource.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_resource.h @@ -65,3 +65,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_RESOURCE_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_select.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_select.cpp index 9c6588ad4..afe41b7a3 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_select.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_select.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_sys_select, "$Id: OS_NS_sys_select.cpp 80826 2008-03-04 14: # include "ace/OS_NS_sys_select.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_select.h b/dep/ACE_wrappers/ace/OS_NS_sys_select.h index 94e7d84ab..8425f3eb6 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_select.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_select.h @@ -75,3 +75,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_SELECT_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_sendfile.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_sendfile.cpp index 8f48c7a20..bf0911d56 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_sendfile.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_sendfile.cpp @@ -51,3 +51,4 @@ ACE_OS::sendfile_emulation (ACE_HANDLE out_fd, #endif /* !ACE_HAS_SENDFILE */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_sendfile.h b/dep/ACE_wrappers/ace/OS_NS_sys_sendfile.h index 621444f3c..854875300 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_sendfile.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_sendfile.h @@ -63,3 +63,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_SENDFILE_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_shm.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_shm.cpp index 4c2353935..db4792c94 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_shm.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_shm.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_sys_shm, "$Id: OS_NS_sys_shm.cpp 80826 2008-03-04 14:51:23Z # include "ace/OS_NS_sys_shm.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_shm.h b/dep/ACE_wrappers/ace/OS_NS_sys_shm.h index 9f34b482b..bd5cbadc8 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_shm.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_shm.h @@ -72,3 +72,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_SHM_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_socket.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_socket.cpp index 36fc8a946..4c14784dd 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_socket.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_socket.cpp @@ -159,3 +159,4 @@ ACE_OS::socket_fini (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_socket.h b/dep/ACE_wrappers/ace/OS_NS_sys_socket.h index 3f0fe8799..c545a2c01 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_socket.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_socket.h @@ -300,3 +300,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_SOCKET_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_stat.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_stat.cpp index 1cba079cf..fbb98a3f1 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_stat.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_stat.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_sys_stat, "$Id: OS_NS_sys_stat.cpp 80826 2008-03-04 14:51:2 # include "ace/OS_NS_sys_stat.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_stat.h b/dep/ACE_wrappers/ace/OS_NS_sys_stat.h index 36e11a9eb..6aeb8f309 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_stat.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_stat.h @@ -147,3 +147,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_STAT_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_time.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_time.cpp index e1be67988..25c808348 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_time.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_time.cpp @@ -8,3 +8,4 @@ ACE_RCSID(ace, OS_NS_sys_time, "$Id: OS_NS_sys_time.cpp 80826 2008-03-04 14:51:2 # include "ace/OS_NS_sys_time.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_time.h b/dep/ACE_wrappers/ace/OS_NS_sys_time.h index 3d9aa2dd9..1efb8c036 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_time.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_time.h @@ -67,3 +67,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_TIME_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_uio.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_uio.cpp index c0d59f62d..e4cac846e 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_uio.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_uio.cpp @@ -128,3 +128,4 @@ ACE_OS::writev_emulation (ACE_HANDLE handle, const iovec *iov, int n) # endif /* ACE_LACKS_WRITEV */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_uio.h b/dep/ACE_wrappers/ace/OS_NS_sys_uio.h index d08df3d1c..c0e54d097 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_uio.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_uio.h @@ -78,3 +78,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_UIO_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_utsname.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_utsname.cpp index 0f64e716a..d5450bcf3 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_utsname.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_utsname.cpp @@ -235,3 +235,4 @@ ACE_OS::uname (ACE_utsname *name) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_utsname.h b/dep/ACE_wrappers/ace/OS_NS_sys_utsname.h index 978fecf9e..fe3cda91b 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_utsname.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_utsname.h @@ -69,3 +69,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_UTSNAME_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_wait.cpp b/dep/ACE_wrappers/ace/OS_NS_sys_wait.cpp index 2f83bb28e..beec30302 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_wait.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_sys_wait.cpp @@ -7,3 +7,4 @@ ACE_RCSID(ace, OS_NS_sys_wait, "$Id: OS_NS_sys_wait.cpp 80826 2008-03-04 14:51:2 #if !defined (ACE_HAS_INLINED_OSCALLS) # include "ace/OS_NS_sys_wait.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_sys_wait.h b/dep/ACE_wrappers/ace/OS_NS_sys_wait.h index c71b3e3a5..801b9b08b 100644 --- a/dep/ACE_wrappers/ace/OS_NS_sys_wait.h +++ b/dep/ACE_wrappers/ace/OS_NS_sys_wait.h @@ -85,3 +85,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_SYS_WAIT_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_time.cpp b/dep/ACE_wrappers/ace/OS_NS_time.cpp index b68c657ed..1ac31e310 100644 --- a/dep/ACE_wrappers/ace/OS_NS_time.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_time.cpp @@ -635,3 +635,4 @@ ACE_OS::strptime_getnum (const char *buf, #endif /* ACE_LACKS_STRPTIME && !ACE_REFUSE_STRPTIME_EMULATION */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_time.h b/dep/ACE_wrappers/ace/OS_NS_time.h index 66304d1e0..61b51ffeb 100644 --- a/dep/ACE_wrappers/ace/OS_NS_time.h +++ b/dep/ACE_wrappers/ace/OS_NS_time.h @@ -286,3 +286,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_TIME_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_unistd.cpp b/dep/ACE_wrappers/ace/OS_NS_unistd.cpp index d5d538fec..7aa77e4f6 100644 --- a/dep/ACE_wrappers/ace/OS_NS_unistd.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_unistd.cpp @@ -898,3 +898,4 @@ ACE_OS::write_n (ACE_HANDLE handle, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_unistd.h b/dep/ACE_wrappers/ace/OS_NS_unistd.h index fce6dc8b1..576cf37ba 100644 --- a/dep/ACE_wrappers/ace/OS_NS_unistd.h +++ b/dep/ACE_wrappers/ace/OS_NS_unistd.h @@ -380,3 +380,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_UNISTD_H */ + diff --git a/dep/ACE_wrappers/ace/OS_NS_wchar.cpp b/dep/ACE_wrappers/ace/OS_NS_wchar.cpp index c5217eff6..a29f05972 100644 --- a/dep/ACE_wrappers/ace/OS_NS_wchar.cpp +++ b/dep/ACE_wrappers/ace/OS_NS_wchar.cpp @@ -375,3 +375,4 @@ ACE_OS::wcsstr_emulation (const wchar_t *string, #endif /* ACE_HAS_WCHAR && ACE_LACKS_WCSSTR */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_NS_wchar.h b/dep/ACE_wrappers/ace/OS_NS_wchar.h index 4a9843ab8..e1201d388 100644 --- a/dep/ACE_wrappers/ace/OS_NS_wchar.h +++ b/dep/ACE_wrappers/ace/OS_NS_wchar.h @@ -197,3 +197,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_OS_NS_STDIO_H */ + diff --git a/dep/ACE_wrappers/ace/OS_QoS.cpp b/dep/ACE_wrappers/ace/OS_QoS.cpp index e24b32c85..0adf6efc0 100644 --- a/dep/ACE_wrappers/ace/OS_QoS.cpp +++ b/dep/ACE_wrappers/ace/OS_QoS.cpp @@ -474,3 +474,4 @@ ACE_Accept_QoS_Params::callback_data (unsigned long cd) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_QoS.h b/dep/ACE_wrappers/ace/OS_QoS.h index 74d46afce..022a17bee 100644 --- a/dep/ACE_wrappers/ace/OS_QoS.h +++ b/dep/ACE_wrappers/ace/OS_QoS.h @@ -447,3 +447,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OS_QOS_H */ + diff --git a/dep/ACE_wrappers/ace/OS_String.h b/dep/ACE_wrappers/ace/OS_String.h index 2d7aa86ad..10ea346fc 100644 --- a/dep/ACE_wrappers/ace/OS_String.h +++ b/dep/ACE_wrappers/ace/OS_String.h @@ -30,3 +30,4 @@ #include /**/ "ace/post.h" #endif /* ACE_OS_STRING_H */ + diff --git a/dep/ACE_wrappers/ace/OS_TLI.cpp b/dep/ACE_wrappers/ace/OS_TLI.cpp index c874388f4..c2754b7b3 100644 --- a/dep/ACE_wrappers/ace/OS_TLI.cpp +++ b/dep/ACE_wrappers/ace/OS_TLI.cpp @@ -7,3 +7,4 @@ ACE_RCSID(ace, OS_TLI, "$Id: OS_TLI.cpp 80826 2008-03-04 14:51:23Z wotte $") #if !defined (ACE_HAS_INLINED_OSCALLS) # include "ace/OS_TLI.inl" #endif /* !ACE_HAS_INLINED_OSCALLS */ + diff --git a/dep/ACE_wrappers/ace/OS_TLI.h b/dep/ACE_wrappers/ace/OS_TLI.h index 61a6cd5c0..8e607acd4 100644 --- a/dep/ACE_wrappers/ace/OS_TLI.h +++ b/dep/ACE_wrappers/ace/OS_TLI.h @@ -283,3 +283,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OS_TLI_H */ + diff --git a/dep/ACE_wrappers/ace/OS_Thread_Adapter.cpp b/dep/ACE_wrappers/ace/OS_Thread_Adapter.cpp index f65d1acaf..7fa4d1a48 100644 --- a/dep/ACE_wrappers/ace/OS_Thread_Adapter.cpp +++ b/dep/ACE_wrappers/ace/OS_Thread_Adapter.cpp @@ -151,3 +151,4 @@ ACE_OS_Thread_Adapter::invoke (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/OS_Thread_Adapter.h b/dep/ACE_wrappers/ace/OS_Thread_Adapter.h index 7b41c5609..d51bc7721 100644 --- a/dep/ACE_wrappers/ace/OS_Thread_Adapter.h +++ b/dep/ACE_wrappers/ace/OS_Thread_Adapter.h @@ -70,3 +70,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_THREAD_ADAPTER_H */ + diff --git a/dep/ACE_wrappers/ace/OS_main.cpp b/dep/ACE_wrappers/ace/OS_main.cpp index cf9e0bc84..18bcae32d 100644 --- a/dep/ACE_wrappers/ace/OS_main.cpp +++ b/dep/ACE_wrappers/ace/OS_main.cpp @@ -125,3 +125,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # endif /* !ACE_HAS_WINCE */ # endif /* ACE_HAS_NONSTATIC_OBJECT_MANAGER && !ACE_HAS_WINCE && !ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER */ + diff --git a/dep/ACE_wrappers/ace/OS_main.h b/dep/ACE_wrappers/ace/OS_main.h index 71be8c08e..502aa5da6 100644 --- a/dep/ACE_wrappers/ace/OS_main.h +++ b/dep/ACE_wrappers/ace/OS_main.h @@ -303,3 +303,4 @@ int ace_main_i # include /**/ "ace/post.h" #endif /* ACE_OS_MAIN_H */ + diff --git a/dep/ACE_wrappers/ace/Obchunk.cpp b/dep/ACE_wrappers/ace/Obchunk.cpp index cbe56af7d..71a69d1a3 100644 --- a/dep/ACE_wrappers/ace/Obchunk.cpp +++ b/dep/ACE_wrappers/ace/Obchunk.cpp @@ -34,3 +34,4 @@ ACE_Obchunk::ACE_Obchunk (size_t size) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Obchunk.h b/dep/ACE_wrappers/ace/Obchunk.h index b76a7f7e3..1cb7c24b7 100644 --- a/dep/ACE_wrappers/ace/Obchunk.h +++ b/dep/ACE_wrappers/ace/Obchunk.h @@ -75,3 +75,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OBCHUNK_H */ + diff --git a/dep/ACE_wrappers/ace/Object_Manager.cpp b/dep/ACE_wrappers/ace/Object_Manager.cpp index fbe0b5c46..bd97cc9ec 100644 --- a/dep/ACE_wrappers/ace/Object_Manager.cpp +++ b/dep/ACE_wrappers/ace/Object_Manager.cpp @@ -887,3 +887,4 @@ ACE_Static_Object_Lock::cleanup_lock (void) #endif /* ACE_HAS_THREADS */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Object_Manager.h b/dep/ACE_wrappers/ace/Object_Manager.h index 2b603b0a3..741b9e3ee 100644 --- a/dep/ACE_wrappers/ace/Object_Manager.h +++ b/dep/ACE_wrappers/ace/Object_Manager.h @@ -464,3 +464,4 @@ ACE_FACTORY_DECLARE (ACE, ACE_Service_Manager) #include /**/ "ace/post.h" #endif /* ACE_OBJECT_MANAGER_H */ + diff --git a/dep/ACE_wrappers/ace/Object_Manager_Base.cpp b/dep/ACE_wrappers/ace/Object_Manager_Base.cpp index 16b271df1..cc615fa48 100644 --- a/dep/ACE_wrappers/ace/Object_Manager_Base.cpp +++ b/dep/ACE_wrappers/ace/Object_Manager_Base.cpp @@ -504,3 +504,4 @@ static ACE_OS_Object_Manager_Manager ACE_OS_Object_Manager_Manager_instance; #endif /* ! ACE_HAS_NONSTATIC_OBJECT_MANAGER */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Object_Manager_Base.h b/dep/ACE_wrappers/ace/Object_Manager_Base.h index 8335253c4..d1058874d 100644 --- a/dep/ACE_wrappers/ace/Object_Manager_Base.h +++ b/dep/ACE_wrappers/ace/Object_Manager_Base.h @@ -246,3 +246,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OBJECT_MANAGER_BASE_H */ + diff --git a/dep/ACE_wrappers/ace/Obstack.h b/dep/ACE_wrappers/ace/Obstack.h index b7b75e735..24ccd6bdf 100644 --- a/dep/ACE_wrappers/ace/Obstack.h +++ b/dep/ACE_wrappers/ace/Obstack.h @@ -29,3 +29,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OBSTACK_H */ + diff --git a/dep/ACE_wrappers/ace/Obstack_T.cpp b/dep/ACE_wrappers/ace/Obstack_T.cpp index 5c6863fc6..b63e0ce1f 100644 --- a/dep/ACE_wrappers/ace/Obstack_T.cpp +++ b/dep/ACE_wrappers/ace/Obstack_T.cpp @@ -224,3 +224,4 @@ ACE_Obstack_T::freeze (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_OBSTACK_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Obstack_T.h b/dep/ACE_wrappers/ace/Obstack_T.h index c94cbc7cf..130d81819 100644 --- a/dep/ACE_wrappers/ace/Obstack_T.h +++ b/dep/ACE_wrappers/ace/Obstack_T.h @@ -132,3 +132,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_OBSTACK_T_H */ + diff --git a/dep/ACE_wrappers/ace/PI_Malloc.cpp b/dep/ACE_wrappers/ace/PI_Malloc.cpp index 979ddd6ba..4e27441f4 100644 --- a/dep/ACE_wrappers/ace/PI_Malloc.cpp +++ b/dep/ACE_wrappers/ace/PI_Malloc.cpp @@ -163,3 +163,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1*/ #endif /* ACE_PI_MALLOC_CPP */ + diff --git a/dep/ACE_wrappers/ace/PI_Malloc.h b/dep/ACE_wrappers/ace/PI_Malloc.h index 679b71b98..a1167fb6f 100644 --- a/dep/ACE_wrappers/ace/PI_Malloc.h +++ b/dep/ACE_wrappers/ace/PI_Malloc.h @@ -211,3 +211,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PI_MALLOC_H */ + diff --git a/dep/ACE_wrappers/ace/POSIX_Asynch_IO.cpp b/dep/ACE_wrappers/ace/POSIX_Asynch_IO.cpp index f585ad665..26b9eb331 100644 --- a/dep/ACE_wrappers/ace/POSIX_Asynch_IO.cpp +++ b/dep/ACE_wrappers/ace/POSIX_Asynch_IO.cpp @@ -2419,3 +2419,4 @@ ACE_POSIX_Asynch_Write_Dgram::ACE_POSIX_Asynch_Write_Dgram ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_AIO_CALLS */ + diff --git a/dep/ACE_wrappers/ace/POSIX_Asynch_IO.h b/dep/ACE_wrappers/ace/POSIX_Asynch_IO.h index 0f3ed30b4..79e46f47c 100644 --- a/dep/ACE_wrappers/ace/POSIX_Asynch_IO.h +++ b/dep/ACE_wrappers/ace/POSIX_Asynch_IO.h @@ -1300,3 +1300,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_AIO_CALLS */ #endif /* ACE_POSIX_ASYNCH_IO_H */ + diff --git a/dep/ACE_wrappers/ace/POSIX_CB_Proactor.cpp b/dep/ACE_wrappers/ace/POSIX_CB_Proactor.cpp index 4c6a2b95b..8bf356d5f 100644 --- a/dep/ACE_wrappers/ace/POSIX_CB_Proactor.cpp +++ b/dep/ACE_wrappers/ace/POSIX_CB_Proactor.cpp @@ -183,3 +183,4 @@ ACE_POSIX_CB_Proactor::handle_events_i (u_long milli_seconds) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_AIO_CALLS && !ACE_HAS_BROKEN_SIGEVENT_STRUCT */ + diff --git a/dep/ACE_wrappers/ace/POSIX_CB_Proactor.h b/dep/ACE_wrappers/ace/POSIX_CB_Proactor.h index fc76f82e2..1900a9422 100644 --- a/dep/ACE_wrappers/ace/POSIX_CB_Proactor.h +++ b/dep/ACE_wrappers/ace/POSIX_CB_Proactor.h @@ -95,3 +95,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_AIO_CALLS */ #endif /* ACE_POSIX_CB_PROACTOR_H*/ + diff --git a/dep/ACE_wrappers/ace/POSIX_Proactor.cpp b/dep/ACE_wrappers/ace/POSIX_Proactor.cpp index fc14d884b..8079ac40f 100644 --- a/dep/ACE_wrappers/ace/POSIX_Proactor.cpp +++ b/dep/ACE_wrappers/ace/POSIX_Proactor.cpp @@ -2062,3 +2062,4 @@ ACE_POSIX_Wakeup_Completion::complete (size_t /* bytes_transferred */, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_AIO_CALLS */ + diff --git a/dep/ACE_wrappers/ace/POSIX_Proactor.h b/dep/ACE_wrappers/ace/POSIX_Proactor.h index 991a27515..e3088d756 100644 --- a/dep/ACE_wrappers/ace/POSIX_Proactor.h +++ b/dep/ACE_wrappers/ace/POSIX_Proactor.h @@ -657,3 +657,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_AIO_CALLS && ACE_HAS_POSIX_REALTIME_SIGNALS */ #endif /* ACE_POSIX_PROACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Pagefile_Memory_Pool.cpp b/dep/ACE_wrappers/ace/Pagefile_Memory_Pool.cpp index 476a33f4f..37ac4016f 100644 --- a/dep/ACE_wrappers/ace/Pagefile_Memory_Pool.cpp +++ b/dep/ACE_wrappers/ace/Pagefile_Memory_Pool.cpp @@ -383,3 +383,4 @@ ACE_Pagefile_Memory_Pool::map (int &first_time, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 && !ACE_HAS_PHARLAP */ + diff --git a/dep/ACE_wrappers/ace/Pagefile_Memory_Pool.h b/dep/ACE_wrappers/ace/Pagefile_Memory_Pool.h index 002ae823d..888ca897f 100644 --- a/dep/ACE_wrappers/ace/Pagefile_Memory_Pool.h +++ b/dep/ACE_wrappers/ace/Pagefile_Memory_Pool.h @@ -199,3 +199,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_MEMORY_POOL_H */ + diff --git a/dep/ACE_wrappers/ace/Pair.h b/dep/ACE_wrappers/ace/Pair.h index 39e857564..e1d8b5266 100644 --- a/dep/ACE_wrappers/ace/Pair.h +++ b/dep/ACE_wrappers/ace/Pair.h @@ -30,3 +30,4 @@ #include /**/ "ace/post.h" #endif /* ACE_PAIR_H */ + diff --git a/dep/ACE_wrappers/ace/Pair_T.cpp b/dep/ACE_wrappers/ace/Pair_T.cpp index 35e5803e6..64233f3ba 100644 --- a/dep/ACE_wrappers/ace/Pair_T.cpp +++ b/dep/ACE_wrappers/ace/Pair_T.cpp @@ -14,3 +14,4 @@ #endif /* __ACE_INLINE__ */ #endif /* ACE_PAIR_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Pair_T.h b/dep/ACE_wrappers/ace/Pair_T.h index 2f744ec4d..09629b49a 100644 --- a/dep/ACE_wrappers/ace/Pair_T.h +++ b/dep/ACE_wrappers/ace/Pair_T.h @@ -127,3 +127,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PAIR_T_H */ + diff --git a/dep/ACE_wrappers/ace/Parse_Node.cpp b/dep/ACE_wrappers/ace/Parse_Node.cpp index 80e980fca..1132a345f 100644 --- a/dep/ACE_wrappers/ace/Parse_Node.cpp +++ b/dep/ACE_wrappers/ace/Parse_Node.cpp @@ -883,3 +883,4 @@ ACE_Service_Type_Factory::name (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_USES_CLASSIC_SVC_CONF == 1 */ + diff --git a/dep/ACE_wrappers/ace/Parse_Node.h b/dep/ACE_wrappers/ace/Parse_Node.h index 034deef31..232b38903 100644 --- a/dep/ACE_wrappers/ace/Parse_Node.h +++ b/dep/ACE_wrappers/ace/Parse_Node.h @@ -521,3 +521,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PARSE_NODE_H */ + diff --git a/dep/ACE_wrappers/ace/Ping_Socket.cpp b/dep/ACE_wrappers/ace/Ping_Socket.cpp index 70601c78a..a09e3731a 100644 --- a/dep/ACE_wrappers/ace/Ping_Socket.cpp +++ b/dep/ACE_wrappers/ace/Ping_Socket.cpp @@ -375,3 +375,4 @@ ACE_Ping_Socket::make_echo_check (ACE_INET_Addr & remote_addr, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ICMP_SUPPORT == 1 */ + diff --git a/dep/ACE_wrappers/ace/Ping_Socket.h b/dep/ACE_wrappers/ace/Ping_Socket.h index 213f37fbd..6681d013d 100644 --- a/dep/ACE_wrappers/ace/Ping_Socket.h +++ b/dep/ACE_wrappers/ace/Ping_Socket.h @@ -116,3 +116,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PING_SOCKET_H */ + diff --git a/dep/ACE_wrappers/ace/Pipe.cpp b/dep/ACE_wrappers/ace/Pipe.cpp index a05b92596..717f72e52 100644 --- a/dep/ACE_wrappers/ace/Pipe.cpp +++ b/dep/ACE_wrappers/ace/Pipe.cpp @@ -358,3 +358,4 @@ ACE_Pipe::recv (size_t n, ...) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Pipe.h b/dep/ACE_wrappers/ace/Pipe.h index 1034b4e11..0dd37ed14 100644 --- a/dep/ACE_wrappers/ace/Pipe.h +++ b/dep/ACE_wrappers/ace/Pipe.h @@ -163,3 +163,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PIPE_H */ + diff --git a/dep/ACE_wrappers/ace/Priority_Reactor.cpp b/dep/ACE_wrappers/ace/Priority_Reactor.cpp index 9d11bdc47..10a3a8056 100644 --- a/dep/ACE_wrappers/ace/Priority_Reactor.cpp +++ b/dep/ACE_wrappers/ace/Priority_Reactor.cpp @@ -186,3 +186,4 @@ ACE_Priority_Reactor::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Priority_Reactor.h b/dep/ACE_wrappers/ace/Priority_Reactor.h index 3bac29a67..bdca70ece 100644 --- a/dep/ACE_wrappers/ace/Priority_Reactor.h +++ b/dep/ACE_wrappers/ace/Priority_Reactor.h @@ -98,3 +98,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PRIORITY_REACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Proactor.cpp b/dep/ACE_wrappers/ace/Proactor.cpp index f7771aec1..c56f352e7 100644 --- a/dep/ACE_wrappers/ace/Proactor.cpp +++ b/dep/ACE_wrappers/ace/Proactor.cpp @@ -1174,3 +1174,4 @@ ACE_Proactor::event_loop_done (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_WIN32_OVERLAPPED_IO || ACE_HAS_AIO_CALLS */ + diff --git a/dep/ACE_wrappers/ace/Proactor.h b/dep/ACE_wrappers/ace/Proactor.h index 6b3f34f35..04e4aac19 100644 --- a/dep/ACE_wrappers/ace/Proactor.h +++ b/dep/ACE_wrappers/ace/Proactor.h @@ -689,3 +689,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PROACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Proactor_Impl.cpp b/dep/ACE_wrappers/ace/Proactor_Impl.cpp index 3375540d9..8a7d9b8e6 100644 --- a/dep/ACE_wrappers/ace/Proactor_Impl.cpp +++ b/dep/ACE_wrappers/ace/Proactor_Impl.cpp @@ -19,3 +19,4 @@ ACE_Proactor_Impl::~ACE_Proactor_Impl (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif + diff --git a/dep/ACE_wrappers/ace/Proactor_Impl.h b/dep/ACE_wrappers/ace/Proactor_Impl.h index 9668206b2..dc79c8f57 100644 --- a/dep/ACE_wrappers/ace/Proactor_Impl.h +++ b/dep/ACE_wrappers/ace/Proactor_Impl.h @@ -263,3 +263,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_WIN32_OVERLAPPED_IO || ACE_HAS_AIO_CALLS */ #include /**/ "ace/post.h" #endif /* ACE_PROACTOR_IMPL_H */ + diff --git a/dep/ACE_wrappers/ace/Process.cpp b/dep/ACE_wrappers/ace/Process.cpp index 1871e3044..a39a02beb 100644 --- a/dep/ACE_wrappers/ace/Process.cpp +++ b/dep/ACE_wrappers/ace/Process.cpp @@ -1389,3 +1389,4 @@ ACE_Managed_Process::unmanage (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Process.h b/dep/ACE_wrappers/ace/Process.h index 33fad9fa0..908d3d0cf 100644 --- a/dep/ACE_wrappers/ace/Process.h +++ b/dep/ACE_wrappers/ace/Process.h @@ -633,3 +633,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PROCESS_H */ + diff --git a/dep/ACE_wrappers/ace/Process_Manager.cpp b/dep/ACE_wrappers/ace/Process_Manager.cpp index 46af3f509..95c92329a 100644 --- a/dep/ACE_wrappers/ace/Process_Manager.cpp +++ b/dep/ACE_wrappers/ace/Process_Manager.cpp @@ -1021,3 +1021,4 @@ ACE_Process_Manager::notify_proc_handler (size_t i, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Process_Manager.h b/dep/ACE_wrappers/ace/Process_Manager.h index e2a569480..53b5ad7d5 100644 --- a/dep/ACE_wrappers/ace/Process_Manager.h +++ b/dep/ACE_wrappers/ace/Process_Manager.h @@ -475,3 +475,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PROCESS_MANAGER_H */ + diff --git a/dep/ACE_wrappers/ace/Process_Mutex.cpp b/dep/ACE_wrappers/ace/Process_Mutex.cpp index 95d6529d9..fb86e8af0 100644 --- a/dep/ACE_wrappers/ace/Process_Mutex.cpp +++ b/dep/ACE_wrappers/ace/Process_Mutex.cpp @@ -88,3 +88,4 @@ ACE_Process_Mutex::~ACE_Process_Mutex (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Process_Mutex.h b/dep/ACE_wrappers/ace/Process_Mutex.h index b2b7b2698..8f23211a3 100644 --- a/dep/ACE_wrappers/ace/Process_Mutex.h +++ b/dep/ACE_wrappers/ace/Process_Mutex.h @@ -214,3 +214,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PROCESS_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/Process_Semaphore.cpp b/dep/ACE_wrappers/ace/Process_Semaphore.cpp index 9c84b955e..8be6ecf29 100644 --- a/dep/ACE_wrappers/ace/Process_Semaphore.cpp +++ b/dep/ACE_wrappers/ace/Process_Semaphore.cpp @@ -109,3 +109,4 @@ ACE_Malloc_Lock_Adapter_T::operator () (const ACE_TCHAR * } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Process_Semaphore.h b/dep/ACE_wrappers/ace/Process_Semaphore.h index d2f347973..7a3e148ac 100644 --- a/dep/ACE_wrappers/ace/Process_Semaphore.h +++ b/dep/ACE_wrappers/ace/Process_Semaphore.h @@ -159,3 +159,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PROCESS_SEMAPHORE_H */ + diff --git a/dep/ACE_wrappers/ace/Profile_Timer.cpp b/dep/ACE_wrappers/ace/Profile_Timer.cpp index 081afa18c..2680ad068 100644 --- a/dep/ACE_wrappers/ace/Profile_Timer.cpp +++ b/dep/ACE_wrappers/ace/Profile_Timer.cpp @@ -441,3 +441,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* defined (ACE_HAS_PRUSAGE_T) || defined (ACE_HAS_GETRUSAGE) && !defined (ACE_WIN32) */ + diff --git a/dep/ACE_wrappers/ace/Profile_Timer.h b/dep/ACE_wrappers/ace/Profile_Timer.h index 247c2796f..c46cdab21 100644 --- a/dep/ACE_wrappers/ace/Profile_Timer.h +++ b/dep/ACE_wrappers/ace/Profile_Timer.h @@ -137,3 +137,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_PROFILE_TIMER_H */ + diff --git a/dep/ACE_wrappers/ace/RB_Tree.cpp b/dep/ACE_wrappers/ace/RB_Tree.cpp index 88bbd50bd..efbcad514 100644 --- a/dep/ACE_wrappers/ace/RB_Tree.cpp +++ b/dep/ACE_wrappers/ace/RB_Tree.cpp @@ -1248,3 +1248,4 @@ ACE_RB_Tree_Reverse_Iterator::~ACE_RB_Tr ACE_END_VERSIONED_NAMESPACE_DECL #endif /* !ACE_RB_TREE_CPP */ + diff --git a/dep/ACE_wrappers/ace/RB_Tree.h b/dep/ACE_wrappers/ace/RB_Tree.h index 86948e36c..536d7073c 100644 --- a/dep/ACE_wrappers/ace/RB_Tree.h +++ b/dep/ACE_wrappers/ace/RB_Tree.h @@ -902,3 +902,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ! defined (ACE_RB_TREE_H) */ + diff --git a/dep/ACE_wrappers/ace/RW_Mutex.cpp b/dep/ACE_wrappers/ace/RW_Mutex.cpp index b8734bb62..0bf526656 100644 --- a/dep/ACE_wrappers/ace/RW_Mutex.cpp +++ b/dep/ACE_wrappers/ace/RW_Mutex.cpp @@ -53,3 +53,4 @@ ACE_RW_Mutex::~ACE_RW_Mutex (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/RW_Mutex.h b/dep/ACE_wrappers/ace/RW_Mutex.h index e5719ad10..ffb311244 100644 --- a/dep/ACE_wrappers/ace/RW_Mutex.h +++ b/dep/ACE_wrappers/ace/RW_Mutex.h @@ -139,3 +139,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_RW_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/RW_Process_Mutex.cpp b/dep/ACE_wrappers/ace/RW_Process_Mutex.cpp index a39de3e34..72a23b89d 100644 --- a/dep/ACE_wrappers/ace/RW_Process_Mutex.cpp +++ b/dep/ACE_wrappers/ace/RW_Process_Mutex.cpp @@ -52,3 +52,4 @@ ACE_RW_Process_Mutex::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/RW_Process_Mutex.h b/dep/ACE_wrappers/ace/RW_Process_Mutex.h index bd9ff309e..d6bb39f67 100644 --- a/dep/ACE_wrappers/ace/RW_Process_Mutex.h +++ b/dep/ACE_wrappers/ace/RW_Process_Mutex.h @@ -142,3 +142,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_RW_PROCESS_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/RW_Thread_Mutex.cpp b/dep/ACE_wrappers/ace/RW_Thread_Mutex.cpp index 281f2d481..bd1b2ad61 100644 --- a/dep/ACE_wrappers/ace/RW_Thread_Mutex.cpp +++ b/dep/ACE_wrappers/ace/RW_Thread_Mutex.cpp @@ -43,3 +43,4 @@ ACE_RW_Thread_Mutex::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/RW_Thread_Mutex.h b/dep/ACE_wrappers/ace/RW_Thread_Mutex.h index 490282966..b8c1c3417 100644 --- a/dep/ACE_wrappers/ace/RW_Thread_Mutex.h +++ b/dep/ACE_wrappers/ace/RW_Thread_Mutex.h @@ -72,3 +72,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_RW_THREAD_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/Reactor.cpp b/dep/ACE_wrappers/ace/Reactor.cpp index fa44b18c1..024a36129 100644 --- a/dep/ACE_wrappers/ace/Reactor.cpp +++ b/dep/ACE_wrappers/ace/Reactor.cpp @@ -510,3 +510,4 @@ ACE_Reactor::cancel_timer (long timer_id, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Reactor.h b/dep/ACE_wrappers/ace/Reactor.h index f3d2a37ae..223c25b10 100644 --- a/dep/ACE_wrappers/ace/Reactor.h +++ b/dep/ACE_wrappers/ace/Reactor.h @@ -878,3 +878,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_REACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Reactor_Impl.cpp b/dep/ACE_wrappers/ace/Reactor_Impl.cpp index dceba3276..fe0ce99d0 100644 --- a/dep/ACE_wrappers/ace/Reactor_Impl.cpp +++ b/dep/ACE_wrappers/ace/Reactor_Impl.cpp @@ -13,3 +13,4 @@ ACE_Reactor_Impl::~ACE_Reactor_Impl (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Reactor_Impl.h b/dep/ACE_wrappers/ace/Reactor_Impl.h index a4b4de6de..d943e9ee5 100644 --- a/dep/ACE_wrappers/ace/Reactor_Impl.h +++ b/dep/ACE_wrappers/ace/Reactor_Impl.h @@ -567,3 +567,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_REACTOR_IMPL_H */ + diff --git a/dep/ACE_wrappers/ace/Reactor_Notification_Strategy.cpp b/dep/ACE_wrappers/ace/Reactor_Notification_Strategy.cpp index ca09498ec..8c216b092 100644 --- a/dep/ACE_wrappers/ace/Reactor_Notification_Strategy.cpp +++ b/dep/ACE_wrappers/ace/Reactor_Notification_Strategy.cpp @@ -36,3 +36,4 @@ ACE_Reactor_Notification_Strategy::notify (ACE_Event_Handler *eh, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Reactor_Notification_Strategy.h b/dep/ACE_wrappers/ace/Reactor_Notification_Strategy.h index 38e9f3bb4..fd73b36bb 100644 --- a/dep/ACE_wrappers/ace/Reactor_Notification_Strategy.h +++ b/dep/ACE_wrappers/ace/Reactor_Notification_Strategy.h @@ -64,3 +64,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_REACTOR_NOTIFICATION_STRATEGY_H */ + diff --git a/dep/ACE_wrappers/ace/Reactor_Timer_Interface.cpp b/dep/ACE_wrappers/ace/Reactor_Timer_Interface.cpp index e2c644bd7..91a4f4881 100644 --- a/dep/ACE_wrappers/ace/Reactor_Timer_Interface.cpp +++ b/dep/ACE_wrappers/ace/Reactor_Timer_Interface.cpp @@ -14,3 +14,4 @@ ACE_Reactor_Timer_Interface::~ACE_Reactor_Timer_Interface() } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Reactor_Timer_Interface.h b/dep/ACE_wrappers/ace/Reactor_Timer_Interface.h index 02e4e6281..aaa2a663b 100644 --- a/dep/ACE_wrappers/ace/Reactor_Timer_Interface.h +++ b/dep/ACE_wrappers/ace/Reactor_Timer_Interface.h @@ -58,3 +58,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_REACTOR_TIMER_INTERFACE_H */ + diff --git a/dep/ACE_wrappers/ace/Reactor_Token_T.cpp b/dep/ACE_wrappers/ace/Reactor_Token_T.cpp index 5520c85c7..753c73b8a 100644 --- a/dep/ACE_wrappers/ace/Reactor_Token_T.cpp +++ b/dep/ACE_wrappers/ace/Reactor_Token_T.cpp @@ -68,3 +68,4 @@ ACE_Reactor_Token_T::sleep_hook (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Reactor_Token_T.h b/dep/ACE_wrappers/ace/Reactor_Token_T.h index 7442040b9..4fcd2dae4 100644 --- a/dep/ACE_wrappers/ace/Reactor_Token_T.h +++ b/dep/ACE_wrappers/ace/Reactor_Token_T.h @@ -91,3 +91,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_REACTOR_TOKEN_T_H */ + diff --git a/dep/ACE_wrappers/ace/Read_Buffer.cpp b/dep/ACE_wrappers/ace/Read_Buffer.cpp index dc246a466..d87e2c55d 100644 --- a/dep/ACE_wrappers/ace/Read_Buffer.cpp +++ b/dep/ACE_wrappers/ace/Read_Buffer.cpp @@ -174,3 +174,4 @@ ACE_Read_Buffer::rec_read (int term, int search, int replace) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Read_Buffer.h b/dep/ACE_wrappers/ace/Read_Buffer.h index fafd42d65..5dc1e9fa1 100644 --- a/dep/ACE_wrappers/ace/Read_Buffer.h +++ b/dep/ACE_wrappers/ace/Read_Buffer.h @@ -127,3 +127,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_READ_BUFFER_H */ + diff --git a/dep/ACE_wrappers/ace/Recursive_Thread_Mutex.cpp b/dep/ACE_wrappers/ace/Recursive_Thread_Mutex.cpp index c62302e2f..a654fdd82 100644 --- a/dep/ACE_wrappers/ace/Recursive_Thread_Mutex.cpp +++ b/dep/ACE_wrappers/ace/Recursive_Thread_Mutex.cpp @@ -123,3 +123,4 @@ ACE_Recursive_Thread_Mutex::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/Recursive_Thread_Mutex.h b/dep/ACE_wrappers/ace/Recursive_Thread_Mutex.h index 2dce01607..0f61a75e3 100644 --- a/dep/ACE_wrappers/ace/Recursive_Thread_Mutex.h +++ b/dep/ACE_wrappers/ace/Recursive_Thread_Mutex.h @@ -192,3 +192,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_RECURSIVE_THREAD_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/Recyclable.cpp b/dep/ACE_wrappers/ace/Recyclable.cpp index d68ffd4d7..1a31631fd 100644 --- a/dep/ACE_wrappers/ace/Recyclable.cpp +++ b/dep/ACE_wrappers/ace/Recyclable.cpp @@ -20,3 +20,4 @@ ACE_Recyclable::~ACE_Recyclable (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Recyclable.h b/dep/ACE_wrappers/ace/Recyclable.h index ab6844dd1..6053963d6 100644 --- a/dep/ACE_wrappers/ace/Recyclable.h +++ b/dep/ACE_wrappers/ace/Recyclable.h @@ -77,3 +77,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_RECYCLABLE_STATE_H*/ + diff --git a/dep/ACE_wrappers/ace/Refcountable.h b/dep/ACE_wrappers/ace/Refcountable.h index eba916cd6..19fc26601 100644 --- a/dep/ACE_wrappers/ace/Refcountable.h +++ b/dep/ACE_wrappers/ace/Refcountable.h @@ -30,3 +30,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_REFCOUNTABLE_H*/ + diff --git a/dep/ACE_wrappers/ace/Refcountable_T.cpp b/dep/ACE_wrappers/ace/Refcountable_T.cpp index 80c28ea50..d3b76a3bf 100644 --- a/dep/ACE_wrappers/ace/Refcountable_T.cpp +++ b/dep/ACE_wrappers/ace/Refcountable_T.cpp @@ -23,3 +23,4 @@ ACE_Refcountable_T::~ACE_Refcountable_T (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* !ACE_REFCOUNTABLE_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Refcountable_T.h b/dep/ACE_wrappers/ace/Refcountable_T.h index 36e4c508d..c18781f79 100644 --- a/dep/ACE_wrappers/ace/Refcountable_T.h +++ b/dep/ACE_wrappers/ace/Refcountable_T.h @@ -65,3 +65,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_REFCOUNTABLE_T_H*/ + diff --git a/dep/ACE_wrappers/ace/Refcounted_Auto_Ptr.cpp b/dep/ACE_wrappers/ace/Refcounted_Auto_Ptr.cpp index c43bcc7b9..483552b15 100644 --- a/dep/ACE_wrappers/ace/Refcounted_Auto_Ptr.cpp +++ b/dep/ACE_wrappers/ace/Refcounted_Auto_Ptr.cpp @@ -16,3 +16,4 @@ ACE_Refcounted_Auto_Ptr::~ACE_Refcounted_Auto_Ptr (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* !ACE_REFCOUNTED_AUTO_PTR_CPP */ + diff --git a/dep/ACE_wrappers/ace/Refcounted_Auto_Ptr.h b/dep/ACE_wrappers/ace/Refcounted_Auto_Ptr.h index b766d7306..43f639e85 100644 --- a/dep/ACE_wrappers/ace/Refcounted_Auto_Ptr.h +++ b/dep/ACE_wrappers/ace/Refcounted_Auto_Ptr.h @@ -197,3 +197,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_REFCOUNTED_AUTO_PTR_H */ + diff --git a/dep/ACE_wrappers/ace/Registry.cpp b/dep/ACE_wrappers/ace/Registry.cpp index 9ae334511..897df00a9 100644 --- a/dep/ACE_wrappers/ace/Registry.cpp +++ b/dep/ACE_wrappers/ace/Registry.cpp @@ -1119,3 +1119,4 @@ ACE_Predefined_Naming_Contexts::is_local_host (const ACE_TCHAR *machine_name) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 && !ACE_LACKS_WIN32_REGISTRY */ + diff --git a/dep/ACE_wrappers/ace/Registry.h b/dep/ACE_wrappers/ace/Registry.h index b5d3b5449..2fc7a37d6 100644 --- a/dep/ACE_wrappers/ace/Registry.h +++ b/dep/ACE_wrappers/ace/Registry.h @@ -557,3 +557,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 && !ACE_LACKS_WIN32_REGISTRY */ #include /**/ "ace/post.h" #endif /* ACE_REGISTRY_H */ + diff --git a/dep/ACE_wrappers/ace/Registry_Name_Space.cpp b/dep/ACE_wrappers/ace/Registry_Name_Space.cpp index 3a4234119..f59890e6c 100644 --- a/dep/ACE_wrappers/ace/Registry_Name_Space.cpp +++ b/dep/ACE_wrappers/ace/Registry_Name_Space.cpp @@ -291,3 +291,4 @@ ACE_Registry_Name_Space::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 && ACE_USES_WCHAR */ + diff --git a/dep/ACE_wrappers/ace/Registry_Name_Space.h b/dep/ACE_wrappers/ace/Registry_Name_Space.h index 6e37419e8..842231777 100644 --- a/dep/ACE_wrappers/ace/Registry_Name_Space.h +++ b/dep/ACE_wrappers/ace/Registry_Name_Space.h @@ -138,3 +138,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_REGISTRY_NAME_SPACE_H */ + diff --git a/dep/ACE_wrappers/ace/Remote_Name_Space.cpp b/dep/ACE_wrappers/ace/Remote_Name_Space.cpp index afbfd360f..5d609ec86 100644 --- a/dep/ACE_wrappers/ace/Remote_Name_Space.cpp +++ b/dep/ACE_wrappers/ace/Remote_Name_Space.cpp @@ -378,3 +378,4 @@ ACE_Remote_Name_Space::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Remote_Name_Space.h b/dep/ACE_wrappers/ace/Remote_Name_Space.h index 683f36c79..8b4ebdfc6 100644 --- a/dep/ACE_wrappers/ace/Remote_Name_Space.h +++ b/dep/ACE_wrappers/ace/Remote_Name_Space.h @@ -145,3 +145,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_REMOTE_NAME_SPACE_H */ + diff --git a/dep/ACE_wrappers/ace/Remote_Tokens.cpp b/dep/ACE_wrappers/ace/Remote_Tokens.cpp index 30c7a556f..3df59910f 100644 --- a/dep/ACE_wrappers/ace/Remote_Tokens.cpp +++ b/dep/ACE_wrappers/ace/Remote_Tokens.cpp @@ -525,3 +525,4 @@ ACE_Remote_WLock::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TOKENS_LIBRARY */ + diff --git a/dep/ACE_wrappers/ace/Remote_Tokens.h b/dep/ACE_wrappers/ace/Remote_Tokens.h index 0014a3f55..d9a47cf7a 100644 --- a/dep/ACE_wrappers/ace/Remote_Tokens.h +++ b/dep/ACE_wrappers/ace/Remote_Tokens.h @@ -320,3 +320,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_REMOTE_TOKEN_H */ + diff --git a/dep/ACE_wrappers/ace/Reverse_Lock_T.cpp b/dep/ACE_wrappers/ace/Reverse_Lock_T.cpp index b8f6255db..6d2337727 100644 --- a/dep/ACE_wrappers/ace/Reverse_Lock_T.cpp +++ b/dep/ACE_wrappers/ace/Reverse_Lock_T.cpp @@ -91,3 +91,4 @@ ACE_Reverse_Lock::tryacquire_write_upgrade (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_REVERSE_LOCK_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Reverse_Lock_T.h b/dep/ACE_wrappers/ace/Reverse_Lock_T.h index 12428d856..979ee34ce 100644 --- a/dep/ACE_wrappers/ace/Reverse_Lock_T.h +++ b/dep/ACE_wrappers/ace/Reverse_Lock_T.h @@ -137,3 +137,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_REVERSE_LOCK_T_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK.cpp b/dep/ACE_wrappers/ace/SOCK.cpp index b5b38ced0..555e58768 100644 --- a/dep/ACE_wrappers/ace/SOCK.cpp +++ b/dep/ACE_wrappers/ace/SOCK.cpp @@ -183,3 +183,4 @@ ACE_SOCK::ACE_SOCK (int type, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK.h b/dep/ACE_wrappers/ace/SOCK.h index d2f3df97d..3d8b13cf2 100644 --- a/dep/ACE_wrappers/ace/SOCK.h +++ b/dep/ACE_wrappers/ace/SOCK.h @@ -136,3 +136,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_Acceptor.cpp b/dep/ACE_wrappers/ace/SOCK_Acceptor.cpp index f8ced09b7..3dd98cbd3 100644 --- a/dep/ACE_wrappers/ace/SOCK_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/SOCK_Acceptor.cpp @@ -404,3 +404,4 @@ ACE_SOCK_Acceptor::close (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_Acceptor.h b/dep/ACE_wrappers/ace/SOCK_Acceptor.h index 3d63ba733..e854ec077 100644 --- a/dep/ACE_wrappers/ace/SOCK_Acceptor.h +++ b/dep/ACE_wrappers/ace/SOCK_Acceptor.h @@ -176,3 +176,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_CODgram.cpp b/dep/ACE_wrappers/ace/SOCK_CODgram.cpp index 7babdad8e..97fb7ec03 100644 --- a/dep/ACE_wrappers/ace/SOCK_CODgram.cpp +++ b/dep/ACE_wrappers/ace/SOCK_CODgram.cpp @@ -149,3 +149,4 @@ ACE_SOCK_CODgram::open (const ACE_Addr &remote, const ACE_Addr &local, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_CODgram.h b/dep/ACE_wrappers/ace/SOCK_CODgram.h index 0788f8710..761a92d9d 100644 --- a/dep/ACE_wrappers/ace/SOCK_CODgram.h +++ b/dep/ACE_wrappers/ace/SOCK_CODgram.h @@ -141,3 +141,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_CODGRAM_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_Connector.cpp b/dep/ACE_wrappers/ace/SOCK_Connector.cpp index f45e36d6c..df09a46b4 100644 --- a/dep/ACE_wrappers/ace/SOCK_Connector.cpp +++ b/dep/ACE_wrappers/ace/SOCK_Connector.cpp @@ -357,3 +357,4 @@ ACE_SOCK_Connector::ACE_SOCK_Connector (ACE_SOCK_Stream &new_stream, #endif // ACE_HAS_WINCE ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_Connector.h b/dep/ACE_wrappers/ace/SOCK_Connector.h index e22ff2cee..9b77e7d61 100644 --- a/dep/ACE_wrappers/ace/SOCK_Connector.h +++ b/dep/ACE_wrappers/ace/SOCK_Connector.h @@ -319,3 +319,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_Dgram.cpp b/dep/ACE_wrappers/ace/SOCK_Dgram.cpp index 12961a44f..2a442e1c8 100644 --- a/dep/ACE_wrappers/ace/SOCK_Dgram.cpp +++ b/dep/ACE_wrappers/ace/SOCK_Dgram.cpp @@ -748,3 +748,4 @@ ACE_SOCK_Dgram::make_multicast_ifaddr6 (ipv6_mreq *ret_mreq, #endif /* __linux__ && ACE_HAS_IPV6 */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_Dgram.h b/dep/ACE_wrappers/ace/SOCK_Dgram.h index c26c5ff2c..42696a51f 100644 --- a/dep/ACE_wrappers/ace/SOCK_Dgram.h +++ b/dep/ACE_wrappers/ace/SOCK_Dgram.h @@ -237,3 +237,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_DGRAM_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_Dgram_Bcast.cpp b/dep/ACE_wrappers/ace/SOCK_Dgram_Bcast.cpp index 7dbe796ee..0a55c5149 100644 --- a/dep/ACE_wrappers/ace/SOCK_Dgram_Bcast.cpp +++ b/dep/ACE_wrappers/ace/SOCK_Dgram_Bcast.cpp @@ -378,3 +378,4 @@ ACE_SOCK_Dgram_Bcast::send (const iovec iov[], #endif /* ACE_HAS_MSG */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_Dgram_Bcast.h b/dep/ACE_wrappers/ace/SOCK_Dgram_Bcast.h index 2156a669c..a85ffc220 100644 --- a/dep/ACE_wrappers/ace/SOCK_Dgram_Bcast.h +++ b/dep/ACE_wrappers/ace/SOCK_Dgram_Bcast.h @@ -138,3 +138,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_DGRAM_BCAST_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_Dgram_Mcast.cpp b/dep/ACE_wrappers/ace/SOCK_Dgram_Mcast.cpp index 52961235b..81ea48352 100644 --- a/dep/ACE_wrappers/ace/SOCK_Dgram_Mcast.cpp +++ b/dep/ACE_wrappers/ace/SOCK_Dgram_Mcast.cpp @@ -930,3 +930,4 @@ ACE_SOCK_Dgram_Mcast::clear_subs_list (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_Dgram_Mcast.h b/dep/ACE_wrappers/ace/SOCK_Dgram_Mcast.h index a84de430f..a14e1fc09 100644 --- a/dep/ACE_wrappers/ace/SOCK_Dgram_Mcast.h +++ b/dep/ACE_wrappers/ace/SOCK_Dgram_Mcast.h @@ -382,3 +382,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_DGRAM_MCAST_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_IO.cpp b/dep/ACE_wrappers/ace/SOCK_IO.cpp index b22016e46..7d5befad8 100644 --- a/dep/ACE_wrappers/ace/SOCK_IO.cpp +++ b/dep/ACE_wrappers/ace/SOCK_IO.cpp @@ -179,3 +179,4 @@ ACE_SOCK_IO::recv (size_t n, ...) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_IO.h b/dep/ACE_wrappers/ace/SOCK_IO.h index 1541f5ed0..ce14f8754 100644 --- a/dep/ACE_wrappers/ace/SOCK_IO.h +++ b/dep/ACE_wrappers/ace/SOCK_IO.h @@ -134,3 +134,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_IO_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_Netlink.cpp b/dep/ACE_wrappers/ace/SOCK_Netlink.cpp index aa1eca8b9..673b64b29 100644 --- a/dep/ACE_wrappers/ace/SOCK_Netlink.cpp +++ b/dep/ACE_wrappers/ace/SOCK_Netlink.cpp @@ -111,3 +111,4 @@ ACE_SOCK_Netlink::recv (iovec iov[], ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_NETLINK */ + diff --git a/dep/ACE_wrappers/ace/SOCK_Netlink.h b/dep/ACE_wrappers/ace/SOCK_Netlink.h index c3be22155..99d1198fa 100644 --- a/dep/ACE_wrappers/ace/SOCK_Netlink.h +++ b/dep/ACE_wrappers/ace/SOCK_Netlink.h @@ -104,3 +104,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_SOCK_NETLINK_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Acceptor.cpp b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Acceptor.cpp index ab0590564..2fe58ab93 100644 --- a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Acceptor.cpp @@ -594,3 +594,4 @@ ACE_SOCK_SEQPACK_Acceptor::close (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Acceptor.h b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Acceptor.h index 117a61bdd..2a524652f 100644 --- a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Acceptor.h +++ b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Acceptor.h @@ -188,3 +188,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_SEQ_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Association.cpp b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Association.cpp index 4e9afb470..139389888 100644 --- a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Association.cpp +++ b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Association.cpp @@ -337,3 +337,4 @@ ACE_SOCK_SEQPACK_Association::get_remote_addrs (ACE_INET_Addr *addrs, size_t &si } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Association.h b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Association.h index 6189d1a99..76cb3527a 100644 --- a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Association.h +++ b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Association.h @@ -200,3 +200,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_SEQPACK_ASSOCIATION_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Connector.cpp b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Connector.cpp index f515f3ade..3b6adfd77 100644 --- a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Connector.cpp +++ b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Connector.cpp @@ -441,3 +441,4 @@ ACE_SOCK_SEQPACK_Connector::ACE_SOCK_SEQPACK_Connector (ACE_SOCK_SEQPACK_Associa } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Connector.h b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Connector.h index 2e0d57aff..400161660 100644 --- a/dep/ACE_wrappers/ace/SOCK_SEQPACK_Connector.h +++ b/dep/ACE_wrappers/ace/SOCK_SEQPACK_Connector.h @@ -329,3 +329,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_SEQPACK_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/SOCK_Stream.cpp b/dep/ACE_wrappers/ace/SOCK_Stream.cpp index 36f0b8761..abff10c58 100644 --- a/dep/ACE_wrappers/ace/SOCK_Stream.cpp +++ b/dep/ACE_wrappers/ace/SOCK_Stream.cpp @@ -38,3 +38,4 @@ ACE_SOCK_Stream::close (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SOCK_Stream.h b/dep/ACE_wrappers/ace/SOCK_Stream.h index a96d7e664..d717d4f3e 100644 --- a/dep/ACE_wrappers/ace/SOCK_Stream.h +++ b/dep/ACE_wrappers/ace/SOCK_Stream.h @@ -182,3 +182,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_STREAM_H */ + diff --git a/dep/ACE_wrappers/ace/SPIPE.cpp b/dep/ACE_wrappers/ace/SPIPE.cpp index cddd44e90..e26e027cb 100644 --- a/dep/ACE_wrappers/ace/SPIPE.cpp +++ b/dep/ACE_wrappers/ace/SPIPE.cpp @@ -80,3 +80,4 @@ ACE_SPIPE::set_duplex_handle (ACE_HANDLE handle) #endif /* ACE_HAS_STREAM_PIPES */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SPIPE.h b/dep/ACE_wrappers/ace/SPIPE.h index 6654b82a6..a65ade1db 100644 --- a/dep/ACE_wrappers/ace/SPIPE.h +++ b/dep/ACE_wrappers/ace/SPIPE.h @@ -114,3 +114,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SPIPE_H */ + diff --git a/dep/ACE_wrappers/ace/SPIPE_Acceptor.cpp b/dep/ACE_wrappers/ace/SPIPE_Acceptor.cpp index 3c653c406..cc12c0c4b 100644 --- a/dep/ACE_wrappers/ace/SPIPE_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/SPIPE_Acceptor.cpp @@ -335,3 +335,4 @@ ACE_SPIPE_Acceptor::accept (ACE_SPIPE_Stream &new_io, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SPIPE_Acceptor.h b/dep/ACE_wrappers/ace/SPIPE_Acceptor.h index acd7ebada..bf3b3bba4 100644 --- a/dep/ACE_wrappers/ace/SPIPE_Acceptor.h +++ b/dep/ACE_wrappers/ace/SPIPE_Acceptor.h @@ -166,3 +166,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SPIPE_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/SPIPE_Addr.cpp b/dep/ACE_wrappers/ace/SPIPE_Addr.cpp index e81da6d96..3f84da76c 100644 --- a/dep/ACE_wrappers/ace/SPIPE_Addr.cpp +++ b/dep/ACE_wrappers/ace/SPIPE_Addr.cpp @@ -165,3 +165,4 @@ ACE_SPIPE_Addr::ACE_SPIPE_Addr (const ACE_TCHAR *addr, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SPIPE_Addr.h b/dep/ACE_wrappers/ace/SPIPE_Addr.h index 100d93b96..46834b747 100644 --- a/dep/ACE_wrappers/ace/SPIPE_Addr.h +++ b/dep/ACE_wrappers/ace/SPIPE_Addr.h @@ -120,3 +120,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SPIPE_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/SPIPE_Connector.cpp b/dep/ACE_wrappers/ace/SPIPE_Connector.cpp index c11bb7d9b..db49ca6c9 100644 --- a/dep/ACE_wrappers/ace/SPIPE_Connector.cpp +++ b/dep/ACE_wrappers/ace/SPIPE_Connector.cpp @@ -158,3 +158,4 @@ ACE_SPIPE_Connector::connect (ACE_SPIPE_Stream &new_io, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SPIPE_Connector.h b/dep/ACE_wrappers/ace/SPIPE_Connector.h index 419414adc..576cabaa0 100644 --- a/dep/ACE_wrappers/ace/SPIPE_Connector.h +++ b/dep/ACE_wrappers/ace/SPIPE_Connector.h @@ -116,3 +116,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SPIPE_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/SPIPE_Stream.cpp b/dep/ACE_wrappers/ace/SPIPE_Stream.cpp index 74a2ab350..008ce25ec 100644 --- a/dep/ACE_wrappers/ace/SPIPE_Stream.cpp +++ b/dep/ACE_wrappers/ace/SPIPE_Stream.cpp @@ -102,3 +102,4 @@ ACE_SPIPE_Stream::recv (size_t n, ...) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SPIPE_Stream.h b/dep/ACE_wrappers/ace/SPIPE_Stream.h index 582ca07eb..39a57a331 100644 --- a/dep/ACE_wrappers/ace/SPIPE_Stream.h +++ b/dep/ACE_wrappers/ace/SPIPE_Stream.h @@ -169,3 +169,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SPIPE_STREAM_H */ + diff --git a/dep/ACE_wrappers/ace/SString.cpp b/dep/ACE_wrappers/ace/SString.cpp index 6985c076f..9548a4e6f 100644 --- a/dep/ACE_wrappers/ace/SString.cpp +++ b/dep/ACE_wrappers/ace/SString.cpp @@ -548,3 +548,4 @@ template ACE_WSTRING_TYPE ACE_String_Base::NULL_String_; #endif /* ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SString.h b/dep/ACE_wrappers/ace/SString.h index fea86ba17..b888521ba 100644 --- a/dep/ACE_wrappers/ace/SString.h +++ b/dep/ACE_wrappers/ace/SString.h @@ -497,3 +497,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SSTRING_H */ + diff --git a/dep/ACE_wrappers/ace/SStringfwd.h b/dep/ACE_wrappers/ace/SStringfwd.h index c8c868a43..f73a39d02 100644 --- a/dep/ACE_wrappers/ace/SStringfwd.h +++ b/dep/ACE_wrappers/ace/SStringfwd.h @@ -53,3 +53,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SSTRINGFWD_H */ + diff --git a/dep/ACE_wrappers/ace/SUN_Proactor.cpp b/dep/ACE_wrappers/ace/SUN_Proactor.cpp index a7c125ad3..56f2431c8 100644 --- a/dep/ACE_wrappers/ace/SUN_Proactor.cpp +++ b/dep/ACE_wrappers/ace/SUN_Proactor.cpp @@ -322,3 +322,4 @@ ACE_SUN_Proactor::get_impl_type (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_AIO_CALLS && sun */ + diff --git a/dep/ACE_wrappers/ace/SUN_Proactor.h b/dep/ACE_wrappers/ace/SUN_Proactor.h index 496616279..135b0f0e8 100644 --- a/dep/ACE_wrappers/ace/SUN_Proactor.h +++ b/dep/ACE_wrappers/ace/SUN_Proactor.h @@ -124,3 +124,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_AIO_CALLS && sun */ #endif /* ACE_SUN_PROACTOR_H*/ + diff --git a/dep/ACE_wrappers/ace/SV_Message.cpp b/dep/ACE_wrappers/ace/SV_Message.cpp index 5334cca6f..b060172e5 100644 --- a/dep/ACE_wrappers/ace/SV_Message.cpp +++ b/dep/ACE_wrappers/ace/SV_Message.cpp @@ -22,3 +22,4 @@ ACE_SV_Message::dump (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SV_Message.h b/dep/ACE_wrappers/ace/SV_Message.h index 395d35834..cb428f12a 100644 --- a/dep/ACE_wrappers/ace/SV_Message.h +++ b/dep/ACE_wrappers/ace/SV_Message.h @@ -65,3 +65,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SV_MESSAGE_H */ + diff --git a/dep/ACE_wrappers/ace/SV_Message_Queue.cpp b/dep/ACE_wrappers/ace/SV_Message_Queue.cpp index a1c9d8879..917b36829 100644 --- a/dep/ACE_wrappers/ace/SV_Message_Queue.cpp +++ b/dep/ACE_wrappers/ace/SV_Message_Queue.cpp @@ -42,3 +42,4 @@ ACE_SV_Message_Queue::ACE_SV_Message_Queue (key_t external_id, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SV_Message_Queue.h b/dep/ACE_wrappers/ace/SV_Message_Queue.h index 3698ca90d..660fc9efb 100644 --- a/dep/ACE_wrappers/ace/SV_Message_Queue.h +++ b/dep/ACE_wrappers/ace/SV_Message_Queue.h @@ -103,3 +103,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SV_MESSAGE_QUEUE_H */ + diff --git a/dep/ACE_wrappers/ace/SV_Semaphore_Complex.cpp b/dep/ACE_wrappers/ace/SV_Semaphore_Complex.cpp index c88c9dde4..8ff99c052 100644 --- a/dep/ACE_wrappers/ace/SV_Semaphore_Complex.cpp +++ b/dep/ACE_wrappers/ace/SV_Semaphore_Complex.cpp @@ -257,3 +257,4 @@ ACE_SV_Semaphore_Complex::ACE_SV_Semaphore_Complex (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SV_Semaphore_Complex.h b/dep/ACE_wrappers/ace/SV_Semaphore_Complex.h index fc01ba467..c4805a577 100644 --- a/dep/ACE_wrappers/ace/SV_Semaphore_Complex.h +++ b/dep/ACE_wrappers/ace/SV_Semaphore_Complex.h @@ -157,3 +157,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SV_SEMAPHORE_COMPLEX_H */ + diff --git a/dep/ACE_wrappers/ace/SV_Semaphore_Simple.cpp b/dep/ACE_wrappers/ace/SV_Semaphore_Simple.cpp index 97395055b..f7727fd16 100644 --- a/dep/ACE_wrappers/ace/SV_Semaphore_Simple.cpp +++ b/dep/ACE_wrappers/ace/SV_Semaphore_Simple.cpp @@ -235,3 +235,4 @@ ACE_SV_Semaphore_Simple::remove (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SV_Semaphore_Simple.h b/dep/ACE_wrappers/ace/SV_Semaphore_Simple.h index 5d3695615..d51034e59 100644 --- a/dep/ACE_wrappers/ace/SV_Semaphore_Simple.h +++ b/dep/ACE_wrappers/ace/SV_Semaphore_Simple.h @@ -195,3 +195,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* _SV_SEMAPHORE_SIMPLE_H */ + diff --git a/dep/ACE_wrappers/ace/SV_Shared_Memory.cpp b/dep/ACE_wrappers/ace/SV_Shared_Memory.cpp index 9db097ca2..122753989 100644 --- a/dep/ACE_wrappers/ace/SV_Shared_Memory.cpp +++ b/dep/ACE_wrappers/ace/SV_Shared_Memory.cpp @@ -86,3 +86,4 @@ ACE_SV_Shared_Memory::ACE_SV_Shared_Memory (ACE_HANDLE int_id, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/SV_Shared_Memory.h b/dep/ACE_wrappers/ace/SV_Shared_Memory.h index fb34f286b..f4bc944ef 100644 --- a/dep/ACE_wrappers/ace/SV_Shared_Memory.h +++ b/dep/ACE_wrappers/ace/SV_Shared_Memory.h @@ -119,3 +119,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SV_SHARED_MEMORY_H */ + diff --git a/dep/ACE_wrappers/ace/Sample_History.cpp b/dep/ACE_wrappers/ace/Sample_History.cpp index 913bbd5f8..86a8f449f 100644 --- a/dep/ACE_wrappers/ace/Sample_History.cpp +++ b/dep/ACE_wrappers/ace/Sample_History.cpp @@ -71,3 +71,4 @@ ACE_Sample_History::collect_basic_stats (ACE_Basic_Stats &stats) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Sample_History.h b/dep/ACE_wrappers/ace/Sample_History.h index 730deea4f..fe7dd0aa1 100644 --- a/dep/ACE_wrappers/ace/Sample_History.h +++ b/dep/ACE_wrappers/ace/Sample_History.h @@ -89,3 +89,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SAMPLE_HISTORY_H */ + diff --git a/dep/ACE_wrappers/ace/Sbrk_Memory_Pool.cpp b/dep/ACE_wrappers/ace/Sbrk_Memory_Pool.cpp index c8c5d3f5a..ec17dfcd2 100644 --- a/dep/ACE_wrappers/ace/Sbrk_Memory_Pool.cpp +++ b/dep/ACE_wrappers/ace/Sbrk_Memory_Pool.cpp @@ -122,3 +122,4 @@ ACE_Sbrk_Memory_Pool::round_up (size_t nbytes) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* !ACE_LACKS_SBRK */ + diff --git a/dep/ACE_wrappers/ace/Sbrk_Memory_Pool.h b/dep/ACE_wrappers/ace/Sbrk_Memory_Pool.h index 501994860..05fdcdadb 100644 --- a/dep/ACE_wrappers/ace/Sbrk_Memory_Pool.h +++ b/dep/ACE_wrappers/ace/Sbrk_Memory_Pool.h @@ -116,3 +116,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SBRK_MEMORY_POOL_H */ + diff --git a/dep/ACE_wrappers/ace/Sched_Params.cpp b/dep/ACE_wrappers/ace/Sched_Params.cpp index 6584d88db..34000a91c 100644 --- a/dep/ACE_wrappers/ace/Sched_Params.cpp +++ b/dep/ACE_wrappers/ace/Sched_Params.cpp @@ -330,3 +330,4 @@ ACE_Sched_Params::previous_priority (const Policy policy, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Sched_Params.h b/dep/ACE_wrappers/ace/Sched_Params.h index 6bde2ddeb..29983a36a 100644 --- a/dep/ACE_wrappers/ace/Sched_Params.h +++ b/dep/ACE_wrappers/ace/Sched_Params.h @@ -230,3 +230,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SCHED_PARAMS_H */ + diff --git a/dep/ACE_wrappers/ace/Select_Reactor.h b/dep/ACE_wrappers/ace/Select_Reactor.h index fdfd78eb6..f3595e047 100644 --- a/dep/ACE_wrappers/ace/Select_Reactor.h +++ b/dep/ACE_wrappers/ace/Select_Reactor.h @@ -67,3 +67,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SELECT_REACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/Select_Reactor_Base.cpp b/dep/ACE_wrappers/ace/Select_Reactor_Base.cpp index 380e9a64b..ecd5d4bd7 100644 --- a/dep/ACE_wrappers/ace/Select_Reactor_Base.cpp +++ b/dep/ACE_wrappers/ace/Select_Reactor_Base.cpp @@ -1114,3 +1114,4 @@ ACE_Select_Reactor_Impl::resumable_handler (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Select_Reactor_Base.h b/dep/ACE_wrappers/ace/Select_Reactor_Base.h index 085cdb13d..65b24cd5f 100644 --- a/dep/ACE_wrappers/ace/Select_Reactor_Base.h +++ b/dep/ACE_wrappers/ace/Select_Reactor_Base.h @@ -609,3 +609,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SELECT_REACTOR_BASE_H */ + diff --git a/dep/ACE_wrappers/ace/Select_Reactor_T.cpp b/dep/ACE_wrappers/ace/Select_Reactor_T.cpp index f447e3184..5250d6b48 100644 --- a/dep/ACE_wrappers/ace/Select_Reactor_T.cpp +++ b/dep/ACE_wrappers/ace/Select_Reactor_T.cpp @@ -1596,3 +1596,4 @@ ACE_Select_Reactor_T::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_SELECT_REACTOR_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Select_Reactor_T.h b/dep/ACE_wrappers/ace/Select_Reactor_T.h index 7b13a15a3..e3d8fe299 100644 --- a/dep/ACE_wrappers/ace/Select_Reactor_T.h +++ b/dep/ACE_wrappers/ace/Select_Reactor_T.h @@ -716,3 +716,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SELECT_REACTOR_T_H */ + diff --git a/dep/ACE_wrappers/ace/Semaphore.cpp b/dep/ACE_wrappers/ace/Semaphore.cpp index b3d6c6638..987a20148 100644 --- a/dep/ACE_wrappers/ace/Semaphore.cpp +++ b/dep/ACE_wrappers/ace/Semaphore.cpp @@ -60,3 +60,4 @@ ACE_Semaphore::~ACE_Semaphore (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Semaphore.h b/dep/ACE_wrappers/ace/Semaphore.h index 7c4936abf..82709ab6b 100644 --- a/dep/ACE_wrappers/ace/Semaphore.h +++ b/dep/ACE_wrappers/ace/Semaphore.h @@ -181,3 +181,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SEMAPHORE_H */ + diff --git a/dep/ACE_wrappers/ace/Service_Config.cpp b/dep/ACE_wrappers/ace/Service_Config.cpp index f0f352ced..6a1cd533e 100644 --- a/dep/ACE_wrappers/ace/Service_Config.cpp +++ b/dep/ACE_wrappers/ace/Service_Config.cpp @@ -617,3 +617,4 @@ ACE_Service_Config::reconfig_occurred (int config_occurred) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Service_Config.h b/dep/ACE_wrappers/ace/Service_Config.h index 61d9fd4d0..6b7241e46 100644 --- a/dep/ACE_wrappers/ace/Service_Config.h +++ b/dep/ACE_wrappers/ace/Service_Config.h @@ -682,3 +682,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SERVICE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/Service_Gestalt.cpp b/dep/ACE_wrappers/ace/Service_Gestalt.cpp index 6ceeb1526..cf177525a 100644 --- a/dep/ACE_wrappers/ace/Service_Gestalt.cpp +++ b/dep/ACE_wrappers/ace/Service_Gestalt.cpp @@ -1294,3 +1294,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL // Allocate a Service Manager. ACE_FACTORY_DEFINE (ACE, ACE_Service_Manager) + diff --git a/dep/ACE_wrappers/ace/Service_Gestalt.h b/dep/ACE_wrappers/ace/Service_Gestalt.h index 51d3b9b27..2be4de5ba 100644 --- a/dep/ACE_wrappers/ace/Service_Gestalt.h +++ b/dep/ACE_wrappers/ace/Service_Gestalt.h @@ -508,3 +508,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SERVICE_GESTALT_H */ + diff --git a/dep/ACE_wrappers/ace/Service_Manager.cpp b/dep/ACE_wrappers/ace/Service_Manager.cpp index 39e26773e..b67b34d26 100644 --- a/dep/ACE_wrappers/ace/Service_Manager.cpp +++ b/dep/ACE_wrappers/ace/Service_Manager.cpp @@ -435,3 +435,4 @@ ACE_Service_Manager::handle_input (ACE_HANDLE) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Service_Manager.h b/dep/ACE_wrappers/ace/Service_Manager.h index 13ce60405..8238da7ef 100644 --- a/dep/ACE_wrappers/ace/Service_Manager.h +++ b/dep/ACE_wrappers/ace/Service_Manager.h @@ -118,3 +118,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* _SERVICE_MANAGER_H */ + diff --git a/dep/ACE_wrappers/ace/Service_Object.cpp b/dep/ACE_wrappers/ace/Service_Object.cpp index 33e27eb35..f737d6a31 100644 --- a/dep/ACE_wrappers/ace/Service_Object.cpp +++ b/dep/ACE_wrappers/ace/Service_Object.cpp @@ -178,3 +178,4 @@ ACE_Dynamic_Svc_Registrar::ACE_Dynamic_Svc_Registrar (const ACE_TCHAR* alloc_nam #endif ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Service_Object.h b/dep/ACE_wrappers/ace/Service_Object.h index d64cebba6..fd69ba76f 100644 --- a/dep/ACE_wrappers/ace/Service_Object.h +++ b/dep/ACE_wrappers/ace/Service_Object.h @@ -205,3 +205,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SERVICE_OBJECT_H */ + diff --git a/dep/ACE_wrappers/ace/Service_Repository.cpp b/dep/ACE_wrappers/ace/Service_Repository.cpp index 18fafe05b..d7d673ae7 100644 --- a/dep/ACE_wrappers/ace/Service_Repository.cpp +++ b/dep/ACE_wrappers/ace/Service_Repository.cpp @@ -635,3 +635,4 @@ ACE_Service_Repository_Iterator::valid (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Service_Repository.h b/dep/ACE_wrappers/ace/Service_Repository.h index 30c11ce6c..77b495568 100644 --- a/dep/ACE_wrappers/ace/Service_Repository.h +++ b/dep/ACE_wrappers/ace/Service_Repository.h @@ -278,3 +278,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* _SERVICE_REPOSITORY_H */ + diff --git a/dep/ACE_wrappers/ace/Service_Templates.h b/dep/ACE_wrappers/ace/Service_Templates.h index d05d0d611..34ab6a10e 100644 --- a/dep/ACE_wrappers/ace/Service_Templates.h +++ b/dep/ACE_wrappers/ace/Service_Templates.h @@ -27,3 +27,4 @@ #include /**/ "ace/post.h" #endif /* ACE_SERVICE_TEMPLATES_H */ + diff --git a/dep/ACE_wrappers/ace/Service_Types.cpp b/dep/ACE_wrappers/ace/Service_Types.cpp index 46c671beb..5eb876533 100644 --- a/dep/ACE_wrappers/ace/Service_Types.cpp +++ b/dep/ACE_wrappers/ace/Service_Types.cpp @@ -451,3 +451,4 @@ ACE_Stream_Type::find (const ACE_TCHAR *mod_name) const // @@@ Eliminated ommented out explicit template instantiation code ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Service_Types.h b/dep/ACE_wrappers/ace/Service_Types.h index b9450d2c5..e7ab9874a 100644 --- a/dep/ACE_wrappers/ace/Service_Types.h +++ b/dep/ACE_wrappers/ace/Service_Types.h @@ -204,3 +204,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* _SERVICE_TYPE_H */ + diff --git a/dep/ACE_wrappers/ace/Shared_Memory.cpp b/dep/ACE_wrappers/ace/Shared_Memory.cpp index ccb1f26c4..6b3d4fa87 100644 --- a/dep/ACE_wrappers/ace/Shared_Memory.cpp +++ b/dep/ACE_wrappers/ace/Shared_Memory.cpp @@ -11,3 +11,4 @@ ACE_Shared_Memory::~ACE_Shared_Memory (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Shared_Memory.h b/dep/ACE_wrappers/ace/Shared_Memory.h index 6dbd17ff4..cda765b4d 100644 --- a/dep/ACE_wrappers/ace/Shared_Memory.h +++ b/dep/ACE_wrappers/ace/Shared_Memory.h @@ -56,3 +56,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SHARED_MEMORY_H */ + diff --git a/dep/ACE_wrappers/ace/Shared_Memory_MM.cpp b/dep/ACE_wrappers/ace/Shared_Memory_MM.cpp index d6d1ed90c..25ece407b 100644 --- a/dep/ACE_wrappers/ace/Shared_Memory_MM.cpp +++ b/dep/ACE_wrappers/ace/Shared_Memory_MM.cpp @@ -109,3 +109,4 @@ ACE_Shared_Memory_MM::free (void *p) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Shared_Memory_MM.h b/dep/ACE_wrappers/ace/Shared_Memory_MM.h index e02b21249..27dda8eff 100644 --- a/dep/ACE_wrappers/ace/Shared_Memory_MM.h +++ b/dep/ACE_wrappers/ace/Shared_Memory_MM.h @@ -118,3 +118,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SHARED_MALLOC_MM_H */ + diff --git a/dep/ACE_wrappers/ace/Shared_Memory_Pool.cpp b/dep/ACE_wrappers/ace/Shared_Memory_Pool.cpp index b61febc31..6a67c9235 100644 --- a/dep/ACE_wrappers/ace/Shared_Memory_Pool.cpp +++ b/dep/ACE_wrappers/ace/Shared_Memory_Pool.cpp @@ -459,3 +459,4 @@ ACE_Shared_Memory_Pool::round_up (size_t nbytes) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* !ACE_LACKS_SYSV_SHMEM */ + diff --git a/dep/ACE_wrappers/ace/Shared_Memory_Pool.h b/dep/ACE_wrappers/ace/Shared_Memory_Pool.h index 79cb970e7..ea1a5e7d3 100644 --- a/dep/ACE_wrappers/ace/Shared_Memory_Pool.h +++ b/dep/ACE_wrappers/ace/Shared_Memory_Pool.h @@ -208,3 +208,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SHARED_MEMORY_POOL_H */ + diff --git a/dep/ACE_wrappers/ace/Shared_Memory_SV.cpp b/dep/ACE_wrappers/ace/Shared_Memory_SV.cpp index fe26688b0..9cad5d247 100644 --- a/dep/ACE_wrappers/ace/Shared_Memory_SV.cpp +++ b/dep/ACE_wrappers/ace/Shared_Memory_SV.cpp @@ -86,3 +86,4 @@ ACE_Shared_Memory_SV::free (void *p) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Shared_Memory_SV.h b/dep/ACE_wrappers/ace/Shared_Memory_SV.h index 7ae62a332..ff0268cfd 100644 --- a/dep/ACE_wrappers/ace/Shared_Memory_SV.h +++ b/dep/ACE_wrappers/ace/Shared_Memory_SV.h @@ -99,3 +99,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SHARED_MALLOC_SV_H */ + diff --git a/dep/ACE_wrappers/ace/Shared_Object.cpp b/dep/ACE_wrappers/ace/Shared_Object.cpp index 76c27df1c..13b4ac720 100644 --- a/dep/ACE_wrappers/ace/Shared_Object.cpp +++ b/dep/ACE_wrappers/ace/Shared_Object.cpp @@ -52,3 +52,4 @@ ACE_Shared_Object::~ACE_Shared_Object (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Shared_Object.h b/dep/ACE_wrappers/ace/Shared_Object.h index fedf051ba..17f6dca54 100644 --- a/dep/ACE_wrappers/ace/Shared_Object.h +++ b/dep/ACE_wrappers/ace/Shared_Object.h @@ -60,3 +60,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SHARED_OBJECT_H */ + diff --git a/dep/ACE_wrappers/ace/Sig_Adapter.cpp b/dep/ACE_wrappers/ace/Sig_Adapter.cpp index d1af40f12..78683d1c9 100644 --- a/dep/ACE_wrappers/ace/Sig_Adapter.cpp +++ b/dep/ACE_wrappers/ace/Sig_Adapter.cpp @@ -78,3 +78,4 @@ ACE_Sig_Adapter::handle_signal (int signum, } return 0; } + diff --git a/dep/ACE_wrappers/ace/Sig_Adapter.h b/dep/ACE_wrappers/ace/Sig_Adapter.h index cbd6b3998..f0013ede5 100644 --- a/dep/ACE_wrappers/ace/Sig_Adapter.h +++ b/dep/ACE_wrappers/ace/Sig_Adapter.h @@ -79,3 +79,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SIG_ADAPTER_H */ + diff --git a/dep/ACE_wrappers/ace/Sig_Handler.cpp b/dep/ACE_wrappers/ace/Sig_Handler.cpp index 33bbb638b..2829edcef 100644 --- a/dep/ACE_wrappers/ace/Sig_Handler.cpp +++ b/dep/ACE_wrappers/ace/Sig_Handler.cpp @@ -612,3 +612,4 @@ ACE_Sig_Handlers::handler (int signum, ACE_Event_Handler *new_sh) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Sig_Handler.h b/dep/ACE_wrappers/ace/Sig_Handler.h index 53d30d4f0..ea5898015 100644 --- a/dep/ACE_wrappers/ace/Sig_Handler.h +++ b/dep/ACE_wrappers/ace/Sig_Handler.h @@ -235,3 +235,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SIG_HANDLER_H */ + diff --git a/dep/ACE_wrappers/ace/Signal.cpp b/dep/ACE_wrappers/ace/Signal.cpp index 5f1745550..8c9647ca5 100644 --- a/dep/ACE_wrappers/ace/Signal.cpp +++ b/dep/ACE_wrappers/ace/Signal.cpp @@ -219,3 +219,4 @@ ACE_Sig_Action::ACE_Sig_Action (const ACE_Sig_Set &signals, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Signal.h b/dep/ACE_wrappers/ace/Signal.h index 736d62e5c..7af918cc6 100644 --- a/dep/ACE_wrappers/ace/Signal.h +++ b/dep/ACE_wrappers/ace/Signal.h @@ -265,3 +265,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SIGNAL_HANDLER_H */ + diff --git a/dep/ACE_wrappers/ace/Singleton.cpp b/dep/ACE_wrappers/ace/Singleton.cpp index 41c9cc194..518cb438d 100644 --- a/dep/ACE_wrappers/ace/Singleton.cpp +++ b/dep/ACE_wrappers/ace/Singleton.cpp @@ -532,3 +532,4 @@ ACE_DLL_Singleton_Adapter_T::dll_name (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_SINGLETON_CPP */ + diff --git a/dep/ACE_wrappers/ace/Singleton.h b/dep/ACE_wrappers/ace/Singleton.h index e9c8498ff..2d9c8e937 100644 --- a/dep/ACE_wrappers/ace/Singleton.h +++ b/dep/ACE_wrappers/ace/Singleton.h @@ -325,3 +325,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SINGLETON_H */ + diff --git a/dep/ACE_wrappers/ace/Sock_Connect.cpp b/dep/ACE_wrappers/ace/Sock_Connect.cpp index 99815ce79..a6b2359c9 100644 --- a/dep/ACE_wrappers/ace/Sock_Connect.cpp +++ b/dep/ACE_wrappers/ace/Sock_Connect.cpp @@ -1601,3 +1601,4 @@ ACE::ipv6_enabled (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Sock_Connect.h b/dep/ACE_wrappers/ace/Sock_Connect.h index d6a72c718..195dfcdf1 100644 --- a/dep/ACE_wrappers/ace/Sock_Connect.h +++ b/dep/ACE_wrappers/ace/Sock_Connect.h @@ -105,3 +105,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SOCK_CONNECT_H */ + diff --git a/dep/ACE_wrappers/ace/Stack_Trace.cpp b/dep/ACE_wrappers/ace/Stack_Trace.cpp index edca5ef26..1654e5993 100644 --- a/dep/ACE_wrappers/ace/Stack_Trace.cpp +++ b/dep/ACE_wrappers/ace/Stack_Trace.cpp @@ -694,3 +694,4 @@ ACE_Stack_Trace::generate_trace (ssize_t, size_t) } #endif + diff --git a/dep/ACE_wrappers/ace/Stack_Trace.h b/dep/ACE_wrappers/ace/Stack_Trace.h index 3769f7f14..b2fc0174a 100644 --- a/dep/ACE_wrappers/ace/Stack_Trace.h +++ b/dep/ACE_wrappers/ace/Stack_Trace.h @@ -105,3 +105,4 @@ private: #include /**/ "ace/post.h" #endif /* ACE_STACK_TRACE_H */ + diff --git a/dep/ACE_wrappers/ace/Static_Object_Lock.h b/dep/ACE_wrappers/ace/Static_Object_Lock.h index ad780258e..c1d533552 100644 --- a/dep/ACE_wrappers/ace/Static_Object_Lock.h +++ b/dep/ACE_wrappers/ace/Static_Object_Lock.h @@ -76,3 +76,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_STATIC_OBJECT_LOCK_H */ + diff --git a/dep/ACE_wrappers/ace/Stats.cpp b/dep/ACE_wrappers/ace/Stats.cpp index bb6dcf0a6..eac726e52 100644 --- a/dep/ACE_wrappers/ace/Stats.cpp +++ b/dep/ACE_wrappers/ace/Stats.cpp @@ -424,3 +424,4 @@ ACE_Stats::square_root (const ACE_UINT64 n, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Stats.h b/dep/ACE_wrappers/ace/Stats.h index 2590ec95c..1e60ef34d 100644 --- a/dep/ACE_wrappers/ace/Stats.h +++ b/dep/ACE_wrappers/ace/Stats.h @@ -220,3 +220,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ! ACE_STATS_H */ + diff --git a/dep/ACE_wrappers/ace/Strategies.h b/dep/ACE_wrappers/ace/Strategies.h index 484ffa9a5..6ce48398f 100644 --- a/dep/ACE_wrappers/ace/Strategies.h +++ b/dep/ACE_wrappers/ace/Strategies.h @@ -31,3 +31,4 @@ #include /**/ "ace/post.h" #endif /*ACE_STRATEGIES_H*/ + diff --git a/dep/ACE_wrappers/ace/Strategies_T.cpp b/dep/ACE_wrappers/ace/Strategies_T.cpp index cd2935aad..cd500e166 100644 --- a/dep/ACE_wrappers/ace/Strategies_T.cpp +++ b/dep/ACE_wrappers/ace/Strategies_T.cpp @@ -1500,3 +1500,4 @@ ACE_ALLOC_HOOK_DEFINE(ACE_Thread_Strategy) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_STRATEGIES_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Strategies_T.h b/dep/ACE_wrappers/ace/Strategies_T.h index bf73bb22c..7bd0d6bb1 100644 --- a/dep/ACE_wrappers/ace/Strategies_T.h +++ b/dep/ACE_wrappers/ace/Strategies_T.h @@ -1074,3 +1074,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_STRATEGIES_T_H */ + diff --git a/dep/ACE_wrappers/ace/Stream.cpp b/dep/ACE_wrappers/ace/Stream.cpp index 5259f72e9..442b86c92 100644 --- a/dep/ACE_wrappers/ace/Stream.cpp +++ b/dep/ACE_wrappers/ace/Stream.cpp @@ -617,3 +617,4 @@ ACE_Stream_Iterator::ACE_Stream_Iterator (const ACE_Stream::fini (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_STREAM_MODULES_CPP */ + diff --git a/dep/ACE_wrappers/ace/Stream_Modules.h b/dep/ACE_wrappers/ace/Stream_Modules.h index 5bbc072ad..8b718b601 100644 --- a/dep/ACE_wrappers/ace/Stream_Modules.h +++ b/dep/ACE_wrappers/ace/Stream_Modules.h @@ -164,3 +164,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_STREAM_MODULES */ + diff --git a/dep/ACE_wrappers/ace/String_Base.cpp b/dep/ACE_wrappers/ace/String_Base.cpp index cc70598b6..c3e951876 100644 --- a/dep/ACE_wrappers/ace/String_Base.cpp +++ b/dep/ACE_wrappers/ace/String_Base.cpp @@ -561,3 +561,4 @@ ACE_String_Base::operator+= (const CHAR c) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_STRING_BASE_CPP */ + diff --git a/dep/ACE_wrappers/ace/String_Base.h b/dep/ACE_wrappers/ace/String_Base.h index 823238065..c3ecbd814 100644 --- a/dep/ACE_wrappers/ace/String_Base.h +++ b/dep/ACE_wrappers/ace/String_Base.h @@ -610,3 +610,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_STRING_BASE_H */ + diff --git a/dep/ACE_wrappers/ace/String_Base_Const.cpp b/dep/ACE_wrappers/ace/String_Base_Const.cpp index e3f0f18f4..85ebef150 100644 --- a/dep/ACE_wrappers/ace/String_Base_Const.cpp +++ b/dep/ACE_wrappers/ace/String_Base_Const.cpp @@ -18,3 +18,4 @@ ACE_String_Base_Const::size_type const ACE_String_Base_Const::npos = #endif /* AIX */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/String_Base_Const.h b/dep/ACE_wrappers/ace/String_Base_Const.h index cad0c0b60..ac76e5112 100644 --- a/dep/ACE_wrappers/ace/String_Base_Const.h +++ b/dep/ACE_wrappers/ace/String_Base_Const.h @@ -50,3 +50,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_STRING_BASE_CONST_H */ + diff --git a/dep/ACE_wrappers/ace/Svc_Conf.h b/dep/ACE_wrappers/ace/Svc_Conf.h index 4a03e40ae..db10481a1 100644 --- a/dep/ACE_wrappers/ace/Svc_Conf.h +++ b/dep/ACE_wrappers/ace/Svc_Conf.h @@ -108,3 +108,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SVC_CONF_H */ + diff --git a/dep/ACE_wrappers/ace/Svc_Conf_Lexer.cpp b/dep/ACE_wrappers/ace/Svc_Conf_Lexer.cpp index d83f23ede..b55af3b44 100644 --- a/dep/ACE_wrappers/ace/Svc_Conf_Lexer.cpp +++ b/dep/ACE_wrappers/ace/Svc_Conf_Lexer.cpp @@ -674,3 +674,4 @@ ACE_Svc_Conf_Lexer::locate_bom (char* source, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_USES_CLASSIC_SVC_CONF = 1 */ + diff --git a/dep/ACE_wrappers/ace/Svc_Conf_Lexer.h b/dep/ACE_wrappers/ace/Svc_Conf_Lexer.h index fbd15e1a6..c1759577e 100644 --- a/dep/ACE_wrappers/ace/Svc_Conf_Lexer.h +++ b/dep/ACE_wrappers/ace/Svc_Conf_Lexer.h @@ -68,3 +68,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* SVC_CONF_LEXER_H */ + diff --git a/dep/ACE_wrappers/ace/Svc_Conf_Param.h b/dep/ACE_wrappers/ace/Svc_Conf_Param.h index 764c615d6..a1c51844c 100644 --- a/dep/ACE_wrappers/ace/Svc_Conf_Param.h +++ b/dep/ACE_wrappers/ace/Svc_Conf_Param.h @@ -140,3 +140,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SVC_CONF_PARAM_H */ + diff --git a/dep/ACE_wrappers/ace/Svc_Conf_Token_Table.h b/dep/ACE_wrappers/ace/Svc_Conf_Token_Table.h index f139d027e..0ce301a6e 100644 --- a/dep/ACE_wrappers/ace/Svc_Conf_Token_Table.h +++ b/dep/ACE_wrappers/ace/Svc_Conf_Token_Table.h @@ -82,3 +82,4 @@ typedef int YYSTYPE; # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 #endif + diff --git a/dep/ACE_wrappers/ace/Svc_Conf_Tokens.h b/dep/ACE_wrappers/ace/Svc_Conf_Tokens.h index 26a8ddad0..56a5820f4 100644 --- a/dep/ACE_wrappers/ace/Svc_Conf_Tokens.h +++ b/dep/ACE_wrappers/ace/Svc_Conf_Tokens.h @@ -27,3 +27,4 @@ # undef YYSTYPE_IS_DECLARED #endif /* ifndef BISON_SVC_CONF_TAB_H */ + diff --git a/dep/ACE_wrappers/ace/Svc_Conf_y.cpp b/dep/ACE_wrappers/ace/Svc_Conf_y.cpp index bf2b562b5..52b2bcbb2 100644 --- a/dep/ACE_wrappers/ace/Svc_Conf_y.cpp +++ b/dep/ACE_wrappers/ace/Svc_Conf_y.cpp @@ -1996,3 +1996,4 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[]) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_USES_CLASSIC_SVC_CONF == 1 */ + diff --git a/dep/ACE_wrappers/ace/Svc_Handler.cpp b/dep/ACE_wrappers/ace/Svc_Handler.cpp index 2d0aead23..166aec37f 100644 --- a/dep/ACE_wrappers/ace/Svc_Handler.cpp +++ b/dep/ACE_wrappers/ace/Svc_Handler.cpp @@ -523,3 +523,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #undef PR_ST_1 #undef PR_ST_2 #endif /* ACE_SVC_HANDLER_CPP */ + diff --git a/dep/ACE_wrappers/ace/Svc_Handler.h b/dep/ACE_wrappers/ace/Svc_Handler.h index cf1d0ecce..f42cf42c4 100644 --- a/dep/ACE_wrappers/ace/Svc_Handler.h +++ b/dep/ACE_wrappers/ace/Svc_Handler.h @@ -343,3 +343,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SVC_HANDLER_H */ + diff --git a/dep/ACE_wrappers/ace/Synch.h b/dep/ACE_wrappers/ace/Synch.h index 4a1924a76..756b969ea 100644 --- a/dep/ACE_wrappers/ace/Synch.h +++ b/dep/ACE_wrappers/ace/Synch.h @@ -63,3 +63,4 @@ #include /**/ "ace/post.h" #endif /* ACE_SYNCH_H */ + diff --git a/dep/ACE_wrappers/ace/Synch_Options.cpp b/dep/ACE_wrappers/ace/Synch_Options.cpp index dc857e289..c6e2997ab 100644 --- a/dep/ACE_wrappers/ace/Synch_Options.cpp +++ b/dep/ACE_wrappers/ace/Synch_Options.cpp @@ -108,3 +108,4 @@ ACE_Synch_Options::arg (const void *a) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Synch_Options.h b/dep/ACE_wrappers/ace/Synch_Options.h index 2466f0fc5..6c39dd552 100644 --- a/dep/ACE_wrappers/ace/Synch_Options.h +++ b/dep/ACE_wrappers/ace/Synch_Options.h @@ -161,3 +161,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SYNCH_OPTIONS_H */ + diff --git a/dep/ACE_wrappers/ace/Synch_T.cpp b/dep/ACE_wrappers/ace/Synch_T.cpp index c66e02768..13c3439c1 100644 --- a/dep/ACE_wrappers/ace/Synch_T.cpp +++ b/dep/ACE_wrappers/ace/Synch_T.cpp @@ -20,3 +20,4 @@ #include "ace/Condition_T.cpp" #endif /* ACE_SYNCH_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Synch_T.h b/dep/ACE_wrappers/ace/Synch_T.h index e5349e0bd..acd6da6eb 100644 --- a/dep/ACE_wrappers/ace/Synch_T.h +++ b/dep/ACE_wrappers/ace/Synch_T.h @@ -40,3 +40,4 @@ #include /**/ "ace/post.h" #endif /* ACE_SYNCH_T_H */ + diff --git a/dep/ACE_wrappers/ace/Synch_Traits.h b/dep/ACE_wrappers/ace/Synch_Traits.h index 80f23e948..c6649f9fd 100644 --- a/dep/ACE_wrappers/ace/Synch_Traits.h +++ b/dep/ACE_wrappers/ace/Synch_Traits.h @@ -150,3 +150,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SYNCH_TRAITS_H */ + diff --git a/dep/ACE_wrappers/ace/System_Time.cpp b/dep/ACE_wrappers/ace/System_Time.cpp index 537f071df..bda4db87a 100644 --- a/dep/ACE_wrappers/ace/System_Time.cpp +++ b/dep/ACE_wrappers/ace/System_Time.cpp @@ -138,3 +138,4 @@ ACE_System_Time::sync_local_system_time (ACE_System_Time::Sync_Mode) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/System_Time.h b/dep/ACE_wrappers/ace/System_Time.h index bd5150d23..2b1c32910 100644 --- a/dep/ACE_wrappers/ace/System_Time.h +++ b/dep/ACE_wrappers/ace/System_Time.h @@ -97,3 +97,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_SYSTEM_TIME_H */ + diff --git a/dep/ACE_wrappers/ace/TLI.cpp b/dep/ACE_wrappers/ace/TLI.cpp index 16ab24174..3f3431a3d 100644 --- a/dep/ACE_wrappers/ace/TLI.cpp +++ b/dep/ACE_wrappers/ace/TLI.cpp @@ -271,3 +271,4 @@ ACE_TLI::get_option (int level, int option, void *optval, int &optlen) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TLI */ + diff --git a/dep/ACE_wrappers/ace/TLI.h b/dep/ACE_wrappers/ace/TLI.h index 076f59640..0beab16a1 100644 --- a/dep/ACE_wrappers/ace/TLI.h +++ b/dep/ACE_wrappers/ace/TLI.h @@ -114,3 +114,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TLI */ #include /**/ "ace/post.h" #endif /* ACE_TLI_H */ + diff --git a/dep/ACE_wrappers/ace/TLI_Acceptor.cpp b/dep/ACE_wrappers/ace/TLI_Acceptor.cpp index a12b12d23..8c223f313 100644 --- a/dep/ACE_wrappers/ace/TLI_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/TLI_Acceptor.cpp @@ -551,3 +551,4 @@ ACE_TLI_Acceptor::accept (ACE_TLI_Stream &new_tli_sap, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TLI */ + diff --git a/dep/ACE_wrappers/ace/TLI_Acceptor.h b/dep/ACE_wrappers/ace/TLI_Acceptor.h index a24b32241..d6851aa0f 100644 --- a/dep/ACE_wrappers/ace/TLI_Acceptor.h +++ b/dep/ACE_wrappers/ace/TLI_Acceptor.h @@ -121,3 +121,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TLI */ #include /**/ "ace/post.h" #endif /* ACE_TLI_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/TLI_Connector.cpp b/dep/ACE_wrappers/ace/TLI_Connector.cpp index 7738c6b8f..a23730597 100644 --- a/dep/ACE_wrappers/ace/TLI_Connector.cpp +++ b/dep/ACE_wrappers/ace/TLI_Connector.cpp @@ -254,3 +254,4 @@ ACE_TLI_Connector::complete (ACE_TLI_Stream &new_stream, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TLI */ + diff --git a/dep/ACE_wrappers/ace/TLI_Connector.h b/dep/ACE_wrappers/ace/TLI_Connector.h index e1b590749..538cba1c6 100644 --- a/dep/ACE_wrappers/ace/TLI_Connector.h +++ b/dep/ACE_wrappers/ace/TLI_Connector.h @@ -128,3 +128,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TLI */ #include /**/ "ace/post.h" #endif /* ACE_TLI_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/TLI_Stream.cpp b/dep/ACE_wrappers/ace/TLI_Stream.cpp index cb15738c4..b10973850 100644 --- a/dep/ACE_wrappers/ace/TLI_Stream.cpp +++ b/dep/ACE_wrappers/ace/TLI_Stream.cpp @@ -227,3 +227,4 @@ ACE_TLI_Stream::recv_n (void *buf, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TLI */ + diff --git a/dep/ACE_wrappers/ace/TLI_Stream.h b/dep/ACE_wrappers/ace/TLI_Stream.h index 096c7af69..96f21de7e 100644 --- a/dep/ACE_wrappers/ace/TLI_Stream.h +++ b/dep/ACE_wrappers/ace/TLI_Stream.h @@ -139,3 +139,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TLI */ #include /**/ "ace/post.h" #endif /* ACE_TLI_STREAM_H */ + diff --git a/dep/ACE_wrappers/ace/TP_Reactor.cpp b/dep/ACE_wrappers/ace/TP_Reactor.cpp index 34973de19..ffe477049 100644 --- a/dep/ACE_wrappers/ace/TP_Reactor.cpp +++ b/dep/ACE_wrappers/ace/TP_Reactor.cpp @@ -684,3 +684,4 @@ ACE_TP_Reactor::get_notify_handle (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/TP_Reactor.h b/dep/ACE_wrappers/ace/TP_Reactor.h index a5994017e..1d8a3f05a 100644 --- a/dep/ACE_wrappers/ace/TP_Reactor.h +++ b/dep/ACE_wrappers/ace/TP_Reactor.h @@ -318,3 +318,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TP_REACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/TSS_Adapter.cpp b/dep/ACE_wrappers/ace/TSS_Adapter.cpp index da6218ddd..287dcac8b 100644 --- a/dep/ACE_wrappers/ace/TSS_Adapter.cpp +++ b/dep/ACE_wrappers/ace/TSS_Adapter.cpp @@ -43,3 +43,4 @@ ACE_TSS_C_cleanup (void *object) delete tss_adapter; } } + diff --git a/dep/ACE_wrappers/ace/TSS_Adapter.h b/dep/ACE_wrappers/ace/TSS_Adapter.h index b8ff85e32..0729c1a78 100644 --- a/dep/ACE_wrappers/ace/TSS_Adapter.h +++ b/dep/ACE_wrappers/ace/TSS_Adapter.h @@ -59,3 +59,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TSS_ADAPTER_H */ + diff --git a/dep/ACE_wrappers/ace/TSS_T.cpp b/dep/ACE_wrappers/ace/TSS_T.cpp index 7ef74538a..393bf4f66 100644 --- a/dep/ACE_wrappers/ace/TSS_T.cpp +++ b/dep/ACE_wrappers/ace/TSS_T.cpp @@ -723,3 +723,4 @@ ACE_TSS_Read_Guard::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TSS_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/TSS_T.h b/dep/ACE_wrappers/ace/TSS_T.h index f9ffaa92f..e00c1a044 100644 --- a/dep/ACE_wrappers/ace/TSS_T.h +++ b/dep/ACE_wrappers/ace/TSS_T.h @@ -251,3 +251,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TSS_T_H */ + diff --git a/dep/ACE_wrappers/ace/TTY_IO.cpp b/dep/ACE_wrappers/ace/TTY_IO.cpp index 9918ec0dc..106c7379a 100644 --- a/dep/ACE_wrappers/ace/TTY_IO.cpp +++ b/dep/ACE_wrappers/ace/TTY_IO.cpp @@ -580,3 +580,4 @@ ACE_TTY_IO::operator ACE_DEV_IO &() #endif /* ACE_NEEDS_DEV_IO_CONVERSION */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/TTY_IO.h b/dep/ACE_wrappers/ace/TTY_IO.h index 1029966e5..c7404e84a 100644 --- a/dep/ACE_wrappers/ace/TTY_IO.h +++ b/dep/ACE_wrappers/ace/TTY_IO.h @@ -111,3 +111,4 @@ public: ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TTY_IO_H */ + diff --git a/dep/ACE_wrappers/ace/Task.cpp b/dep/ACE_wrappers/ace/Task.cpp index b3d8aad7a..3746b7358 100644 --- a/dep/ACE_wrappers/ace/Task.cpp +++ b/dep/ACE_wrappers/ace/Task.cpp @@ -297,3 +297,4 @@ ACE_Task_Base::svc_run (void *args) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Task.h b/dep/ACE_wrappers/ace/Task.h index f2ac03ca9..fb3c8604c 100644 --- a/dep/ACE_wrappers/ace/Task.h +++ b/dep/ACE_wrappers/ace/Task.h @@ -305,3 +305,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TASK_H */ + diff --git a/dep/ACE_wrappers/ace/Task_Ex_T.cpp b/dep/ACE_wrappers/ace/Task_Ex_T.cpp index de97e5ba6..3ab3ee091 100644 --- a/dep/ACE_wrappers/ace/Task_Ex_T.cpp +++ b/dep/ACE_wrappers/ace/Task_Ex_T.cpp @@ -112,3 +112,4 @@ ACE_Task_Ex::module (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TASK_EX_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Task_Ex_T.h b/dep/ACE_wrappers/ace/Task_Ex_T.h index 00233d4e7..031b2a1f4 100644 --- a/dep/ACE_wrappers/ace/Task_Ex_T.h +++ b/dep/ACE_wrappers/ace/Task_Ex_T.h @@ -203,3 +203,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TASK_EX_H */ + diff --git a/dep/ACE_wrappers/ace/Task_T.cpp b/dep/ACE_wrappers/ace/Task_T.cpp index 08b36f82f..f0716820a 100644 --- a/dep/ACE_wrappers/ace/Task_T.cpp +++ b/dep/ACE_wrappers/ace/Task_T.cpp @@ -106,3 +106,4 @@ ACE_Task::module (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TASK_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Task_T.h b/dep/ACE_wrappers/ace/Task_T.h index 35ebb064d..5cd703d29 100644 --- a/dep/ACE_wrappers/ace/Task_T.h +++ b/dep/ACE_wrappers/ace/Task_T.h @@ -196,3 +196,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TASK_T_H */ + diff --git a/dep/ACE_wrappers/ace/Test_and_Set.cpp b/dep/ACE_wrappers/ace/Test_and_Set.cpp index 15fbfe084..65b179d2d 100644 --- a/dep/ACE_wrappers/ace/Test_and_Set.cpp +++ b/dep/ACE_wrappers/ace/Test_and_Set.cpp @@ -49,3 +49,4 @@ ACE_Test_and_Set::handle_signal (int, siginfo_t *, ucontext_t *) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TEST_AND_SET_CPP */ + diff --git a/dep/ACE_wrappers/ace/Test_and_Set.h b/dep/ACE_wrappers/ace/Test_and_Set.h index 062de0bc8..e31d10f54 100644 --- a/dep/ACE_wrappers/ace/Test_and_Set.h +++ b/dep/ACE_wrappers/ace/Test_and_Set.h @@ -73,3 +73,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TEST_AND_SET_H */ + diff --git a/dep/ACE_wrappers/ace/Thread.cpp b/dep/ACE_wrappers/ace/Thread.cpp index 43d9a25ba..1b4edd488 100644 --- a/dep/ACE_wrappers/ace/Thread.cpp +++ b/dep/ACE_wrappers/ace/Thread.cpp @@ -97,3 +97,4 @@ ACE_Thread::spawn_n (ACE_thread_t thread_ids[], ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/Thread.h b/dep/ACE_wrappers/ace/Thread.h index 4d44858fa..6be139f92 100644 --- a/dep/ACE_wrappers/ace/Thread.h +++ b/dep/ACE_wrappers/ace/Thread.h @@ -280,3 +280,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_THREAD_H */ + diff --git a/dep/ACE_wrappers/ace/Thread_Adapter.cpp b/dep/ACE_wrappers/ace/Thread_Adapter.cpp index 9dbad0580..e9defa34e 100644 --- a/dep/ACE_wrappers/ace/Thread_Adapter.cpp +++ b/dep/ACE_wrappers/ace/Thread_Adapter.cpp @@ -226,3 +226,4 @@ ACE_Thread_Adapter::invoke_i (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Thread_Adapter.h b/dep/ACE_wrappers/ace/Thread_Adapter.h index 8f1f259ef..015557b8e 100644 --- a/dep/ACE_wrappers/ace/Thread_Adapter.h +++ b/dep/ACE_wrappers/ace/Thread_Adapter.h @@ -98,3 +98,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_THREAD_ADAPTER_H */ + diff --git a/dep/ACE_wrappers/ace/Thread_Control.cpp b/dep/ACE_wrappers/ace/Thread_Control.cpp index 51d0f4c18..c97f4eef5 100644 --- a/dep/ACE_wrappers/ace/Thread_Control.cpp +++ b/dep/ACE_wrappers/ace/Thread_Control.cpp @@ -94,3 +94,4 @@ ACE_Thread_Control::exit (ACE_THR_FUNC_RETURN exit_status, int do_thr_exit) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Thread_Control.h b/dep/ACE_wrappers/ace/Thread_Control.h index 3eb5185c8..8322e73a9 100644 --- a/dep/ACE_wrappers/ace/Thread_Control.h +++ b/dep/ACE_wrappers/ace/Thread_Control.h @@ -100,3 +100,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_THREAD_CONTROL_H */ + diff --git a/dep/ACE_wrappers/ace/Thread_Exit.cpp b/dep/ACE_wrappers/ace/Thread_Exit.cpp index cc6a8620c..ac7f09fb6 100644 --- a/dep/ACE_wrappers/ace/Thread_Exit.cpp +++ b/dep/ACE_wrappers/ace/Thread_Exit.cpp @@ -121,3 +121,4 @@ ACE_Thread_Exit_Maybe::instance (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Thread_Exit.h b/dep/ACE_wrappers/ace/Thread_Exit.h index 5b614e2e8..f56263c9d 100644 --- a/dep/ACE_wrappers/ace/Thread_Exit.h +++ b/dep/ACE_wrappers/ace/Thread_Exit.h @@ -109,3 +109,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_THREAD_EXIT_H */ + diff --git a/dep/ACE_wrappers/ace/Thread_Hook.cpp b/dep/ACE_wrappers/ace/Thread_Hook.cpp index 79d937f9f..fcaecdd33 100644 --- a/dep/ACE_wrappers/ace/Thread_Hook.cpp +++ b/dep/ACE_wrappers/ace/Thread_Hook.cpp @@ -31,3 +31,4 @@ ACE_Thread_Hook::thread_hook (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Thread_Hook.h b/dep/ACE_wrappers/ace/Thread_Hook.h index 7bc3bcce4..16a24cc7a 100644 --- a/dep/ACE_wrappers/ace/Thread_Hook.h +++ b/dep/ACE_wrappers/ace/Thread_Hook.h @@ -63,3 +63,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_THREAD_HOOK_H */ + diff --git a/dep/ACE_wrappers/ace/Thread_Manager.cpp b/dep/ACE_wrappers/ace/Thread_Manager.cpp index 1cb7126b4..3e1b9d3a0 100644 --- a/dep/ACE_wrappers/ace/Thread_Manager.cpp +++ b/dep/ACE_wrappers/ace/Thread_Manager.cpp @@ -2219,3 +2219,4 @@ ACE_Thread_Manager::get_grp (ACE_Task_Base *task, int &grp_id) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Thread_Manager.h b/dep/ACE_wrappers/ace/Thread_Manager.h index 2703aae40..1e8913511 100644 --- a/dep/ACE_wrappers/ace/Thread_Manager.h +++ b/dep/ACE_wrappers/ace/Thread_Manager.h @@ -1262,3 +1262,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_THREAD_MANAGER_H */ + diff --git a/dep/ACE_wrappers/ace/Thread_Mutex.cpp b/dep/ACE_wrappers/ace/Thread_Mutex.cpp index 4ebdc412e..1681aead6 100644 --- a/dep/ACE_wrappers/ace/Thread_Mutex.cpp +++ b/dep/ACE_wrappers/ace/Thread_Mutex.cpp @@ -60,3 +60,4 @@ ACE_Thread_Mutex::ACE_Thread_Mutex (const ACE_TCHAR *name, ACE_mutexattr_t *arg) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/Thread_Mutex.h b/dep/ACE_wrappers/ace/Thread_Mutex.h index 471434eb4..0a1b1cae2 100644 --- a/dep/ACE_wrappers/ace/Thread_Mutex.h +++ b/dep/ACE_wrappers/ace/Thread_Mutex.h @@ -173,3 +173,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_THREAD_MUTEX_H */ + diff --git a/dep/ACE_wrappers/ace/Thread_Semaphore.cpp b/dep/ACE_wrappers/ace/Thread_Semaphore.cpp index 39b28931d..13bab6ff3 100644 --- a/dep/ACE_wrappers/ace/Thread_Semaphore.cpp +++ b/dep/ACE_wrappers/ace/Thread_Semaphore.cpp @@ -60,3 +60,4 @@ ACE_Malloc_Lock_Adapter_T::operator () (const ACE_TCHAR *n ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/Thread_Semaphore.h b/dep/ACE_wrappers/ace/Thread_Semaphore.h index b35ef334c..e6a9d008e 100644 --- a/dep/ACE_wrappers/ace/Thread_Semaphore.h +++ b/dep/ACE_wrappers/ace/Thread_Semaphore.h @@ -87,3 +87,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_THREAD_SEMAPHORE_H */ + diff --git a/dep/ACE_wrappers/ace/Throughput_Stats.cpp b/dep/ACE_wrappers/ace/Throughput_Stats.cpp index 6e6672997..5e2288a39 100644 --- a/dep/ACE_wrappers/ace/Throughput_Stats.cpp +++ b/dep/ACE_wrappers/ace/Throughput_Stats.cpp @@ -200,3 +200,4 @@ ACE_Throughput_Stats::dump_throughput (const ACE_TCHAR *msg, } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Throughput_Stats.h b/dep/ACE_wrappers/ace/Throughput_Stats.h index c306c856c..66e57eee6 100644 --- a/dep/ACE_wrappers/ace/Throughput_Stats.h +++ b/dep/ACE_wrappers/ace/Throughput_Stats.h @@ -84,3 +84,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ! ACE_THROUGHPUT_STATS_H */ + diff --git a/dep/ACE_wrappers/ace/Time_Value.cpp b/dep/ACE_wrappers/ace/Time_Value.cpp index 8ecfbe7d3..86db481f0 100644 --- a/dep/ACE_wrappers/ace/Time_Value.cpp +++ b/dep/ACE_wrappers/ace/Time_Value.cpp @@ -262,3 +262,4 @@ ACE_Time_Value::operator *= (double d) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Time_Value.h b/dep/ACE_wrappers/ace/Time_Value.h index b00410e2b..ae75cc1c9 100644 --- a/dep/ACE_wrappers/ace/Time_Value.h +++ b/dep/ACE_wrappers/ace/Time_Value.h @@ -378,3 +378,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIME_VALUE_H */ + diff --git a/dep/ACE_wrappers/ace/Timeprobe.cpp b/dep/ACE_wrappers/ace/Timeprobe.cpp index 1fe8459ed..b92960415 100644 --- a/dep/ACE_wrappers/ace/Timeprobe.cpp +++ b/dep/ACE_wrappers/ace/Timeprobe.cpp @@ -13,3 +13,4 @@ ACE_RCSID(ace, Timeprobe, "$Id: Timeprobe.cpp 80826 2008-03-04 14:51:23Z wotte $ #endif /* __ACE_INLINE__ */ #endif /* ACE_COMPILE_TIMEPROBES */ + diff --git a/dep/ACE_wrappers/ace/Timeprobe.h b/dep/ACE_wrappers/ace/Timeprobe.h index ac2abe38d..4ec811e63 100644 --- a/dep/ACE_wrappers/ace/Timeprobe.h +++ b/dep/ACE_wrappers/ace/Timeprobe.h @@ -199,3 +199,4 @@ static int ace_timeprobe_##descriptions##_return = \ #endif /* ACE_ENABLE_TIMEPROBES && ACE_COMPILE_TIMEPROBES */ #include /**/ "ace/post.h" #endif /* ACE_TIMEPROBE_H */ + diff --git a/dep/ACE_wrappers/ace/Timeprobe_T.cpp b/dep/ACE_wrappers/ace/Timeprobe_T.cpp index d23b7b8b8..2c0c8cf92 100644 --- a/dep/ACE_wrappers/ace/Timeprobe_T.cpp +++ b/dep/ACE_wrappers/ace/Timeprobe_T.cpp @@ -425,3 +425,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_COMPILE_TIMEPROBES */ #endif /* ACE_TIMEPROBE_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Timeprobe_T.h b/dep/ACE_wrappers/ace/Timeprobe_T.h index 54e5ff4c1..c180f7d7a 100644 --- a/dep/ACE_wrappers/ace/Timeprobe_T.h +++ b/dep/ACE_wrappers/ace/Timeprobe_T.h @@ -218,3 +218,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_COMPILE_TIMEPROBES */ #include /**/ "ace/post.h" #endif /* ACE_TIMEPROBE_T_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Hash.h b/dep/ACE_wrappers/ace/Timer_Hash.h index b381419da..c19291efa 100644 --- a/dep/ACE_wrappers/ace/Timer_Hash.h +++ b/dep/ACE_wrappers/ace/Timer_Hash.h @@ -73,3 +73,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_HASH_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Hash_T.cpp b/dep/ACE_wrappers/ace/Timer_Hash_T.cpp index 057668063..5c8d3daa5 100644 --- a/dep/ACE_wrappers/ace/Timer_Hash_T.cpp +++ b/dep/ACE_wrappers/ace/Timer_Hash_T.cpp @@ -871,3 +871,4 @@ ACE_Timer_Hash_T::expire (const ACE_Time_Value ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TIMER_HASH_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Timer_Hash_T.h b/dep/ACE_wrappers/ace/Timer_Hash_T.h index b04e7cfbc..882369cf5 100644 --- a/dep/ACE_wrappers/ace/Timer_Hash_T.h +++ b/dep/ACE_wrappers/ace/Timer_Hash_T.h @@ -340,3 +340,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_HASH_T_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Heap.h b/dep/ACE_wrappers/ace/Timer_Heap.h index 7dec5ec22..616739740 100644 --- a/dep/ACE_wrappers/ace/Timer_Heap.h +++ b/dep/ACE_wrappers/ace/Timer_Heap.h @@ -39,3 +39,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_HEAP_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Heap_T.cpp b/dep/ACE_wrappers/ace/Timer_Heap_T.cpp index 03893dac9..f557473e4 100644 --- a/dep/ACE_wrappers/ace/Timer_Heap_T.cpp +++ b/dep/ACE_wrappers/ace/Timer_Heap_T.cpp @@ -887,3 +887,4 @@ ACE_Timer_Heap_T::get_first (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TIMER_HEAP_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Timer_Heap_T.h b/dep/ACE_wrappers/ace/Timer_Heap_T.h index ac21a487f..904e596e6 100644 --- a/dep/ACE_wrappers/ace/Timer_Heap_T.h +++ b/dep/ACE_wrappers/ace/Timer_Heap_T.h @@ -336,3 +336,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_HEAP_T_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_List.h b/dep/ACE_wrappers/ace/Timer_List.h index f2d9cc2a4..847eac1a1 100644 --- a/dep/ACE_wrappers/ace/Timer_List.h +++ b/dep/ACE_wrappers/ace/Timer_List.h @@ -40,3 +40,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_LIST_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_List_T.cpp b/dep/ACE_wrappers/ace/Timer_List_T.cpp index c3b837bb2..aaf5542ef 100644 --- a/dep/ACE_wrappers/ace/Timer_List_T.cpp +++ b/dep/ACE_wrappers/ace/Timer_List_T.cpp @@ -416,3 +416,4 @@ ACE_Timer_List_T::remove_first (void) } #endif /* ACE_TIMER_LIST_T_C */ + diff --git a/dep/ACE_wrappers/ace/Timer_List_T.h b/dep/ACE_wrappers/ace/Timer_List_T.h index cabd47aea..66d148f81 100644 --- a/dep/ACE_wrappers/ace/Timer_List_T.h +++ b/dep/ACE_wrappers/ace/Timer_List_T.h @@ -224,3 +224,4 @@ private: #include /**/ "ace/post.h" #endif /* ACE_TIMER_LIST_T_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Queue.h b/dep/ACE_wrappers/ace/Timer_Queue.h index 4644aa1b4..0f5990ae5 100644 --- a/dep/ACE_wrappers/ace/Timer_Queue.h +++ b/dep/ACE_wrappers/ace/Timer_Queue.h @@ -50,3 +50,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_QUEUE_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Queue_Adapters.cpp b/dep/ACE_wrappers/ace/Timer_Queue_Adapters.cpp index f6519ae9e..bcfbcf051 100644 --- a/dep/ACE_wrappers/ace/Timer_Queue_Adapters.cpp +++ b/dep/ACE_wrappers/ace/Timer_Queue_Adapters.cpp @@ -359,3 +359,4 @@ ACE_Thread_Timer_Queue_Adapter::dispatch_commands (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TIMER_QUEUE_ADAPTERS_CPP */ + diff --git a/dep/ACE_wrappers/ace/Timer_Queue_Adapters.h b/dep/ACE_wrappers/ace/Timer_Queue_Adapters.h index e6ef944ea..390aed19d 100644 --- a/dep/ACE_wrappers/ace/Timer_Queue_Adapters.h +++ b/dep/ACE_wrappers/ace/Timer_Queue_Adapters.h @@ -259,3 +259,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_QUEUE_ADAPTERS_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Queue_T.cpp b/dep/ACE_wrappers/ace/Timer_Queue_T.cpp index 58fbf9ad3..654b2f5aa 100644 --- a/dep/ACE_wrappers/ace/Timer_Queue_T.cpp +++ b/dep/ACE_wrappers/ace/Timer_Queue_T.cpp @@ -479,3 +479,4 @@ ACE_Event_Handler_Handle_Timeout_Upcall::deletion (TIMER_QUEUE &timer_ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TIMER_QUEUE_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Timer_Queue_T.h b/dep/ACE_wrappers/ace/Timer_Queue_T.h index 591109c17..8e5478b32 100644 --- a/dep/ACE_wrappers/ace/Timer_Queue_T.h +++ b/dep/ACE_wrappers/ace/Timer_Queue_T.h @@ -560,3 +560,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_QUEUE_T_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Queuefwd.h b/dep/ACE_wrappers/ace/Timer_Queuefwd.h index 662f29c04..5ee99ff18 100644 --- a/dep/ACE_wrappers/ace/Timer_Queuefwd.h +++ b/dep/ACE_wrappers/ace/Timer_Queuefwd.h @@ -36,3 +36,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_QUEUE_FWD_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Wheel.h b/dep/ACE_wrappers/ace/Timer_Wheel.h index 21ba87761..888dc4a44 100644 --- a/dep/ACE_wrappers/ace/Timer_Wheel.h +++ b/dep/ACE_wrappers/ace/Timer_Wheel.h @@ -40,3 +40,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_WHEEL_H */ + diff --git a/dep/ACE_wrappers/ace/Timer_Wheel_T.cpp b/dep/ACE_wrappers/ace/Timer_Wheel_T.cpp index f62ca7523..75cfc7503 100644 --- a/dep/ACE_wrappers/ace/Timer_Wheel_T.cpp +++ b/dep/ACE_wrappers/ace/Timer_Wheel_T.cpp @@ -965,3 +965,4 @@ ACE_Timer_Wheel_Iterator_T::item (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TIMER_WHEEL_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Timer_Wheel_T.h b/dep/ACE_wrappers/ace/Timer_Wheel_T.h index 44fffed13..722283701 100644 --- a/dep/ACE_wrappers/ace/Timer_Wheel_T.h +++ b/dep/ACE_wrappers/ace/Timer_Wheel_T.h @@ -224,3 +224,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_WHEEL_T_H */ + diff --git a/dep/ACE_wrappers/ace/Token.cpp b/dep/ACE_wrappers/ace/Token.cpp index ca2aea12f..99686563f 100644 --- a/dep/ACE_wrappers/ace/Token.cpp +++ b/dep/ACE_wrappers/ace/Token.cpp @@ -543,3 +543,4 @@ ACE_Token::wakeup_next_waiter (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/Token.h b/dep/ACE_wrappers/ace/Token.h index f46726aa6..e98e5f9a7 100644 --- a/dep/ACE_wrappers/ace/Token.h +++ b/dep/ACE_wrappers/ace/Token.h @@ -374,3 +374,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TOKEN_H */ + diff --git a/dep/ACE_wrappers/ace/Token_Collection.cpp b/dep/ACE_wrappers/ace/Token_Collection.cpp index 23a5813c9..e9c4964f1 100644 --- a/dep/ACE_wrappers/ace/Token_Collection.cpp +++ b/dep/ACE_wrappers/ace/Token_Collection.cpp @@ -292,3 +292,4 @@ ACE_Token_Collection::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TOKENS_LIBRARY */ + diff --git a/dep/ACE_wrappers/ace/Token_Collection.h b/dep/ACE_wrappers/ace/Token_Collection.h index 16a9bb412..6dad64ac6 100644 --- a/dep/ACE_wrappers/ace/Token_Collection.h +++ b/dep/ACE_wrappers/ace/Token_Collection.h @@ -241,3 +241,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TOKEN_COLLECTION_H */ + diff --git a/dep/ACE_wrappers/ace/Token_Invariants.cpp b/dep/ACE_wrappers/ace/Token_Invariants.cpp index 6c5d1bd52..e0ca87bdc 100644 --- a/dep/ACE_wrappers/ace/Token_Invariants.cpp +++ b/dep/ACE_wrappers/ace/Token_Invariants.cpp @@ -353,3 +353,4 @@ ACE_RWLock_Invariants::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TOKENS_LIBRARY */ + diff --git a/dep/ACE_wrappers/ace/Token_Invariants.h b/dep/ACE_wrappers/ace/Token_Invariants.h index 5cec39476..1649e5937 100644 --- a/dep/ACE_wrappers/ace/Token_Invariants.h +++ b/dep/ACE_wrappers/ace/Token_Invariants.h @@ -243,3 +243,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TOKEN_INVARIANTS_H */ + diff --git a/dep/ACE_wrappers/ace/Token_Manager.cpp b/dep/ACE_wrappers/ace/Token_Manager.cpp index 22b6e9f9e..178a0e5c6 100644 --- a/dep/ACE_wrappers/ace/Token_Manager.cpp +++ b/dep/ACE_wrappers/ace/Token_Manager.cpp @@ -271,3 +271,4 @@ ACE_Token_Manager::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TOKENS_LIBRARY */ + diff --git a/dep/ACE_wrappers/ace/Token_Manager.h b/dep/ACE_wrappers/ace/Token_Manager.h index 9882e28ef..6a7c17d41 100644 --- a/dep/ACE_wrappers/ace/Token_Manager.h +++ b/dep/ACE_wrappers/ace/Token_Manager.h @@ -148,3 +148,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TOKEN_MANAGER_H */ + diff --git a/dep/ACE_wrappers/ace/Token_Request_Reply.cpp b/dep/ACE_wrappers/ace/Token_Request_Reply.cpp index 598afe013..8950a47b2 100644 --- a/dep/ACE_wrappers/ace/Token_Request_Reply.cpp +++ b/dep/ACE_wrappers/ace/Token_Request_Reply.cpp @@ -184,3 +184,4 @@ ACE_Token_Reply::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_TOKENS_LIBRARY */ + diff --git a/dep/ACE_wrappers/ace/Token_Request_Reply.h b/dep/ACE_wrappers/ace/Token_Request_Reply.h index 01a7cfd3e..1c09f7af8 100644 --- a/dep/ACE_wrappers/ace/Token_Request_Reply.h +++ b/dep/ACE_wrappers/ace/Token_Request_Reply.h @@ -268,3 +268,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TOKEN_REQUEST_REPLY_H */ + diff --git a/dep/ACE_wrappers/ace/Trace.cpp b/dep/ACE_wrappers/ace/Trace.cpp index 12ccf135e..5592b8169 100644 --- a/dep/ACE_wrappers/ace/Trace.cpp +++ b/dep/ACE_wrappers/ace/Trace.cpp @@ -135,3 +135,4 @@ ACE_Trace::~ACE_Trace (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Trace.h b/dep/ACE_wrappers/ace/Trace.h index f11d634ee..f1c6aa860 100644 --- a/dep/ACE_wrappers/ace/Trace.h +++ b/dep/ACE_wrappers/ace/Trace.h @@ -94,3 +94,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TRACE_H */ + diff --git a/dep/ACE_wrappers/ace/Truncate.h b/dep/ACE_wrappers/ace/Truncate.h index 5b9a0e118..aef1c4ea5 100644 --- a/dep/ACE_wrappers/ace/Truncate.h +++ b/dep/ACE_wrappers/ace/Truncate.h @@ -1053,3 +1053,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TRUNCATE_H*/ + diff --git a/dep/ACE_wrappers/ace/Typed_SV_Message.cpp b/dep/ACE_wrappers/ace/Typed_SV_Message.cpp index 6be3d4c68..16c72d3ca 100644 --- a/dep/ACE_wrappers/ace/Typed_SV_Message.cpp +++ b/dep/ACE_wrappers/ace/Typed_SV_Message.cpp @@ -28,3 +28,4 @@ ACE_Typed_SV_Message::dump (void) const ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TYPED_SV_MESSAGE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Typed_SV_Message.h b/dep/ACE_wrappers/ace/Typed_SV_Message.h index b43258e01..69c87f73c 100644 --- a/dep/ACE_wrappers/ace/Typed_SV_Message.h +++ b/dep/ACE_wrappers/ace/Typed_SV_Message.h @@ -105,3 +105,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TYPED_SV_MESSAGE_H */ + diff --git a/dep/ACE_wrappers/ace/Typed_SV_Message_Queue.cpp b/dep/ACE_wrappers/ace/Typed_SV_Message_Queue.cpp index 0adb589e6..24459c79a 100644 --- a/dep/ACE_wrappers/ace/Typed_SV_Message_Queue.cpp +++ b/dep/ACE_wrappers/ace/Typed_SV_Message_Queue.cpp @@ -54,3 +54,4 @@ ACE_Typed_SV_Message_Queue::~ACE_Typed_SV_Message_Queue (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_TYPED_SV_MESSAGE_QUEUE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Typed_SV_Message_Queue.h b/dep/ACE_wrappers/ace/Typed_SV_Message_Queue.h index 12c0e5092..f5f336b01 100644 --- a/dep/ACE_wrappers/ace/Typed_SV_Message_Queue.h +++ b/dep/ACE_wrappers/ace/Typed_SV_Message_Queue.h @@ -90,3 +90,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TYPED_MESSAGE_QUEUE_H */ + diff --git a/dep/ACE_wrappers/ace/UNIX_Addr.cpp b/dep/ACE_wrappers/ace/UNIX_Addr.cpp index 013af8a33..0f2a14d9c 100644 --- a/dep/ACE_wrappers/ace/UNIX_Addr.cpp +++ b/dep/ACE_wrappers/ace/UNIX_Addr.cpp @@ -149,3 +149,4 @@ ACE_UNIX_Addr::ACE_UNIX_Addr (const char rendezvous_point[]) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ + diff --git a/dep/ACE_wrappers/ace/UNIX_Addr.h b/dep/ACE_wrappers/ace/UNIX_Addr.h index 887529fe1..6dd4130f2 100644 --- a/dep/ACE_wrappers/ace/UNIX_Addr.h +++ b/dep/ACE_wrappers/ace/UNIX_Addr.h @@ -115,3 +115,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UNIX_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/UPIPE_Acceptor.cpp b/dep/ACE_wrappers/ace/UPIPE_Acceptor.cpp index 0b8954d5d..97d90dfa5 100644 --- a/dep/ACE_wrappers/ace/UPIPE_Acceptor.cpp +++ b/dep/ACE_wrappers/ace/UPIPE_Acceptor.cpp @@ -127,3 +127,4 @@ ACE_UPIPE_Acceptor::accept (ACE_UPIPE_Stream &new_stream, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/UPIPE_Acceptor.h b/dep/ACE_wrappers/ace/UPIPE_Acceptor.h index 0fd33226e..c23acd0fc 100644 --- a/dep/ACE_wrappers/ace/UPIPE_Acceptor.h +++ b/dep/ACE_wrappers/ace/UPIPE_Acceptor.h @@ -97,3 +97,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UPIPE_ACCEPTOR_H */ + diff --git a/dep/ACE_wrappers/ace/UPIPE_Addr.h b/dep/ACE_wrappers/ace/UPIPE_Addr.h index aaf33b683..755e10ebe 100644 --- a/dep/ACE_wrappers/ace/UPIPE_Addr.h +++ b/dep/ACE_wrappers/ace/UPIPE_Addr.h @@ -31,3 +31,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UPIPE_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/UPIPE_Connector.cpp b/dep/ACE_wrappers/ace/UPIPE_Connector.cpp index 9b9bfcd38..863dde91f 100644 --- a/dep/ACE_wrappers/ace/UPIPE_Connector.cpp +++ b/dep/ACE_wrappers/ace/UPIPE_Connector.cpp @@ -99,3 +99,4 @@ ACE_UPIPE_Connector::connect (ACE_UPIPE_Stream &new_stream, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/UPIPE_Connector.h b/dep/ACE_wrappers/ace/UPIPE_Connector.h index ea4fc2ec7..328587f36 100644 --- a/dep/ACE_wrappers/ace/UPIPE_Connector.h +++ b/dep/ACE_wrappers/ace/UPIPE_Connector.h @@ -113,3 +113,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UPIPE_CONNECTOR_H */ + diff --git a/dep/ACE_wrappers/ace/UPIPE_Stream.cpp b/dep/ACE_wrappers/ace/UPIPE_Stream.cpp index 443dc5fa1..66c537f9d 100644 --- a/dep/ACE_wrappers/ace/UPIPE_Stream.cpp +++ b/dep/ACE_wrappers/ace/UPIPE_Stream.cpp @@ -232,3 +232,4 @@ ACE_UPIPE_Stream::recv_n (char *buf, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ + diff --git a/dep/ACE_wrappers/ace/UPIPE_Stream.h b/dep/ACE_wrappers/ace/UPIPE_Stream.h index b10aef115..2cf53b1e2 100644 --- a/dep/ACE_wrappers/ace/UPIPE_Stream.h +++ b/dep/ACE_wrappers/ace/UPIPE_Stream.h @@ -138,3 +138,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_UPIPE_STREAM_H */ + diff --git a/dep/ACE_wrappers/ace/UTF16_Encoding_Converter.cpp b/dep/ACE_wrappers/ace/UTF16_Encoding_Converter.cpp index 0a51cf9fb..6c660a37c 100644 --- a/dep/ACE_wrappers/ace/UTF16_Encoding_Converter.cpp +++ b/dep/ACE_wrappers/ace/UTF16_Encoding_Converter.cpp @@ -362,3 +362,4 @@ ACE_UTF16_Encoding_Converter::get_offsets_from_utf8 (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_USES_WCHAR */ + diff --git a/dep/ACE_wrappers/ace/UTF16_Encoding_Converter.h b/dep/ACE_wrappers/ace/UTF16_Encoding_Converter.h index 9bdcb21a0..231ce158d 100644 --- a/dep/ACE_wrappers/ace/UTF16_Encoding_Converter.h +++ b/dep/ACE_wrappers/ace/UTF16_Encoding_Converter.h @@ -84,3 +84,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UTF16_ENCODING_CONVERTER_H */ + diff --git a/dep/ACE_wrappers/ace/UTF32_Encoding_Converter.cpp b/dep/ACE_wrappers/ace/UTF32_Encoding_Converter.cpp index 459bf2530..325eded74 100644 --- a/dep/ACE_wrappers/ace/UTF32_Encoding_Converter.cpp +++ b/dep/ACE_wrappers/ace/UTF32_Encoding_Converter.cpp @@ -252,3 +252,4 @@ ACE_UTF32_Encoding_Converter::encoded (const ACE_Byte* source, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_USES_WCHAR */ + diff --git a/dep/ACE_wrappers/ace/UTF32_Encoding_Converter.h b/dep/ACE_wrappers/ace/UTF32_Encoding_Converter.h index 214edeeee..dc811d725 100644 --- a/dep/ACE_wrappers/ace/UTF32_Encoding_Converter.h +++ b/dep/ACE_wrappers/ace/UTF32_Encoding_Converter.h @@ -65,3 +65,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UTF32_ENCODING_CONVERTER_H */ + diff --git a/dep/ACE_wrappers/ace/UTF8_Encoding_Converter.cpp b/dep/ACE_wrappers/ace/UTF8_Encoding_Converter.cpp index cd6c409d0..42e452150 100644 --- a/dep/ACE_wrappers/ace/UTF8_Encoding_Converter.cpp +++ b/dep/ACE_wrappers/ace/UTF8_Encoding_Converter.cpp @@ -90,3 +90,4 @@ ACE_UTF8_Encoding_Converter::encoded (const ACE_Byte* source, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_USES_WCHAR */ + diff --git a/dep/ACE_wrappers/ace/UTF8_Encoding_Converter.h b/dep/ACE_wrappers/ace/UTF8_Encoding_Converter.h index 2cb6ed4e4..989adca19 100644 --- a/dep/ACE_wrappers/ace/UTF8_Encoding_Converter.h +++ b/dep/ACE_wrappers/ace/UTF8_Encoding_Converter.h @@ -70,3 +70,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UTF8_ENCODING_CONVERTER_H */ + diff --git a/dep/ACE_wrappers/ace/UUID.cpp b/dep/ACE_wrappers/ace/UUID.cpp index 177853849..d27c8f8a3 100644 --- a/dep/ACE_wrappers/ace/UUID.cpp +++ b/dep/ACE_wrappers/ace/UUID.cpp @@ -552,3 +552,4 @@ template ACE_Singleton * #endif /* ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/UUID.h b/dep/ACE_wrappers/ace/UUID.h index b499697ce..f2dceff3e 100644 --- a/dep/ACE_wrappers/ace/UUID.h +++ b/dep/ACE_wrappers/ace/UUID.h @@ -237,3 +237,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif // ACE_UUID_H + diff --git a/dep/ACE_wrappers/ace/Unbounded_Queue.cpp b/dep/ACE_wrappers/ace/Unbounded_Queue.cpp index aaaddc6a9..11efca41c 100644 --- a/dep/ACE_wrappers/ace/Unbounded_Queue.cpp +++ b/dep/ACE_wrappers/ace/Unbounded_Queue.cpp @@ -432,3 +432,4 @@ ACE_Unbounded_Queue_Iterator::next (T *&item) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_UNBOUNDED_QUEUE_CPP */ + diff --git a/dep/ACE_wrappers/ace/Unbounded_Queue.h b/dep/ACE_wrappers/ace/Unbounded_Queue.h index b6e1c4eea..0c16ac233 100644 --- a/dep/ACE_wrappers/ace/Unbounded_Queue.h +++ b/dep/ACE_wrappers/ace/Unbounded_Queue.h @@ -295,3 +295,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UNBOUNDED_QUEUE_H */ + diff --git a/dep/ACE_wrappers/ace/Unbounded_Set.cpp b/dep/ACE_wrappers/ace/Unbounded_Set.cpp index c54e3fcfa..a81561b3a 100644 --- a/dep/ACE_wrappers/ace/Unbounded_Set.cpp +++ b/dep/ACE_wrappers/ace/Unbounded_Set.cpp @@ -16,3 +16,4 @@ #endif /* __ACE_INLINE__ */ #endif /* ACE_UNBOUNDED_SET_CPP */ + diff --git a/dep/ACE_wrappers/ace/Unbounded_Set.h b/dep/ACE_wrappers/ace/Unbounded_Set.h index aa629b15d..44fb84068 100644 --- a/dep/ACE_wrappers/ace/Unbounded_Set.h +++ b/dep/ACE_wrappers/ace/Unbounded_Set.h @@ -101,3 +101,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UNBOUNDED_SET_H */ + diff --git a/dep/ACE_wrappers/ace/Unbounded_Set_Ex.cpp b/dep/ACE_wrappers/ace/Unbounded_Set_Ex.cpp index c5cd9e27b..03edae5da 100644 --- a/dep/ACE_wrappers/ace/Unbounded_Set_Ex.cpp +++ b/dep/ACE_wrappers/ace/Unbounded_Set_Ex.cpp @@ -497,3 +497,4 @@ ACE_Unbounded_Set_Ex_Const_Iterator::operator!= (const ACE_Unbounded_Set_E ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_UNBOUNDED_SET_EX_CPP */ + diff --git a/dep/ACE_wrappers/ace/Unbounded_Set_Ex.h b/dep/ACE_wrappers/ace/Unbounded_Set_Ex.h index 92f8fe006..ab16a54be 100644 --- a/dep/ACE_wrappers/ace/Unbounded_Set_Ex.h +++ b/dep/ACE_wrappers/ace/Unbounded_Set_Ex.h @@ -345,3 +345,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_UNBOUNDED_SET_H */ + diff --git a/dep/ACE_wrappers/ace/Value_Ptr.h b/dep/ACE_wrappers/ace/Value_Ptr.h index c9272a90c..f42beba0c 100644 --- a/dep/ACE_wrappers/ace/Value_Ptr.h +++ b/dep/ACE_wrappers/ace/Value_Ptr.h @@ -165,3 +165,4 @@ namespace ACE ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_VALUE_PTR_H */ + diff --git a/dep/ACE_wrappers/ace/Vector_T.cpp b/dep/ACE_wrappers/ace/Vector_T.cpp index e50fe5f71..e70ba09ad 100644 --- a/dep/ACE_wrappers/ace/Vector_T.cpp +++ b/dep/ACE_wrappers/ace/Vector_T.cpp @@ -152,3 +152,4 @@ ACE_Vector_Iterator::next (T *&item) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_VECTOR_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Vector_T.h b/dep/ACE_wrappers/ace/Vector_T.h index 2df3aa61d..7be43bfd6 100644 --- a/dep/ACE_wrappers/ace/Vector_T.h +++ b/dep/ACE_wrappers/ace/Vector_T.h @@ -314,3 +314,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_VECTOR_T_H */ + diff --git a/dep/ACE_wrappers/ace/Version.h b/dep/ACE_wrappers/ace/Version.h index 0c8c9d7db..ff3f3e640 100644 --- a/dep/ACE_wrappers/ace/Version.h +++ b/dep/ACE_wrappers/ace/Version.h @@ -7,3 +7,4 @@ #define ACE_MINOR_VERSION 6 #define ACE_BETA_VERSION 6 #define ACE_VERSION "5.6.6" + diff --git a/dep/ACE_wrappers/ace/Versioned_Namespace.h b/dep/ACE_wrappers/ace/Versioned_Namespace.h index 542254876..9b71d0111 100644 --- a/dep/ACE_wrappers/ace/Versioned_Namespace.h +++ b/dep/ACE_wrappers/ace/Versioned_Namespace.h @@ -49,3 +49,4 @@ #endif /* ACE_HAS_VERSIONED_NAMESPACE */ #endif /* !ACE_VERSIONED_NAMESPACE_H */ + diff --git a/dep/ACE_wrappers/ace/WFMO_Reactor.cpp b/dep/ACE_wrappers/ace/WFMO_Reactor.cpp index 7195749ad..7355a025b 100644 --- a/dep/ACE_wrappers/ace/WFMO_Reactor.cpp +++ b/dep/ACE_wrappers/ace/WFMO_Reactor.cpp @@ -2746,3 +2746,4 @@ WSAEnumNetworkEvents (SOCKET /* s */, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 */ + diff --git a/dep/ACE_wrappers/ace/WFMO_Reactor.h b/dep/ACE_wrappers/ace/WFMO_Reactor.h index 1bbf207ec..8a6a8af8a 100644 --- a/dep/ACE_wrappers/ace/WFMO_Reactor.h +++ b/dep/ACE_wrappers/ace/WFMO_Reactor.h @@ -1366,3 +1366,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 */ #include /**/ "ace/post.h" #endif /* ACE_WFMO_REACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/WIN32_Asynch_IO.cpp b/dep/ACE_wrappers/ace/WIN32_Asynch_IO.cpp index 6f201accc..43cb20c43 100644 --- a/dep/ACE_wrappers/ace/WIN32_Asynch_IO.cpp +++ b/dep/ACE_wrappers/ace/WIN32_Asynch_IO.cpp @@ -3776,3 +3776,4 @@ ACE_WIN32_Asynch_Write_Dgram::ACE_WIN32_Asynch_Write_Dgram (ACE_WIN32_Proactor * ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_WIN32_OVERLAPPED_IO && ACE_HAS_WINSOCK2 */ + diff --git a/dep/ACE_wrappers/ace/WIN32_Asynch_IO.h b/dep/ACE_wrappers/ace/WIN32_Asynch_IO.h index 34af77dab..a1cf22ae0 100644 --- a/dep/ACE_wrappers/ace/WIN32_Asynch_IO.h +++ b/dep/ACE_wrappers/ace/WIN32_Asynch_IO.h @@ -1935,3 +1935,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_WIN32_OVERLAPPED_IO && ACE_HAS_WINSOCK2 */ #include /**/ "ace/post.h" #endif /* ACE_WIN32_ASYNCH_IO_H */ + diff --git a/dep/ACE_wrappers/ace/WIN32_Proactor.cpp b/dep/ACE_wrappers/ace/WIN32_Proactor.cpp index a55983897..dceb83362 100644 --- a/dep/ACE_wrappers/ace/WIN32_Proactor.cpp +++ b/dep/ACE_wrappers/ace/WIN32_Proactor.cpp @@ -802,3 +802,4 @@ ACE_WIN32_Wakeup_Completion::complete (size_t /* bytes_transferred */, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 */ + diff --git a/dep/ACE_wrappers/ace/WIN32_Proactor.h b/dep/ACE_wrappers/ace/WIN32_Proactor.h index 4fb686d7a..1035021fb 100644 --- a/dep/ACE_wrappers/ace/WIN32_Proactor.h +++ b/dep/ACE_wrappers/ace/WIN32_Proactor.h @@ -323,3 +323,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_WIN32 */ #include /**/ "ace/post.h" #endif /* ACE_PROACTOR_H */ + diff --git a/dep/ACE_wrappers/ace/XML_Svc_Conf.cpp b/dep/ACE_wrappers/ace/XML_Svc_Conf.cpp index 23dddad84..59d5649e5 100644 --- a/dep/ACE_wrappers/ace/XML_Svc_Conf.cpp +++ b/dep/ACE_wrappers/ace/XML_Svc_Conf.cpp @@ -13,3 +13,4 @@ ACE_XML_Svc_Conf::~ACE_XML_Svc_Conf (void) ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_USES_CLASSIC_SVC_CONF == 0 */ + diff --git a/dep/ACE_wrappers/ace/XML_Svc_Conf.h b/dep/ACE_wrappers/ace/XML_Svc_Conf.h index 883151e05..5455657ec 100644 --- a/dep/ACE_wrappers/ace/XML_Svc_Conf.h +++ b/dep/ACE_wrappers/ace/XML_Svc_Conf.h @@ -63,3 +63,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_XML_SVC_CONF_H */ + diff --git a/dep/ACE_wrappers/ace/XTI_ATM_Mcast.cpp b/dep/ACE_wrappers/ace/XTI_ATM_Mcast.cpp index 503e3fea0..ac3443ee8 100644 --- a/dep/ACE_wrappers/ace/XTI_ATM_Mcast.cpp +++ b/dep/ACE_wrappers/ace/XTI_ATM_Mcast.cpp @@ -68,3 +68,4 @@ ACE_XTI_ATM_Mcast::add_leaf (ACE_TLI_Stream ¤t_stream, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_XTI_ATM */ + diff --git a/dep/ACE_wrappers/ace/XTI_ATM_Mcast.h b/dep/ACE_wrappers/ace/XTI_ATM_Mcast.h index bfdfa92c9..9cd01f8ac 100644 --- a/dep/ACE_wrappers/ace/XTI_ATM_Mcast.h +++ b/dep/ACE_wrappers/ace/XTI_ATM_Mcast.h @@ -135,3 +135,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_XTI_ATM_MCAST_H */ + diff --git a/dep/ACE_wrappers/ace/ace_wchar.cpp b/dep/ACE_wrappers/ace/ace_wchar.cpp index bec825544..4f7ca4855 100644 --- a/dep/ACE_wrappers/ace/ace_wchar.cpp +++ b/dep/ACE_wrappers/ace/ace_wchar.cpp @@ -15,3 +15,4 @@ iconv_t ACE_Ascii_To_Wide::ACE_Ascii_To_Wide_iconv_env = 0; #endif ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/ace_wchar.h b/dep/ACE_wrappers/ace/ace_wchar.h index f556e0f9c..75afa8396 100644 --- a/dep/ACE_wrappers/ace/ace_wchar.h +++ b/dep/ACE_wrappers/ace/ace_wchar.h @@ -383,3 +383,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include "ace/ace_wchar.inl" #endif /* ACE_WCHAR_H */ + diff --git a/dep/ACE_wrappers/ace/checked_iterator.h b/dep/ACE_wrappers/ace/checked_iterator.h index 7792fbb9e..fa15cb8f3 100644 --- a/dep/ACE_wrappers/ace/checked_iterator.h +++ b/dep/ACE_wrappers/ace/checked_iterator.h @@ -56,3 +56,4 @@ ACE_make_checked_array_iterator (PTR buf, size_t /* len */) # endif /* _MSC_VER >= 1400 */ #endif /* ACE_CHECKED_ITERATOR_H */ + diff --git a/dep/ACE_wrappers/ace/config-WinCE.h b/dep/ACE_wrappers/ace/config-WinCE.h index f3b65a44c..83db197b8 100644 --- a/dep/ACE_wrappers/ace/config-WinCE.h +++ b/dep/ACE_wrappers/ace/config-WinCE.h @@ -238,3 +238,4 @@ typedef long off_t; #include /**/ "ace/post.h" #endif // ACE_CONFIG_WINCE_H + diff --git a/dep/ACE_wrappers/ace/config-aix-5.x.h b/dep/ACE_wrappers/ace/config-aix-5.x.h index 30507a05f..5c1972b56 100644 --- a/dep/ACE_wrappers/ace/config-aix-5.x.h +++ b/dep/ACE_wrappers/ace/config-aix-5.x.h @@ -331,3 +331,4 @@ #define ACE_HAS_TIMEZONE /* Call tzset() to set timezone */ #endif /* ACE_CONFIG_AIX_5_X_H */ + diff --git a/dep/ACE_wrappers/ace/config-all.h b/dep/ACE_wrappers/ace/config-all.h index 2a57a7ee3..927bd1491 100644 --- a/dep/ACE_wrappers/ace/config-all.h +++ b/dep/ACE_wrappers/ace/config-all.h @@ -87,3 +87,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_ALL_H */ + diff --git a/dep/ACE_wrappers/ace/config-borland-common.h b/dep/ACE_wrappers/ace/config-borland-common.h index c57ddb07f..5c80c872a 100644 --- a/dep/ACE_wrappers/ace/config-borland-common.h +++ b/dep/ACE_wrappers/ace/config-borland-common.h @@ -64,3 +64,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_BORLAND_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-cray.h b/dep/ACE_wrappers/ace/config-cray.h index 28038b15b..87fe26350 100644 --- a/dep/ACE_wrappers/ace/config-cray.h +++ b/dep/ACE_wrappers/ace/config-cray.h @@ -211,3 +211,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_CRAY_H */ + diff --git a/dep/ACE_wrappers/ace/config-cxx-common.h b/dep/ACE_wrappers/ace/config-cxx-common.h index 024c25fd2..6d467d649 100644 --- a/dep/ACE_wrappers/ace/config-cxx-common.h +++ b/dep/ACE_wrappers/ace/config-cxx-common.h @@ -84,3 +84,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CXX_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-cygwin32.h b/dep/ACE_wrappers/ace/config-cygwin32.h index 3dde02798..e6683e297 100644 --- a/dep/ACE_wrappers/ace/config-cygwin32.h +++ b/dep/ACE_wrappers/ace/config-cygwin32.h @@ -204,3 +204,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_CYGWIN32_H */ + diff --git a/dep/ACE_wrappers/ace/config-doxygen.h b/dep/ACE_wrappers/ace/config-doxygen.h index 2bc89c982..d4e8a068e 100644 --- a/dep/ACE_wrappers/ace/config-doxygen.h +++ b/dep/ACE_wrappers/ace/config-doxygen.h @@ -118,3 +118,4 @@ #define ACE_HAS_IP_MULTICAST #endif /* ACE_CONFIG_DOXYGEN_H */ + diff --git a/dep/ACE_wrappers/ace/config-freebsd.h b/dep/ACE_wrappers/ace/config-freebsd.h index 3461bec8d..d5ead8710 100644 --- a/dep/ACE_wrappers/ace/config-freebsd.h +++ b/dep/ACE_wrappers/ace/config-freebsd.h @@ -282,3 +282,4 @@ extern "C" { char * cuserid (char *s); } #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-g++-common.h b/dep/ACE_wrappers/ace/config-g++-common.h index 8ac8eb974..ff365a589 100644 --- a/dep/ACE_wrappers/ace/config-g++-common.h +++ b/dep/ACE_wrappers/ace/config-g++-common.h @@ -134,3 +134,4 @@ #include /**/ "ace/post.h" #endif /* ACE_GNUG_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-ghs-common.h b/dep/ACE_wrappers/ace/config-ghs-common.h index ffa554c04..bb169ba06 100644 --- a/dep/ACE_wrappers/ace/config-ghs-common.h +++ b/dep/ACE_wrappers/ace/config-ghs-common.h @@ -41,3 +41,4 @@ #include /**/ "ace/post.h" #endif /* ACE_GHS_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-hpux-11.00.h b/dep/ACE_wrappers/ace/config-hpux-11.00.h index 3af693e3e..17de9afa3 100644 --- a/dep/ACE_wrappers/ace/config-hpux-11.00.h +++ b/dep/ACE_wrappers/ace/config-hpux-11.00.h @@ -447,3 +447,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-icc-common.h b/dep/ACE_wrappers/ace/config-icc-common.h index 1ebd0c52e..290d2b60f 100644 --- a/dep/ACE_wrappers/ace/config-icc-common.h +++ b/dep/ACE_wrappers/ace/config-icc-common.h @@ -111,3 +111,4 @@ #include /**/ "ace/post.h" #endif /* ACE_LINUX_ICC_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-integritySCA.h b/dep/ACE_wrappers/ace/config-integritySCA.h index 62a5d5963..195027f94 100644 --- a/dep/ACE_wrappers/ace/config-integritySCA.h +++ b/dep/ACE_wrappers/ace/config-integritySCA.h @@ -231,3 +231,4 @@ int unlink(const char *); #include #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-irix6.5.x-sgic++.h b/dep/ACE_wrappers/ace/config-irix6.5.x-sgic++.h index 2d501010b..a47126ff5 100644 --- a/dep/ACE_wrappers/ace/config-irix6.5.x-sgic++.h +++ b/dep/ACE_wrappers/ace/config-irix6.5.x-sgic++.h @@ -16,3 +16,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_IRIX65X_H */ + diff --git a/dep/ACE_wrappers/ace/config-irix6.x-common.h b/dep/ACE_wrappers/ace/config-irix6.x-common.h index d968fa422..ab5413412 100644 --- a/dep/ACE_wrappers/ace/config-irix6.x-common.h +++ b/dep/ACE_wrappers/ace/config-irix6.x-common.h @@ -255,3 +255,4 @@ #endif /* ACE_CONFIG_IRIX6X_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-irix6.x-g++.h b/dep/ACE_wrappers/ace/config-irix6.x-g++.h index 2211e0e7c..91276bdba 100644 --- a/dep/ACE_wrappers/ace/config-irix6.x-g++.h +++ b/dep/ACE_wrappers/ace/config-irix6.x-g++.h @@ -21,3 +21,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-irix6.x-sgic++.h b/dep/ACE_wrappers/ace/config-irix6.x-sgic++.h index 8bba07ac6..d832995ea 100644 --- a/dep/ACE_wrappers/ace/config-irix6.x-sgic++.h +++ b/dep/ACE_wrappers/ace/config-irix6.x-sgic++.h @@ -34,3 +34,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-linux-common.h b/dep/ACE_wrappers/ace/config-linux-common.h index bbb10b175..6743c53ad 100644 --- a/dep/ACE_wrappers/ace/config-linux-common.h +++ b/dep/ACE_wrappers/ace/config-linux-common.h @@ -446,3 +446,4 @@ #include /**/ "ace/post.h" #endif /* ACE_LINUX_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-linux.h b/dep/ACE_wrappers/ace/config-linux.h index 8b79c13a4..4c5dc3c4b 100644 --- a/dep/ACE_wrappers/ace/config-linux.h +++ b/dep/ACE_wrappers/ace/config-linux.h @@ -73,3 +73,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_LINUX_H */ + diff --git a/dep/ACE_wrappers/ace/config-lite.h b/dep/ACE_wrappers/ace/config-lite.h index 0992925a6..5af65ccc5 100644 --- a/dep/ACE_wrappers/ace/config-lite.h +++ b/dep/ACE_wrappers/ace/config-lite.h @@ -162,3 +162,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CONFIG_LITE_H */ + diff --git a/dep/ACE_wrappers/ace/config-lynxos.h b/dep/ACE_wrappers/ace/config-lynxos.h index c65e9b0f7..baeafa88b 100644 --- a/dep/ACE_wrappers/ace/config-lynxos.h +++ b/dep/ACE_wrappers/ace/config-lynxos.h @@ -160,3 +160,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-macosx-leopard.h b/dep/ACE_wrappers/ace/config-macosx-leopard.h index bc82d8a7f..ef9ffc59a 100644 --- a/dep/ACE_wrappers/ace/config-macosx-leopard.h +++ b/dep/ACE_wrappers/ace/config-macosx-leopard.h @@ -225,3 +225,4 @@ #endif /* __APPLE_CC__ */ #endif /* ACE_CONFIG_MACOSX_TIGER_H */ + diff --git a/dep/ACE_wrappers/ace/config-macosx-panther.h b/dep/ACE_wrappers/ace/config-macosx-panther.h index 8b4010e79..e2b336175 100644 --- a/dep/ACE_wrappers/ace/config-macosx-panther.h +++ b/dep/ACE_wrappers/ace/config-macosx-panther.h @@ -189,3 +189,4 @@ #endif /* __APPLE_CC__ */ #endif /* ACE_CONFIG_MACOSX_H */ + diff --git a/dep/ACE_wrappers/ace/config-macosx-tiger.h b/dep/ACE_wrappers/ace/config-macosx-tiger.h index f920690ed..282e8800c 100644 --- a/dep/ACE_wrappers/ace/config-macosx-tiger.h +++ b/dep/ACE_wrappers/ace/config-macosx-tiger.h @@ -217,3 +217,4 @@ #endif /* __APPLE_CC__ */ #endif /* ACE_CONFIG_MACOSX_TIGER_H */ + diff --git a/dep/ACE_wrappers/ace/config-macosx.h b/dep/ACE_wrappers/ace/config-macosx.h index 904eae5ac..e8ec1af6e 100644 --- a/dep/ACE_wrappers/ace/config-macosx.h +++ b/dep/ACE_wrappers/ace/config-macosx.h @@ -189,3 +189,4 @@ #endif /* __APPLE_CC__ */ #endif /* ACE_CONFIG_MACOSX_H */ + diff --git a/dep/ACE_wrappers/ace/config-macros.h b/dep/ACE_wrappers/ace/config-macros.h index ca7f49c31..5d1067e6c 100644 --- a/dep/ACE_wrappers/ace/config-macros.h +++ b/dep/ACE_wrappers/ace/config-macros.h @@ -634,3 +634,4 @@ extern "C" u_long CLS##_Export _get_dll_unload_policy (void) \ // ------------------------------------------------------------------- #endif /* ACE_CONFIG_MACROS_H */ + diff --git a/dep/ACE_wrappers/ace/config-minimal.h b/dep/ACE_wrappers/ace/config-minimal.h index 4cf2e8a48..5766987f0 100644 --- a/dep/ACE_wrappers/ace/config-minimal.h +++ b/dep/ACE_wrappers/ace/config-minimal.h @@ -37,3 +37,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_MINIMAL_H */ + diff --git a/dep/ACE_wrappers/ace/config-mvs.h b/dep/ACE_wrappers/ace/config-mvs.h index c37bac258..22ddffee1 100644 --- a/dep/ACE_wrappers/ace/config-mvs.h +++ b/dep/ACE_wrappers/ace/config-mvs.h @@ -129,3 +129,4 @@ #define IN_MULTICAST(a) IN_CLASSD(a) #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-netbsd.h b/dep/ACE_wrappers/ace/config-netbsd.h index 551718015..b05b26e39 100644 --- a/dep/ACE_wrappers/ace/config-netbsd.h +++ b/dep/ACE_wrappers/ace/config-netbsd.h @@ -165,3 +165,4 @@ typedef signed long long ACE_INT64; // Local Variables: // mode:C++ // End: + diff --git a/dep/ACE_wrappers/ace/config-openbsd.h b/dep/ACE_wrappers/ace/config-openbsd.h index a730c810d..e81e36bc6 100644 --- a/dep/ACE_wrappers/ace/config-openbsd.h +++ b/dep/ACE_wrappers/ace/config-openbsd.h @@ -233,3 +233,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-openvms.h b/dep/ACE_wrappers/ace/config-openvms.h index 0b3d3c15f..90541513f 100644 --- a/dep/ACE_wrappers/ace/config-openvms.h +++ b/dep/ACE_wrappers/ace/config-openvms.h @@ -193,3 +193,4 @@ #define ACE_LACKS_ALPHASORT 1 #endif + diff --git a/dep/ACE_wrappers/ace/config-pharlap.h b/dep/ACE_wrappers/ace/config-pharlap.h index 8a0d2792a..e0751c32f 100644 --- a/dep/ACE_wrappers/ace/config-pharlap.h +++ b/dep/ACE_wrappers/ace/config-pharlap.h @@ -88,3 +88,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_PHARLAP_H */ + diff --git a/dep/ACE_wrappers/ace/config-posix-nonetworking.h b/dep/ACE_wrappers/ace/config-posix-nonetworking.h index 7edc31d0d..492692179 100644 --- a/dep/ACE_wrappers/ace/config-posix-nonetworking.h +++ b/dep/ACE_wrappers/ace/config-posix-nonetworking.h @@ -84,3 +84,4 @@ # define ACE_DISABLE_NOTIFY_PIPE_DEFAULT 1 #endif /* ACE_CONFIG_POSIX_NONETWORKING_H */ + diff --git a/dep/ACE_wrappers/ace/config-posix.h b/dep/ACE_wrappers/ace/config-posix.h index 09b4e0671..a9cb74443 100644 --- a/dep/ACE_wrappers/ace/config-posix.h +++ b/dep/ACE_wrappers/ace/config-posix.h @@ -71,3 +71,4 @@ #endif /* _POSIX_MESSAGE_PASSING */ #endif /* ACE_CONFIG_POSIX_H */ + diff --git a/dep/ACE_wrappers/ace/config-qnx-neutrino.h b/dep/ACE_wrappers/ace/config-qnx-neutrino.h index 745b86491..ef3775835 100644 --- a/dep/ACE_wrappers/ace/config-qnx-neutrino.h +++ b/dep/ACE_wrappers/ace/config-qnx-neutrino.h @@ -135,3 +135,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-qnx-rtp-62x.h b/dep/ACE_wrappers/ace/config-qnx-rtp-62x.h index 3574153ba..5ad3326b4 100644 --- a/dep/ACE_wrappers/ace/config-qnx-rtp-62x.h +++ b/dep/ACE_wrappers/ace/config-qnx-rtp-62x.h @@ -127,3 +127,4 @@ #define FD_SETSIZE 1000 #include /**/ "ace/post.h" #endif /* ACE_CONFIG_QNX_RTP_62x_H*/ + diff --git a/dep/ACE_wrappers/ace/config-qnx-rtp-common.h b/dep/ACE_wrappers/ace/config-qnx-rtp-common.h index 410d94e4e..ee832adf6 100644 --- a/dep/ACE_wrappers/ace/config-qnx-rtp-common.h +++ b/dep/ACE_wrappers/ace/config-qnx-rtp-common.h @@ -44,3 +44,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_QNX_RTP_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-qnx-rtp-pre62x.h b/dep/ACE_wrappers/ace/config-qnx-rtp-pre62x.h index 92adf76b1..af55eeb6c 100644 --- a/dep/ACE_wrappers/ace/config-qnx-rtp-pre62x.h +++ b/dep/ACE_wrappers/ace/config-qnx-rtp-pre62x.h @@ -149,3 +149,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_RTP_PRE62x_H */ + diff --git a/dep/ACE_wrappers/ace/config-qnx-rtp.h b/dep/ACE_wrappers/ace/config-qnx-rtp.h index 540472625..a176efd8f 100644 --- a/dep/ACE_wrappers/ace/config-qnx-rtp.h +++ b/dep/ACE_wrappers/ace/config-qnx-rtp.h @@ -23,3 +23,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_QNX_RTP_H */ + diff --git a/dep/ACE_wrappers/ace/config-rtems.h b/dep/ACE_wrappers/ace/config-rtems.h index e2b458615..558a6e100 100644 --- a/dep/ACE_wrappers/ace/config-rtems.h +++ b/dep/ACE_wrappers/ace/config-rtems.h @@ -163,3 +163,4 @@ #endif #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sco-5.0.0-nothread.h b/dep/ACE_wrappers/ace/config-sco-5.0.0-nothread.h index b83680639..7d5c4f4eb 100644 --- a/dep/ACE_wrappers/ace/config-sco-5.0.0-nothread.h +++ b/dep/ACE_wrappers/ace/config-sco-5.0.0-nothread.h @@ -12,3 +12,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sco-5.0.0.h b/dep/ACE_wrappers/ace/config-sco-5.0.0.h index 22849e505..35c33a43f 100644 --- a/dep/ACE_wrappers/ace/config-sco-5.0.0.h +++ b/dep/ACE_wrappers/ace/config-sco-5.0.0.h @@ -95,3 +95,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_SCO_5_0_0_H */ + diff --git a/dep/ACE_wrappers/ace/config-suncc-common.h b/dep/ACE_wrappers/ace/config-suncc-common.h index 3f0bae8a2..31d424d76 100644 --- a/dep/ACE_wrappers/ace/config-suncc-common.h +++ b/dep/ACE_wrappers/ace/config-suncc-common.h @@ -65,3 +65,4 @@ #include /**/ "ace/post.h" #endif /* ACE_SUNCC_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-sunos5.10.h b/dep/ACE_wrappers/ace/config-sunos5.10.h index 79ec20a63..7ba78c2b3 100644 --- a/dep/ACE_wrappers/ace/config-sunos5.10.h +++ b/dep/ACE_wrappers/ace/config-sunos5.10.h @@ -49,3 +49,4 @@ #endif /* ACE_LACKS_WCSTOULL */ #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sunos5.11.h b/dep/ACE_wrappers/ace/config-sunos5.11.h index bbfd91c82..3f78c9f94 100644 --- a/dep/ACE_wrappers/ace/config-sunos5.11.h +++ b/dep/ACE_wrappers/ace/config-sunos5.11.h @@ -13,3 +13,4 @@ #include "ace/config-sunos5.10.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sunos5.4-g++.h b/dep/ACE_wrappers/ace/config-sunos5.4-g++.h index f911da8d3..9622a0682 100644 --- a/dep/ACE_wrappers/ace/config-sunos5.4-g++.h +++ b/dep/ACE_wrappers/ace/config-sunos5.4-g++.h @@ -179,3 +179,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sunos5.4-sunc++-4.x.h b/dep/ACE_wrappers/ace/config-sunos5.4-sunc++-4.x.h index 36a155cdb..8714b8d72 100644 --- a/dep/ACE_wrappers/ace/config-sunos5.4-sunc++-4.x.h +++ b/dep/ACE_wrappers/ace/config-sunos5.4-sunc++-4.x.h @@ -188,3 +188,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sunos5.5.h b/dep/ACE_wrappers/ace/config-sunos5.5.h index 3608a28ab..83d4d1649 100644 --- a/dep/ACE_wrappers/ace/config-sunos5.5.h +++ b/dep/ACE_wrappers/ace/config-sunos5.5.h @@ -415,3 +415,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sunos5.6.h b/dep/ACE_wrappers/ace/config-sunos5.6.h index d100627a2..2ebf5a274 100644 --- a/dep/ACE_wrappers/ace/config-sunos5.6.h +++ b/dep/ACE_wrappers/ace/config-sunos5.6.h @@ -124,3 +124,4 @@ #endif /* _XPG4_2 */ #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sunos5.7.h b/dep/ACE_wrappers/ace/config-sunos5.7.h index 60e1d993a..b2b62b7e7 100644 --- a/dep/ACE_wrappers/ace/config-sunos5.7.h +++ b/dep/ACE_wrappers/ace/config-sunos5.7.h @@ -76,3 +76,4 @@ #define ACE_HAS_DEV_POLL #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sunos5.8.h b/dep/ACE_wrappers/ace/config-sunos5.8.h index eb83e9149..36ce6d4a8 100644 --- a/dep/ACE_wrappers/ace/config-sunos5.8.h +++ b/dep/ACE_wrappers/ace/config-sunos5.8.h @@ -37,3 +37,4 @@ #define ACE_HAS_BROKEN_GETHOSTBYADDR_V4MAPPED #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-sunos5.9.h b/dep/ACE_wrappers/ace/config-sunos5.9.h index 0e6aa8d5b..39b5721b5 100644 --- a/dep/ACE_wrappers/ace/config-sunos5.9.h +++ b/dep/ACE_wrappers/ace/config-sunos5.9.h @@ -16,3 +16,4 @@ #define ACE_LACKS_THR_CONCURRENCY_FUNCS #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-tandem-nsk-mips-v2.h b/dep/ACE_wrappers/ace/config-tandem-nsk-mips-v2.h index 20d555321..18e2cb23f 100644 --- a/dep/ACE_wrappers/ace/config-tandem-nsk-mips-v2.h +++ b/dep/ACE_wrappers/ace/config-tandem-nsk-mips-v2.h @@ -399,3 +399,4 @@ typedef enum CMA_T_SCHED_POLICY { #include /**/ "ace/post.h" #endif /* ACE_CONFIG_NSK_H */ + diff --git a/dep/ACE_wrappers/ace/config-tandem-nsk-mips-v3.h b/dep/ACE_wrappers/ace/config-tandem-nsk-mips-v3.h index 0e6fd291c..c002835a8 100644 --- a/dep/ACE_wrappers/ace/config-tandem-nsk-mips-v3.h +++ b/dep/ACE_wrappers/ace/config-tandem-nsk-mips-v3.h @@ -469,3 +469,4 @@ typedef enum CMA_T_SCHED_POLICY { #include /**/ "ace/post.h" #endif /* ACE_CONFIG_NSK_H */ + diff --git a/dep/ACE_wrappers/ace/config-tandem.h b/dep/ACE_wrappers/ace/config-tandem.h index 981fdfb2d..1577e1e68 100644 --- a/dep/ACE_wrappers/ace/config-tandem.h +++ b/dep/ACE_wrappers/ace/config-tandem.h @@ -191,3 +191,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-tru64.h b/dep/ACE_wrappers/ace/config-tru64.h index f2825b996..db16845b5 100644 --- a/dep/ACE_wrappers/ace/config-tru64.h +++ b/dep/ACE_wrappers/ace/config-tru64.h @@ -152,3 +152,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_TRU64_H */ + diff --git a/dep/ACE_wrappers/ace/config-unixware-7.1.0.h b/dep/ACE_wrappers/ace/config-unixware-7.1.0.h index b75fac4dc..03725638a 100644 --- a/dep/ACE_wrappers/ace/config-unixware-7.1.0.h +++ b/dep/ACE_wrappers/ace/config-unixware-7.1.0.h @@ -410,3 +410,4 @@ #define __IOCTL_VERSIONED__ // By Carlo! #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-unixware-7.1.0.udk.h b/dep/ACE_wrappers/ace/config-unixware-7.1.0.udk.h index 477130d3d..988c451ef 100644 --- a/dep/ACE_wrappers/ace/config-unixware-7.1.0.udk.h +++ b/dep/ACE_wrappers/ace/config-unixware-7.1.0.udk.h @@ -458,3 +458,4 @@ #define __IOCTL_VERSIONED__ // By Carlo! #endif /* ACE_UNIXWARE_UDK_H */ + diff --git a/dep/ACE_wrappers/ace/config-visualage.h b/dep/ACE_wrappers/ace/config-visualage.h index 4cef8108b..6d967b522 100644 --- a/dep/ACE_wrappers/ace/config-visualage.h +++ b/dep/ACE_wrappers/ace/config-visualage.h @@ -18,3 +18,4 @@ #include /**/ "ace/post.h" #endif //CONFIG_VISUALAGE_H + diff --git a/dep/ACE_wrappers/ace/config-vxworks.h b/dep/ACE_wrappers/ace/config-vxworks.h index bb6ed5796..52c295865 100644 --- a/dep/ACE_wrappers/ace/config-vxworks.h +++ b/dep/ACE_wrappers/ace/config-vxworks.h @@ -53,3 +53,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_VXWORKS_H */ + diff --git a/dep/ACE_wrappers/ace/config-vxworks5.x.h b/dep/ACE_wrappers/ace/config-vxworks5.x.h index a13ce4720..eeb224900 100644 --- a/dep/ACE_wrappers/ace/config-vxworks5.x.h +++ b/dep/ACE_wrappers/ace/config-vxworks5.x.h @@ -343,3 +343,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ + diff --git a/dep/ACE_wrappers/ace/config-vxworks6.2.h b/dep/ACE_wrappers/ace/config-vxworks6.2.h index 0d03b44cd..f7978b003 100644 --- a/dep/ACE_wrappers/ace/config-vxworks6.2.h +++ b/dep/ACE_wrappers/ace/config-vxworks6.2.h @@ -326,3 +326,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_VXWORKS_6_2_H */ + diff --git a/dep/ACE_wrappers/ace/config-vxworks6.3.h b/dep/ACE_wrappers/ace/config-vxworks6.3.h index 1b7cd4100..fe90626e3 100644 --- a/dep/ACE_wrappers/ace/config-vxworks6.3.h +++ b/dep/ACE_wrappers/ace/config-vxworks6.3.h @@ -315,3 +315,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_VXWORKS_6_3_H */ + diff --git a/dep/ACE_wrappers/ace/config-vxworks6.4.h b/dep/ACE_wrappers/ace/config-vxworks6.4.h index 2d8db5294..80c28ab62 100644 --- a/dep/ACE_wrappers/ace/config-vxworks6.4.h +++ b/dep/ACE_wrappers/ace/config-vxworks6.4.h @@ -338,3 +338,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_VXWORKS_6_4_H */ + diff --git a/dep/ACE_wrappers/ace/config-vxworks6.5.h b/dep/ACE_wrappers/ace/config-vxworks6.5.h index 19273e6ca..d40f69577 100644 --- a/dep/ACE_wrappers/ace/config-vxworks6.5.h +++ b/dep/ACE_wrappers/ace/config-vxworks6.5.h @@ -23,3 +23,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_VXWORKS_6_5_H */ + diff --git a/dep/ACE_wrappers/ace/config-vxworks6.6.h b/dep/ACE_wrappers/ace/config-vxworks6.6.h index 98787f39e..a2058aa51 100644 --- a/dep/ACE_wrappers/ace/config-vxworks6.6.h +++ b/dep/ACE_wrappers/ace/config-vxworks6.6.h @@ -27,3 +27,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_VXWORKS_6_6_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32-borland.h b/dep/ACE_wrappers/ace/config-win32-borland.h index 2c05bc074..371919cfd 100644 --- a/dep/ACE_wrappers/ace/config-win32-borland.h +++ b/dep/ACE_wrappers/ace/config-win32-borland.h @@ -123,3 +123,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_BORLAND_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32-common.h b/dep/ACE_wrappers/ace/config-win32-common.h index 837f9ce4d..1abeccd4c 100644 --- a/dep/ACE_wrappers/ace/config-win32-common.h +++ b/dep/ACE_wrappers/ace/config-win32-common.h @@ -664,3 +664,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_COMMON_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32-dmc.h b/dep/ACE_wrappers/ace/config-win32-dmc.h index 91adf86b8..ca855f5bc 100644 --- a/dep/ACE_wrappers/ace/config-win32-dmc.h +++ b/dep/ACE_wrappers/ace/config-win32-dmc.h @@ -108,3 +108,4 @@ typedef long o_gid_t; #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_DMC_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32-ghs.h b/dep/ACE_wrappers/ace/config-win32-ghs.h index 77cff1d80..775488f3f 100644 --- a/dep/ACE_wrappers/ace/config-win32-ghs.h +++ b/dep/ACE_wrappers/ace/config-win32-ghs.h @@ -94,3 +94,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_GHS_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32-interix.h b/dep/ACE_wrappers/ace/config-win32-interix.h index d613444fa..71f521af4 100644 --- a/dep/ACE_wrappers/ace/config-win32-interix.h +++ b/dep/ACE_wrappers/ace/config-win32-interix.h @@ -98,3 +98,4 @@ IOStream_Test.log ACE_IOSTREAM not supported on this platform */ + diff --git a/dep/ACE_wrappers/ace/config-win32-mingw.h b/dep/ACE_wrappers/ace/config-win32-mingw.h index f4439865d..259e5d927 100644 --- a/dep/ACE_wrappers/ace/config-win32-mingw.h +++ b/dep/ACE_wrappers/ace/config-win32-mingw.h @@ -98,3 +98,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_MINGW_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32-msvc-7.h b/dep/ACE_wrappers/ace/config-win32-msvc-7.h index 535643a8f..b2b45c689 100644 --- a/dep/ACE_wrappers/ace/config-win32-msvc-7.h +++ b/dep/ACE_wrappers/ace/config-win32-msvc-7.h @@ -123,3 +123,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_MSVC_7_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32-msvc-8.h b/dep/ACE_wrappers/ace/config-win32-msvc-8.h index 73c29e1d4..f35ba9f4f 100644 --- a/dep/ACE_wrappers/ace/config-win32-msvc-8.h +++ b/dep/ACE_wrappers/ace/config-win32-msvc-8.h @@ -146,3 +146,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_MSVC_8_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32-msvc-9.h b/dep/ACE_wrappers/ace/config-win32-msvc-9.h index 8f148b4c0..ee8feef52 100644 --- a/dep/ACE_wrappers/ace/config-win32-msvc-9.h +++ b/dep/ACE_wrappers/ace/config-win32-msvc-9.h @@ -138,3 +138,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_MSVC_9_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32-msvc.h b/dep/ACE_wrappers/ace/config-win32-msvc.h index a7f8898fc..7abad321c 100644 --- a/dep/ACE_wrappers/ace/config-win32-msvc.h +++ b/dep/ACE_wrappers/ace/config-win32-msvc.h @@ -167,3 +167,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_MSVC_H */ + diff --git a/dep/ACE_wrappers/ace/config-win32.h b/dep/ACE_wrappers/ace/config-win32.h index 76f258eb3..96c351bd5 100644 --- a/dep/ACE_wrappers/ace/config-win32.h +++ b/dep/ACE_wrappers/ace/config-win32.h @@ -91,3 +91,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_H */ + diff --git a/dep/ACE_wrappers/ace/gethrtime.cpp b/dep/ACE_wrappers/ace/gethrtime.cpp index 69de03153..163645cd6 100644 --- a/dep/ACE_wrappers/ace/gethrtime.cpp +++ b/dep/ACE_wrappers/ace/gethrtime.cpp @@ -58,3 +58,4 @@ ACE_GETHRTIME_NAME (void) #endif /* ! ACE_HAS_PENTIUM */ } #endif /* ghs */ + diff --git a/dep/ACE_wrappers/ace/iosfwd.h b/dep/ACE_wrappers/ace/iosfwd.h index b07a9f11b..561e15e8a 100644 --- a/dep/ACE_wrappers/ace/iosfwd.h +++ b/dep/ACE_wrappers/ace/iosfwd.h @@ -97,3 +97,4 @@ #endif /* ACE_LACKS_IOSTREAM_TOTALLY */ #endif /* ACE_IOSFWD_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/arpa/os_inet.h b/dep/ACE_wrappers/ace/os_include/arpa/os_inet.h index 090484d28..37538c082 100644 --- a/dep/ACE_wrappers/ace/os_include/arpa/os_inet.h +++ b/dep/ACE_wrappers/ace/os_include/arpa/os_inet.h @@ -72,3 +72,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_ARPA_OS_INET_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/net/os_if.h b/dep/ACE_wrappers/ace/os_include/net/os_if.h index 1f59a1772..da099f89d 100644 --- a/dep/ACE_wrappers/ace/os_include/net/os_if.h +++ b/dep/ACE_wrappers/ace/os_include/net/os_if.h @@ -117,3 +117,4 @@ struct ifconf { #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_NET_OS_IF_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/netinet/os_in.h b/dep/ACE_wrappers/ace/os_include/netinet/os_in.h index 4a4346ed4..c90fb8fa8 100644 --- a/dep/ACE_wrappers/ace/os_include/netinet/os_in.h +++ b/dep/ACE_wrappers/ace/os_include/netinet/os_in.h @@ -183,3 +183,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_NETINET_OS_IN_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/netinet/os_tcp.h b/dep/ACE_wrappers/ace/os_include/netinet/os_tcp.h index 6e6c66757..9f60cd91a 100644 --- a/dep/ACE_wrappers/ace/os_include/netinet/os_tcp.h +++ b/dep/ACE_wrappers/ace/os_include/netinet/os_tcp.h @@ -44,3 +44,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_NETINET_OS_TCP_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_aio.h b/dep/ACE_wrappers/ace/os_include/os_aio.h index 4ec9fe9d1..2011403ff 100644 --- a/dep/ACE_wrappers/ace/os_include/os_aio.h +++ b/dep/ACE_wrappers/ace/os_include/os_aio.h @@ -45,3 +45,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_AIO_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_assert.h b/dep/ACE_wrappers/ace/os_include/os_assert.h index fdca573fe..1c1ed53d8 100644 --- a/dep/ACE_wrappers/ace/os_include/os_assert.h +++ b/dep/ACE_wrappers/ace/os_include/os_assert.h @@ -44,3 +44,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_ASSERT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_byteswap.h b/dep/ACE_wrappers/ace/os_include/os_byteswap.h index b55754ee8..fd1ff253f 100644 --- a/dep/ACE_wrappers/ace/os_include/os_byteswap.h +++ b/dep/ACE_wrappers/ace/os_include/os_byteswap.h @@ -39,3 +39,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_BYTESWAP_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_complex.h b/dep/ACE_wrappers/ace/os_include/os_complex.h index 5e6546f82..27ce474b6 100644 --- a/dep/ACE_wrappers/ace/os_include/os_complex.h +++ b/dep/ACE_wrappers/ace/os_include/os_complex.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_COMPLEX_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_cpio.h b/dep/ACE_wrappers/ace/os_include/os_cpio.h index 2c06e8eb2..09e536d52 100644 --- a/dep/ACE_wrappers/ace/os_include/os_cpio.h +++ b/dep/ACE_wrappers/ace/os_include/os_cpio.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_CPIO_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_ctype.h b/dep/ACE_wrappers/ace/os_include/os_ctype.h index faa04af65..61a3df063 100644 --- a/dep/ACE_wrappers/ace/os_include/os_ctype.h +++ b/dep/ACE_wrappers/ace/os_include/os_ctype.h @@ -43,3 +43,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_CTYPE_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_dirent.h b/dep/ACE_wrappers/ace/os_include/os_dirent.h index 2db95c65a..4e81e94d1 100644 --- a/dep/ACE_wrappers/ace/os_include/os_dirent.h +++ b/dep/ACE_wrappers/ace/os_include/os_dirent.h @@ -106,3 +106,4 @@ int alphasort (const void *, const void *); #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_DIRENT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_dlfcn.h b/dep/ACE_wrappers/ace/os_include/os_dlfcn.h index 0f74437fb..f7691ad8a 100644 --- a/dep/ACE_wrappers/ace/os_include/os_dlfcn.h +++ b/dep/ACE_wrappers/ace/os_include/os_dlfcn.h @@ -99,3 +99,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_DLFCN_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_errno.h b/dep/ACE_wrappers/ace/os_include/os_errno.h index 1e297e364..6534aa8c7 100644 --- a/dep/ACE_wrappers/ace/os_include/os_errno.h +++ b/dep/ACE_wrappers/ace/os_include/os_errno.h @@ -151,3 +151,4 @@ extern int t_errno; #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_ERRNO_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_fcntl.h b/dep/ACE_wrappers/ace/os_include/os_fcntl.h index 048ff62ae..ad5beeb95 100644 --- a/dep/ACE_wrappers/ace/os_include/os_fcntl.h +++ b/dep/ACE_wrappers/ace/os_include/os_fcntl.h @@ -104,3 +104,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_FCNTL_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_fenv.h b/dep/ACE_wrappers/ace/os_include/os_fenv.h index cbf5ab411..a178c04c9 100644 --- a/dep/ACE_wrappers/ace/os_include/os_fenv.h +++ b/dep/ACE_wrappers/ace/os_include/os_fenv.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_FENV_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_float.h b/dep/ACE_wrappers/ace/os_include/os_float.h index ac4b2f8f9..6b114a5dc 100644 --- a/dep/ACE_wrappers/ace/os_include/os_float.h +++ b/dep/ACE_wrappers/ace/os_include/os_float.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_FLOAT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_fmtmsg.h b/dep/ACE_wrappers/ace/os_include/os_fmtmsg.h index 74251a950..391e8606e 100644 --- a/dep/ACE_wrappers/ace/os_include/os_fmtmsg.h +++ b/dep/ACE_wrappers/ace/os_include/os_fmtmsg.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_FMTMSG_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_fnmatch.h b/dep/ACE_wrappers/ace/os_include/os_fnmatch.h index 36726e293..2f592ef46 100644 --- a/dep/ACE_wrappers/ace/os_include/os_fnmatch.h +++ b/dep/ACE_wrappers/ace/os_include/os_fnmatch.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_FNMATCH_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_ftw.h b/dep/ACE_wrappers/ace/os_include/os_ftw.h index 225d32513..ab4655f24 100644 --- a/dep/ACE_wrappers/ace/os_include/os_ftw.h +++ b/dep/ACE_wrappers/ace/os_include/os_ftw.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_FTW_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_glob.h b/dep/ACE_wrappers/ace/os_include/os_glob.h index 0ced3a362..2ffdbab53 100644 --- a/dep/ACE_wrappers/ace/os_include/os_glob.h +++ b/dep/ACE_wrappers/ace/os_include/os_glob.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_GLOB_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_grp.h b/dep/ACE_wrappers/ace/os_include/os_grp.h index 74bb6e647..bc0741e9d 100644 --- a/dep/ACE_wrappers/ace/os_include/os_grp.h +++ b/dep/ACE_wrappers/ace/os_include/os_grp.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_GRP_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_iconv.h b/dep/ACE_wrappers/ace/os_include/os_iconv.h index 33b061cd7..14a698701 100644 --- a/dep/ACE_wrappers/ace/os_include/os_iconv.h +++ b/dep/ACE_wrappers/ace/os_include/os_iconv.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_ICONV_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_intrin.h b/dep/ACE_wrappers/ace/os_include/os_intrin.h index 37b669500..d56951b6b 100644 --- a/dep/ACE_wrappers/ace/os_include/os_intrin.h +++ b/dep/ACE_wrappers/ace/os_include/os_intrin.h @@ -55,3 +55,4 @@ LONG __cdecl _InterlockedExchangeAdd (LONG volatile *Addend, LONG Value); #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_INTRIN_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_inttypes.h b/dep/ACE_wrappers/ace/os_include/os_inttypes.h index 2f0c18869..86105a723 100644 --- a/dep/ACE_wrappers/ace/os_include/os_inttypes.h +++ b/dep/ACE_wrappers/ace/os_include/os_inttypes.h @@ -44,3 +44,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_INTTYPES_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_iso646.h b/dep/ACE_wrappers/ace/os_include/os_iso646.h index 0c5ab2ae4..bccc85f17 100644 --- a/dep/ACE_wrappers/ace/os_include/os_iso646.h +++ b/dep/ACE_wrappers/ace/os_include/os_iso646.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_ISO646_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_kstat.h b/dep/ACE_wrappers/ace/os_include/os_kstat.h index 31836cd27..5ca91673d 100644 --- a/dep/ACE_wrappers/ace/os_include/os_kstat.h +++ b/dep/ACE_wrappers/ace/os_include/os_kstat.h @@ -41,3 +41,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_KSTAT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_langinfo.h b/dep/ACE_wrappers/ace/os_include/os_langinfo.h index bfcd67cc2..29648b459 100644 --- a/dep/ACE_wrappers/ace/os_include/os_langinfo.h +++ b/dep/ACE_wrappers/ace/os_include/os_langinfo.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_LANGINFO_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_libgen.h b/dep/ACE_wrappers/ace/os_include/os_libgen.h index ca24a4d7f..5692f5eff 100644 --- a/dep/ACE_wrappers/ace/os_include/os_libgen.h +++ b/dep/ACE_wrappers/ace/os_include/os_libgen.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_LIBGEN_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_limits.h b/dep/ACE_wrappers/ace/os_include/os_limits.h index 1b1267721..87eb978d5 100644 --- a/dep/ACE_wrappers/ace/os_include/os_limits.h +++ b/dep/ACE_wrappers/ace/os_include/os_limits.h @@ -141,3 +141,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_LIMITS_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_local.h b/dep/ACE_wrappers/ace/os_include/os_local.h index b5752f9ab..64ff0d4d0 100644 --- a/dep/ACE_wrappers/ace/os_include/os_local.h +++ b/dep/ACE_wrappers/ace/os_include/os_local.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_LOCAL_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_math.h b/dep/ACE_wrappers/ace/os_include/os_math.h index 6fb53cb15..8a1fcd847 100644 --- a/dep/ACE_wrappers/ace/os_include/os_math.h +++ b/dep/ACE_wrappers/ace/os_include/os_math.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_MATH_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_monetary.h b/dep/ACE_wrappers/ace/os_include/os_monetary.h index 6e956885a..731dbc112 100644 --- a/dep/ACE_wrappers/ace/os_include/os_monetary.h +++ b/dep/ACE_wrappers/ace/os_include/os_monetary.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_MONETARY_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_mqueue.h b/dep/ACE_wrappers/ace/os_include/os_mqueue.h index 7b3cbb920..186d10697 100644 --- a/dep/ACE_wrappers/ace/os_include/os_mqueue.h +++ b/dep/ACE_wrappers/ace/os_include/os_mqueue.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_MQUEUE_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_ndbm.h b/dep/ACE_wrappers/ace/os_include/os_ndbm.h index 042dcebf2..f3decb006 100644 --- a/dep/ACE_wrappers/ace/os_include/os_ndbm.h +++ b/dep/ACE_wrappers/ace/os_include/os_ndbm.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_NDBM_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_netdb.h b/dep/ACE_wrappers/ace/os_include/os_netdb.h index 286cb2754..7c08f6df0 100644 --- a/dep/ACE_wrappers/ace/os_include/os_netdb.h +++ b/dep/ACE_wrappers/ace/os_include/os_netdb.h @@ -106,3 +106,4 @@ struct servent { #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_NETDB_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_nl_types.h b/dep/ACE_wrappers/ace/os_include/os_nl_types.h index e043f6ae6..2b14f55c7 100644 --- a/dep/ACE_wrappers/ace/os_include/os_nl_types.h +++ b/dep/ACE_wrappers/ace/os_include/os_nl_types.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_NL_TYPES_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_pdh.h b/dep/ACE_wrappers/ace/os_include/os_pdh.h index 5c60c60d1..4dd5b582f 100644 --- a/dep/ACE_wrappers/ace/os_include/os_pdh.h +++ b/dep/ACE_wrappers/ace/os_include/os_pdh.h @@ -43,3 +43,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_PDH_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_pdhmsg.h b/dep/ACE_wrappers/ace/os_include/os_pdhmsg.h index 2156236e0..4bd09ba9d 100644 --- a/dep/ACE_wrappers/ace/os_include/os_pdhmsg.h +++ b/dep/ACE_wrappers/ace/os_include/os_pdhmsg.h @@ -39,3 +39,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_PDHMSG_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_poll.h b/dep/ACE_wrappers/ace/os_include/os_poll.h index 646c1bb85..e9597e5d5 100644 --- a/dep/ACE_wrappers/ace/os_include/os_poll.h +++ b/dep/ACE_wrappers/ace/os_include/os_poll.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_POLL_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_pthread.h b/dep/ACE_wrappers/ace/os_include/os_pthread.h index 368f4254a..6556a6457 100644 --- a/dep/ACE_wrappers/ace/os_include/os_pthread.h +++ b/dep/ACE_wrappers/ace/os_include/os_pthread.h @@ -422,3 +422,4 @@ public: #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_PTHREAD_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_pwd.h b/dep/ACE_wrappers/ace/os_include/os_pwd.h index b1bc94af3..f3cba066a 100644 --- a/dep/ACE_wrappers/ace/os_include/os_pwd.h +++ b/dep/ACE_wrappers/ace/os_include/os_pwd.h @@ -56,3 +56,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_PWD_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_regex.h b/dep/ACE_wrappers/ace/os_include/os_regex.h index 1c856da26..94606e45e 100644 --- a/dep/ACE_wrappers/ace/os_include/os_regex.h +++ b/dep/ACE_wrappers/ace/os_include/os_regex.h @@ -46,3 +46,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_REGEX_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_sched.h b/dep/ACE_wrappers/ace/os_include/os_sched.h index a80b454df..15279dbee 100644 --- a/dep/ACE_wrappers/ace/os_include/os_sched.h +++ b/dep/ACE_wrappers/ace/os_include/os_sched.h @@ -50,3 +50,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_SCHED_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_search.h b/dep/ACE_wrappers/ace/os_include/os_search.h index 605fd365c..b67d902e9 100644 --- a/dep/ACE_wrappers/ace/os_include/os_search.h +++ b/dep/ACE_wrappers/ace/os_include/os_search.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_SEARCH_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_semaphore.h b/dep/ACE_wrappers/ace/os_include/os_semaphore.h index 7fad7dafb..e6ae6b19b 100644 --- a/dep/ACE_wrappers/ace/os_include/os_semaphore.h +++ b/dep/ACE_wrappers/ace/os_include/os_semaphore.h @@ -75,3 +75,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_SEMAPHORE_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_setjmp.h b/dep/ACE_wrappers/ace/os_include/os_setjmp.h index 2ab4a18a9..e5261965c 100644 --- a/dep/ACE_wrappers/ace/os_include/os_setjmp.h +++ b/dep/ACE_wrappers/ace/os_include/os_setjmp.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_SETJMP_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_signal.h b/dep/ACE_wrappers/ace/os_include/os_signal.h index fdfd21e99..029e55539 100644 --- a/dep/ACE_wrappers/ace/os_include/os_signal.h +++ b/dep/ACE_wrappers/ace/os_include/os_signal.h @@ -251,3 +251,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_SIGNAL_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_spawn.h b/dep/ACE_wrappers/ace/os_include/os_spawn.h index 0f825640f..ffa80163f 100644 --- a/dep/ACE_wrappers/ace/os_include/os_spawn.h +++ b/dep/ACE_wrappers/ace/os_include/os_spawn.h @@ -44,3 +44,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_SPAWN_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_stdarg.h b/dep/ACE_wrappers/ace/os_include/os_stdarg.h index 0e9d234b5..7a9fcf5a9 100644 --- a/dep/ACE_wrappers/ace/os_include/os_stdarg.h +++ b/dep/ACE_wrappers/ace/os_include/os_stdarg.h @@ -48,3 +48,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_STDARG_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_stdbool.h b/dep/ACE_wrappers/ace/os_include/os_stdbool.h index ddb3f8e0d..e739fddf2 100644 --- a/dep/ACE_wrappers/ace/os_include/os_stdbool.h +++ b/dep/ACE_wrappers/ace/os_include/os_stdbool.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_STDBOOL_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_stddef.h b/dep/ACE_wrappers/ace/os_include/os_stddef.h index b842ffe80..34e600192 100644 --- a/dep/ACE_wrappers/ace/os_include/os_stddef.h +++ b/dep/ACE_wrappers/ace/os_include/os_stddef.h @@ -95,3 +95,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_STDDEF_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_stdint.h b/dep/ACE_wrappers/ace/os_include/os_stdint.h index ac6fec664..5786e2a2b 100644 --- a/dep/ACE_wrappers/ace/os_include/os_stdint.h +++ b/dep/ACE_wrappers/ace/os_include/os_stdint.h @@ -139,3 +139,4 @@ _POSIX_V6_LPBIG_OFFBIG programming environment. #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_STDINT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_stdio.h b/dep/ACE_wrappers/ace/os_include/os_stdio.h index e9f452024..23cec4d8e 100644 --- a/dep/ACE_wrappers/ace/os_include/os_stdio.h +++ b/dep/ACE_wrappers/ace/os_include/os_stdio.h @@ -85,3 +85,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_STDIO_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_stdlib.h b/dep/ACE_wrappers/ace/os_include/os_stdlib.h index f30c77d0f..4813f4e2b 100644 --- a/dep/ACE_wrappers/ace/os_include/os_stdlib.h +++ b/dep/ACE_wrappers/ace/os_include/os_stdlib.h @@ -75,3 +75,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_STDLIB_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_string.h b/dep/ACE_wrappers/ace/os_include/os_string.h index 0bd82f75d..cfbc4fd2f 100644 --- a/dep/ACE_wrappers/ace/os_include/os_string.h +++ b/dep/ACE_wrappers/ace/os_include/os_string.h @@ -74,3 +74,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_STRING_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_strings.h b/dep/ACE_wrappers/ace/os_include/os_strings.h index ba258b08c..8bfc76896 100644 --- a/dep/ACE_wrappers/ace/os_include/os_strings.h +++ b/dep/ACE_wrappers/ace/os_include/os_strings.h @@ -50,3 +50,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_STRINGS_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_stropts.h b/dep/ACE_wrappers/ace/os_include/os_stropts.h index 1e69b9a03..961bd37fe 100644 --- a/dep/ACE_wrappers/ace/os_include/os_stropts.h +++ b/dep/ACE_wrappers/ace/os_include/os_stropts.h @@ -118,3 +118,4 @@ struct strbuf #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_STROPTS_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_syslog.h b/dep/ACE_wrappers/ace/os_include/os_syslog.h index d448b7491..f1713b477 100644 --- a/dep/ACE_wrappers/ace/os_include/os_syslog.h +++ b/dep/ACE_wrappers/ace/os_include/os_syslog.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_SYSLOG_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_tar.h b/dep/ACE_wrappers/ace/os_include/os_tar.h index 007925022..a0dc6ce2a 100644 --- a/dep/ACE_wrappers/ace/os_include/os_tar.h +++ b/dep/ACE_wrappers/ace/os_include/os_tar.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_TAR_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_termios.h b/dep/ACE_wrappers/ace/os_include/os_termios.h index 9dfd38622..d67aa4a1a 100644 --- a/dep/ACE_wrappers/ace/os_include/os_termios.h +++ b/dep/ACE_wrappers/ace/os_include/os_termios.h @@ -44,3 +44,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_TERMIOS_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_tgmath.h b/dep/ACE_wrappers/ace/os_include/os_tgmath.h index 6d9f2c2db..2b112a128 100644 --- a/dep/ACE_wrappers/ace/os_include/os_tgmath.h +++ b/dep/ACE_wrappers/ace/os_include/os_tgmath.h @@ -43,3 +43,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_TGMATH_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_time.h b/dep/ACE_wrappers/ace/os_include/os_time.h index 150f6a712..3670f3b49 100644 --- a/dep/ACE_wrappers/ace/os_include/os_time.h +++ b/dep/ACE_wrappers/ace/os_include/os_time.h @@ -121,3 +121,4 @@ typedef const struct timespec * ACE_TIMESPEC_PTR; #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_TIME_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_trace.h b/dep/ACE_wrappers/ace/os_include/os_trace.h index fd89d54b2..0eacf9dc4 100644 --- a/dep/ACE_wrappers/ace/os_include/os_trace.h +++ b/dep/ACE_wrappers/ace/os_include/os_trace.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_TRACE_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_ucontext.h b/dep/ACE_wrappers/ace/os_include/os_ucontext.h index f62be80e5..556bbdbbe 100644 --- a/dep/ACE_wrappers/ace/os_include/os_ucontext.h +++ b/dep/ACE_wrappers/ace/os_include/os_ucontext.h @@ -46,3 +46,4 @@ typedef int ucontext_t; #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_UCONTEXT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_ulimit.h b/dep/ACE_wrappers/ace/os_include/os_ulimit.h index 8593c0d95..ad18c8a18 100644 --- a/dep/ACE_wrappers/ace/os_include/os_ulimit.h +++ b/dep/ACE_wrappers/ace/os_include/os_ulimit.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_ULIMIT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_unistd.h b/dep/ACE_wrappers/ace/os_include/os_unistd.h index a699a22ec..6e2d4a5c5 100644 --- a/dep/ACE_wrappers/ace/os_include/os_unistd.h +++ b/dep/ACE_wrappers/ace/os_include/os_unistd.h @@ -201,3 +201,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_UNISTD_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_utime.h b/dep/ACE_wrappers/ace/os_include/os_utime.h index 703da8b14..4cf719e34 100644 --- a/dep/ACE_wrappers/ace/os_include/os_utime.h +++ b/dep/ACE_wrappers/ace/os_include/os_utime.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_UTIME_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_utmpx.h b/dep/ACE_wrappers/ace/os_include/os_utmpx.h index 74ef305d4..234351366 100644 --- a/dep/ACE_wrappers/ace/os_include/os_utmpx.h +++ b/dep/ACE_wrappers/ace/os_include/os_utmpx.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_UTMPX_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_wchar.h b/dep/ACE_wrappers/ace/os_include/os_wchar.h index 1a542b7b5..a02071587 100644 --- a/dep/ACE_wrappers/ace/os_include/os_wchar.h +++ b/dep/ACE_wrappers/ace/os_include/os_wchar.h @@ -47,3 +47,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_WCHAR_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_wctype.h b/dep/ACE_wrappers/ace/os_include/os_wctype.h index 15aa295a6..5f385e0fc 100644 --- a/dep/ACE_wrappers/ace/os_include/os_wctype.h +++ b/dep/ACE_wrappers/ace/os_include/os_wctype.h @@ -43,3 +43,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_WCTYPE_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/os_wordexp.h b/dep/ACE_wrappers/ace/os_include/os_wordexp.h index 76960076d..885893861 100644 --- a/dep/ACE_wrappers/ace/os_include/os_wordexp.h +++ b/dep/ACE_wrappers/ace/os_include/os_wordexp.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_WORDEXP_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_ipc.h b/dep/ACE_wrappers/ace/os_include/sys/os_ipc.h index bea65e5e7..99401b724 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_ipc.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_ipc.h @@ -72,3 +72,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_IPC_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_loadavg.h b/dep/ACE_wrappers/ace/os_include/sys/os_loadavg.h index 6eeeb69be..151f400e2 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_loadavg.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_loadavg.h @@ -39,3 +39,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_LOADAVG_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_mman.h b/dep/ACE_wrappers/ace/os_include/sys/os_mman.h index b39fc48cb..c100d52fa 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_mman.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_mman.h @@ -120,3 +120,4 @@ PAGE_NOCACHE */ #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_MMAN_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_msg.h b/dep/ACE_wrappers/ace/os_include/sys/os_msg.h index fa7edad1e..57341dba9 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_msg.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_msg.h @@ -53,3 +53,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_MSG_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_pstat.h b/dep/ACE_wrappers/ace/os_include/sys/os_pstat.h index dcb3467b6..253b81279 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_pstat.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_pstat.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_PSTAT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_resource.h b/dep/ACE_wrappers/ace/os_include/sys/os_resource.h index 23486b616..a724ed2e0 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_resource.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_resource.h @@ -102,3 +102,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_RESOURCE_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_select.h b/dep/ACE_wrappers/ace/os_include/sys/os_select.h index 26a3fabd7..f3e999831 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_select.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_select.h @@ -57,3 +57,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_SELECT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_sem.h b/dep/ACE_wrappers/ace/os_include/sys/os_sem.h index 926092b7d..92153e2fc 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_sem.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_sem.h @@ -88,3 +88,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_SEM_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_shm.h b/dep/ACE_wrappers/ace/os_include/sys/os_shm.h index 79d502fec..83e32486c 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_shm.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_shm.h @@ -46,3 +46,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_SHM_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_socket.h b/dep/ACE_wrappers/ace/os_include/sys/os_socket.h index f70fee9df..cefc28c21 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_socket.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_socket.h @@ -305,3 +305,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_SOCKET_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_stat.h b/dep/ACE_wrappers/ace/os_include/sys/os_stat.h index a6ad4eeaf..edd43d393 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_stat.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_stat.h @@ -125,3 +125,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_STAT_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_statvfs.h b/dep/ACE_wrappers/ace/os_include/sys/os_statvfs.h index 7988c4f50..6661aa437 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_statvfs.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_statvfs.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_STATVFS_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_sysctl.h b/dep/ACE_wrappers/ace/os_include/sys/os_sysctl.h index ee51cd7db..630c9de34 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_sysctl.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_sysctl.h @@ -39,3 +39,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_SYSCTL_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_sysinfo.h b/dep/ACE_wrappers/ace/os_include/sys/os_sysinfo.h index 7aca1f44d..19d57e984 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_sysinfo.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_sysinfo.h @@ -37,3 +37,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_SYSINFO_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_time.h b/dep/ACE_wrappers/ace/os_include/sys/os_time.h index 4c6fdce76..130a8265a 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_time.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_time.h @@ -58,3 +58,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_TIME_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_timeb.h b/dep/ACE_wrappers/ace/os_include/sys/os_timeb.h index e276ba8bb..c8c0d7404 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_timeb.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_timeb.h @@ -47,3 +47,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_TIMEB_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_times.h b/dep/ACE_wrappers/ace/os_include/sys/os_times.h index 617b416ec..d6769f7eb 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_times.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_times.h @@ -42,3 +42,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_TIMES_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_types.h b/dep/ACE_wrappers/ace/os_include/sys/os_types.h index 794faf86d..0377e024b 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_types.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_types.h @@ -156,3 +156,4 @@ typedef double ACE_timer_t; #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_TYPES_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_uio.h b/dep/ACE_wrappers/ace/os_include/sys/os_uio.h index 7baaec57e..ccc5bbeb1 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_uio.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_uio.h @@ -75,3 +75,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_UIO_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_un.h b/dep/ACE_wrappers/ace/os_include/sys/os_un.h index 6fe6ec6e1..00b073152 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_un.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_un.h @@ -50,3 +50,4 @@ struct sockaddr_un { #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_UN_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_utsname.h b/dep/ACE_wrappers/ace/os_include/sys/os_utsname.h index d78d1e346..23748bb71 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_utsname.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_utsname.h @@ -40,3 +40,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_UTSNAME_H */ + diff --git a/dep/ACE_wrappers/ace/os_include/sys/os_wait.h b/dep/ACE_wrappers/ace/os_include/sys/os_wait.h index b7a219ac8..fd42e2cdf 100644 --- a/dep/ACE_wrappers/ace/os_include/sys/os_wait.h +++ b/dep/ACE_wrappers/ace/os_include/sys/os_wait.h @@ -95,3 +95,4 @@ extern "C" #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_SYS_OS_WAIT_H */ + diff --git a/dep/ACE_wrappers/ace/post.h b/dep/ACE_wrappers/ace/post.h index c393dfe50..7c77af216 100644 --- a/dep/ACE_wrappers/ace/post.h +++ b/dep/ACE_wrappers/ace/post.h @@ -20,3 +20,4 @@ # pragma nopushoptwarn # pragma nopackwarning #endif + diff --git a/dep/ACE_wrappers/ace/pre.h b/dep/ACE_wrappers/ace/pre.h index 7cc32d8ff..b610c95ae 100644 --- a/dep/ACE_wrappers/ace/pre.h +++ b/dep/ACE_wrappers/ace/pre.h @@ -22,3 +22,4 @@ # pragma nopushoptwarn # pragma nopackwarning #endif + diff --git a/dep/ACE_wrappers/ace/streams.h b/dep/ACE_wrappers/ace/streams.h index 396a67c71..2b3ae4390 100644 --- a/dep/ACE_wrappers/ace/streams.h +++ b/dep/ACE_wrappers/ace/streams.h @@ -136,3 +136,4 @@ #include /**/ "ace/post.h" #endif /* ACE_STREAMS_H */ + diff --git a/dep/ACE_wrappers/ace/svc_export.h b/dep/ACE_wrappers/ace/svc_export.h index e84907b6e..33fa67cd8 100644 --- a/dep/ACE_wrappers/ace/svc_export.h +++ b/dep/ACE_wrappers/ace/svc_export.h @@ -42,3 +42,4 @@ #endif /* ACE_SVC_EXPORT_H */ // End of auto generated file. + diff --git a/dep/include/g3dlite/G3D/AABox.h b/dep/include/g3dlite/G3D/AABox.h index 34262b82c..699a3d946 100644 --- a/dep/include/g3dlite/G3D/AABox.h +++ b/dep/include/g3dlite/G3D/AABox.h @@ -253,3 +253,4 @@ inline unsigned int hashCode(const G3D::AABox& b) { #endif + diff --git a/dep/include/g3dlite/G3D/Array.h b/dep/include/g3dlite/G3D/Array.h index d0ac66ee4..f58ee5eee 100644 --- a/dep/include/g3dlite/G3D/Array.h +++ b/dep/include/g3dlite/G3D/Array.h @@ -1154,3 +1154,4 @@ template bool contains(const T* array, int len, const T& e) { #ifdef G3D_WIN32 # pragma warning (push) #endif + diff --git a/dep/include/g3dlite/G3D/Box.h b/dep/include/g3dlite/G3D/Box.h index 124727a0c..8ec7ea340 100644 --- a/dep/include/g3dlite/G3D/Box.h +++ b/dep/include/g3dlite/G3D/Box.h @@ -226,3 +226,4 @@ public: } #endif + diff --git a/dep/include/g3dlite/G3D/CollisionDetection.h b/dep/include/g3dlite/G3D/CollisionDetection.h index 0105f1349..4add967ed 100644 --- a/dep/include/g3dlite/G3D/CollisionDetection.h +++ b/dep/include/g3dlite/G3D/CollisionDetection.h @@ -1155,3 +1155,4 @@ public: } // namespace #endif // G3D_COLLISIONDETECTION_H + diff --git a/dep/include/g3dlite/G3D/CoordinateFrame.h b/dep/include/g3dlite/G3D/CoordinateFrame.h index d93bfb43f..62cbbd476 100644 --- a/dep/include/g3dlite/G3D/CoordinateFrame.h +++ b/dep/include/g3dlite/G3D/CoordinateFrame.h @@ -316,3 +316,4 @@ public: } // namespace #endif + diff --git a/dep/include/g3dlite/G3D/Crypto.h b/dep/include/g3dlite/G3D/Crypto.h index 63ee1bbec..2805e8590 100644 --- a/dep/include/g3dlite/G3D/Crypto.h +++ b/dep/include/g3dlite/G3D/Crypto.h @@ -44,3 +44,4 @@ public: } #endif + diff --git a/dep/include/g3dlite/G3D/GCamera.h b/dep/include/g3dlite/G3D/GCamera.h index c4fd27a1f..50d5ca224 100644 --- a/dep/include/g3dlite/G3D/GCamera.h +++ b/dep/include/g3dlite/G3D/GCamera.h @@ -249,3 +249,4 @@ public: } // namespace G3D #endif + diff --git a/dep/include/g3dlite/G3D/Line.h b/dep/include/g3dlite/G3D/Line.h index 59adafd04..724d5ef88 100644 --- a/dep/include/g3dlite/G3D/Line.h +++ b/dep/include/g3dlite/G3D/Line.h @@ -83,3 +83,4 @@ public: #endif + diff --git a/dep/include/g3dlite/G3D/Matrix3.h b/dep/include/g3dlite/G3D/Matrix3.h index 3d8da9204..0fd85b306 100644 --- a/dep/include/g3dlite/G3D/Matrix3.h +++ b/dep/include/g3dlite/G3D/Matrix3.h @@ -309,3 +309,4 @@ inline Vector3 operator* (const Vector3& rkPoint, const Matrix3& rkMatrix) { #endif + diff --git a/dep/include/g3dlite/G3D/Plane.h b/dep/include/g3dlite/G3D/Plane.h index 0e53cc146..c7043e23c 100644 --- a/dep/include/g3dlite/G3D/Plane.h +++ b/dep/include/g3dlite/G3D/Plane.h @@ -154,3 +154,4 @@ public: } // namespace #endif + diff --git a/dep/include/g3dlite/G3D/Quat.h b/dep/include/g3dlite/G3D/Quat.h index 345490322..f53d70be9 100644 --- a/dep/include/g3dlite/G3D/Quat.h +++ b/dep/include/g3dlite/G3D/Quat.h @@ -700,3 +700,4 @@ inline G3D::Quat pow(const G3D::Quat& q, double x) { #include "Quat.inl" #endif + diff --git a/dep/include/g3dlite/G3D/Ray.h b/dep/include/g3dlite/G3D/Ray.h index b98487927..3929cf1e6 100644 --- a/dep/include/g3dlite/G3D/Ray.h +++ b/dep/include/g3dlite/G3D/Ray.h @@ -325,3 +325,4 @@ inline float Ray::intersectionTime( }// namespace #endif + diff --git a/dep/include/g3dlite/G3D/RegistryUtil.h b/dep/include/g3dlite/G3D/RegistryUtil.h index 34e4ef8f1..85b5d0ab1 100644 --- a/dep/include/g3dlite/G3D/RegistryUtil.h +++ b/dep/include/g3dlite/G3D/RegistryUtil.h @@ -83,4 +83,5 @@ public: #endif // G3D_WIN32 -#endif // G3D_REGISTRYTUIL_H \ No newline at end of file +#endif // G3D_REGISTRYTUIL_H + diff --git a/dep/include/g3dlite/G3D/Sphere.h b/dep/include/g3dlite/G3D/Sphere.h index 97425649f..122e4d41f 100644 --- a/dep/include/g3dlite/G3D/Sphere.h +++ b/dep/include/g3dlite/G3D/Sphere.h @@ -126,3 +126,4 @@ inline unsigned int hashCode(const G3D::Sphere& sphere) { } #endif + diff --git a/dep/include/g3dlite/G3D/System.h b/dep/include/g3dlite/G3D/System.h index 178302d59..ab5a8d60a 100644 --- a/dep/include/g3dlite/G3D/System.h +++ b/dep/include/g3dlite/G3D/System.h @@ -120,3 +120,4 @@ public: } // namespace #endif + diff --git a/dep/include/g3dlite/G3D/Table.h b/dep/include/g3dlite/G3D/Table.h index 692b91ab0..bf4dff382 100644 --- a/dep/include/g3dlite/G3D/Table.h +++ b/dep/include/g3dlite/G3D/Table.h @@ -693,3 +693,4 @@ public: #endif #endif + diff --git a/dep/include/g3dlite/G3D/Triangle.h b/dep/include/g3dlite/G3D/Triangle.h index 50552a356..6852dac94 100644 --- a/dep/include/g3dlite/G3D/Triangle.h +++ b/dep/include/g3dlite/G3D/Triangle.h @@ -114,3 +114,4 @@ inline unsigned int hashCode(const G3D::Triangle& t) { } #endif + diff --git a/dep/include/g3dlite/G3D/Vector2.h b/dep/include/g3dlite/G3D/Vector2.h index 02098037f..3d66e654f 100644 --- a/dep/include/g3dlite/G3D/Vector2.h +++ b/dep/include/g3dlite/G3D/Vector2.h @@ -436,3 +436,4 @@ inline unsigned int hashCode(const G3D::Vector2& v); #endif + diff --git a/dep/include/g3dlite/G3D/Vector2int16.h b/dep/include/g3dlite/G3D/Vector2int16.h index 0d495e383..40f39bae4 100644 --- a/dep/include/g3dlite/G3D/Vector2int16.h +++ b/dep/include/g3dlite/G3D/Vector2int16.h @@ -73,3 +73,4 @@ public: } #endif + diff --git a/dep/include/g3dlite/G3D/Vector3.h b/dep/include/g3dlite/G3D/Vector3.h index 56e88aa08..9f46bf872 100644 --- a/dep/include/g3dlite/G3D/Vector3.h +++ b/dep/include/g3dlite/G3D/Vector3.h @@ -502,3 +502,4 @@ unsigned int hashCode(const G3D::Vector3& v); #include "Vector3.inl" #endif + diff --git a/dep/include/g3dlite/G3D/Vector3int16.h b/dep/include/g3dlite/G3D/Vector3int16.h index 744446a14..e06311259 100644 --- a/dep/include/g3dlite/G3D/Vector3int16.h +++ b/dep/include/g3dlite/G3D/Vector3int16.h @@ -53,3 +53,4 @@ public: } #endif + diff --git a/dep/include/g3dlite/G3D/Vector4.h b/dep/include/g3dlite/G3D/Vector4.h index ecaec2bec..1bf243e5e 100644 --- a/dep/include/g3dlite/G3D/Vector4.h +++ b/dep/include/g3dlite/G3D/Vector4.h @@ -522,3 +522,4 @@ unsigned int hashCode(const G3D::Vector4& v); #include "Vector4.inl" #endif + diff --git a/dep/include/g3dlite/G3D/debug.h b/dep/include/g3dlite/G3D/debug.h index 0216d1daf..408dd3ea1 100644 --- a/dep/include/g3dlite/G3D/debug.h +++ b/dep/include/g3dlite/G3D/debug.h @@ -9,3 +9,4 @@ #endif + diff --git a/dep/include/g3dlite/G3D/format.h b/dep/include/g3dlite/G3D/format.h index 877afba19..fd1293817 100644 --- a/dep/include/g3dlite/G3D/format.h +++ b/dep/include/g3dlite/G3D/format.h @@ -55,3 +55,4 @@ std::string vformat( }; // namespace #endif + diff --git a/dep/include/g3dlite/G3D/g3dmath.h b/dep/include/g3dlite/G3D/g3dmath.h index 5dbd00840..38ee23fc3 100644 --- a/dep/include/g3dlite/G3D/g3dmath.h +++ b/dep/include/g3dlite/G3D/g3dmath.h @@ -523,3 +523,4 @@ inline double wrap(double t, double hi) { #endif + diff --git a/dep/include/g3dlite/G3D/platform.h b/dep/include/g3dlite/G3D/platform.h index 1b2518fcd..16f9b208d 100644 --- a/dep/include/g3dlite/G3D/platform.h +++ b/dep/include/g3dlite/G3D/platform.h @@ -267,3 +267,4 @@ // Header guard #endif + diff --git a/dep/include/g3dlite/G3D/stringutils.h b/dep/include/g3dlite/G3D/stringutils.h index c24a2653a..59449313b 100644 --- a/dep/include/g3dlite/G3D/stringutils.h +++ b/dep/include/g3dlite/G3D/stringutils.h @@ -128,3 +128,4 @@ inline bool isQuote(const char c) { #endif + diff --git a/dep/include/mersennetwister/MersenneTwister.h b/dep/include/mersennetwister/MersenneTwister.h index 9c7d3f025..708b675ee 100644 --- a/dep/include/mersennetwister/MersenneTwister.h +++ b/dep/include/mersennetwister/MersenneTwister.h @@ -412,3 +412,4 @@ inline std::istream& operator>>( std::istream& is, MTRand& mtrand ) // - Fixed out-of-range number generation on 64-bit machines // - Improved portability by substituting literal constants for long enum's // - Changed license from GNU LGPL to BSD + diff --git a/dep/include/mysql/config-netware.h b/dep/include/mysql/config-netware.h index 0f74ebe79..0cc478025 100644 --- a/dep/include/mysql/config-netware.h +++ b/dep/include/mysql/config-netware.h @@ -139,3 +139,4 @@ extern "C" { #endif #endif /* _config_netware_h */ + diff --git a/dep/include/mysql/config-os2.h b/dep/include/mysql/config-os2.h index b2932c38b..440d75af6 100644 --- a/dep/include/mysql/config-os2.h +++ b/dep/include/mysql/config-os2.h @@ -833,3 +833,4 @@ typedef unsigned long long os_off_t; /* #undef _LARGE_FILES */ #endif /* __CONFIG_OS2_H__ */ + diff --git a/dep/include/mysql/config-win.h b/dep/include/mysql/config-win.h index f23a92385..5a4cf162a 100644 --- a/dep/include/mysql/config-win.h +++ b/dep/include/mysql/config-win.h @@ -458,3 +458,4 @@ inline double ulonglong2double(ulonglong value) #define HAVE_CHARSET_utf8 1 #define HAVE_UCA_COLLATIONS 1 + diff --git a/dep/include/mysql/errmsg.h b/dep/include/mysql/errmsg.h index 627ac7b00..720ff7a25 100644 --- a/dep/include/mysql/errmsg.h +++ b/dep/include/mysql/errmsg.h @@ -100,3 +100,4 @@ extern const char *client_errors[]; /* Error messages */ #define CR_ERROR_LAST /*Copy last error nr:*/ 2055 /* Add error numbers before CR_ERROR_LAST and change it accordingly. */ + diff --git a/dep/include/mysql/m_ctype.h b/dep/include/mysql/m_ctype.h index 218ec2daa..ac067636b 100644 --- a/dep/include/mysql/m_ctype.h +++ b/dep/include/mysql/m_ctype.h @@ -519,3 +519,4 @@ my_bool my_charset_is_8bit_pure_ascii(CHARSET_INFO *cs); #endif #endif /* _m_ctype_h */ + diff --git a/dep/include/mysql/m_string.h b/dep/include/mysql/m_string.h index c26d0fb92..445ba18bf 100644 --- a/dep/include/mysql/m_string.h +++ b/dep/include/mysql/m_string.h @@ -264,3 +264,4 @@ extern int my_snprintf(char *to, size_t n, const char *fmt, ...) } #endif #endif + diff --git a/dep/include/mysql/my_alloc.h b/dep/include/mysql/my_alloc.h index 657394a36..ac56c9745 100644 --- a/dep/include/mysql/my_alloc.h +++ b/dep/include/mysql/my_alloc.h @@ -49,3 +49,4 @@ typedef struct st_mem_root void (*error_handler)(void); } MEM_ROOT; #endif + diff --git a/dep/include/mysql/my_dbug.h b/dep/include/mysql/my_dbug.h index 31fd507ec..68088e1cc 100644 --- a/dep/include/mysql/my_dbug.h +++ b/dep/include/mysql/my_dbug.h @@ -105,3 +105,4 @@ extern void _db_unlock_file(void); } #endif #endif + diff --git a/dep/include/mysql/my_getopt.h b/dep/include/mysql/my_getopt.h index f5688a372..d5b6ae9e3 100644 --- a/dep/include/mysql/my_getopt.h +++ b/dep/include/mysql/my_getopt.h @@ -75,3 +75,4 @@ C_MODE_END #endif /* _my_getopt_h */ + diff --git a/dep/include/mysql/my_global.h b/dep/include/mysql/my_global.h index 08877300d..02bbd30e3 100644 --- a/dep/include/mysql/my_global.h +++ b/dep/include/mysql/my_global.h @@ -1352,3 +1352,4 @@ do { doubleget_union _tmp; \ #define MY_INT64_NUM_DECIMAL_DIGITS 21 #endif /* my_global_h */ + diff --git a/dep/include/mysql/my_list.h b/dep/include/mysql/my_list.h index 4a1737d4c..bdb0a89c4 100644 --- a/dep/include/mysql/my_list.h +++ b/dep/include/mysql/my_list.h @@ -43,3 +43,4 @@ extern int list_walk(LIST *,list_walk_action action,gptr argument); } #endif #endif + diff --git a/dep/include/mysql/my_pthread.h b/dep/include/mysql/my_pthread.h index 13b7cf93d..2c734952c 100644 --- a/dep/include/mysql/my_pthread.h +++ b/dep/include/mysql/my_pthread.h @@ -797,3 +797,4 @@ extern uint thd_lib_detected; } #endif #endif /* _my_ptread_h */ + diff --git a/dep/include/mysql/my_sys.h b/dep/include/mysql/my_sys.h index d656326e9..cafdf5719 100644 --- a/dep/include/mysql/my_sys.h +++ b/dep/include/mysql/my_sys.h @@ -934,3 +934,4 @@ void netware_reg_user(const char *ip, const char *user, C_MODE_END #include "raid.h" #endif /* _my_sys_h */ + diff --git a/dep/include/mysql/mysql.h b/dep/include/mysql/mysql.h index 1f106429f..4d4a3eb67 100644 --- a/dep/include/mysql/mysql.h +++ b/dep/include/mysql/mysql.h @@ -869,3 +869,4 @@ int STDCALL mysql_drop_db(MYSQL *mysql, const char *DB); #endif #endif /* _mysql_h */ + diff --git a/dep/include/mysql/mysql_com.h b/dep/include/mysql/mysql_com.h index 94b34c1c3..0669a7e0d 100644 --- a/dep/include/mysql/mysql_com.h +++ b/dep/include/mysql/mysql_com.h @@ -465,3 +465,4 @@ char *net_store_length(char *pkg, ulonglong length); #define MYSQL_LONG_DATA_HEADER 6 #endif + diff --git a/dep/include/mysql/mysql_embed.h b/dep/include/mysql/mysql_embed.h index 7416283d8..2e44c99a1 100644 --- a/dep/include/mysql/mysql_embed.h +++ b/dep/include/mysql/mysql_embed.h @@ -29,3 +29,4 @@ #define DONT_USE_RAID #endif /* EMBEDDED_LIBRARY */ + diff --git a/dep/include/mysql/mysql_time.h b/dep/include/mysql/mysql_time.h index 0a3f17a81..6dce2fd02 100644 --- a/dep/include/mysql/mysql_time.h +++ b/dep/include/mysql/mysql_time.h @@ -53,3 +53,4 @@ typedef struct st_mysql_time } MYSQL_TIME; #endif /* _mysql_time_h_ */ + diff --git a/dep/include/mysql/mysql_version.h b/dep/include/mysql/mysql_version.h index 3ec91e409..0628c9fb3 100644 --- a/dep/include/mysql/mysql_version.h +++ b/dep/include/mysql/mysql_version.h @@ -28,3 +28,4 @@ #endif /* LICENSE */ #endif /* _mysql_version_h */ + diff --git a/dep/include/mysql/mysqld_error.h b/dep/include/mysql/mysqld_error.h index 591ff78c5..b200fdc84 100644 --- a/dep/include/mysql/mysqld_error.h +++ b/dep/include/mysql/mysqld_error.h @@ -478,3 +478,4 @@ #define ER_NAME_BECOMES_EMPTY 1474 #define ER_AMBIGUOUS_FIELD_TERM 1475 #define ER_ERROR_LAST 1475 + diff --git a/dep/include/mysql/raid.h b/dep/include/mysql/raid.h index c3b256042..77e668c35 100644 --- a/dep/include/mysql/raid.h +++ b/dep/include/mysql/raid.h @@ -156,3 +156,4 @@ class RaidFd { #endif /* __cplusplus */ #endif /* USE_RAID */ + diff --git a/dep/include/mysql/typelib.h b/dep/include/mysql/typelib.h index 2a62f344c..40d69b89e 100644 --- a/dep/include/mysql/typelib.h +++ b/dep/include/mysql/typelib.h @@ -34,3 +34,4 @@ extern TYPELIB *copy_typelib(MEM_ROOT *root, TYPELIB *from); extern TYPELIB sql_protocol_typelib; #endif /* _typelib_h */ + diff --git a/dep/include/openssl/aes.h b/dep/include/openssl/aes.h index 865c81618..c9198db7d 100644 --- a/dep/include/openssl/aes.h +++ b/dep/include/openssl/aes.h @@ -136,3 +136,4 @@ void AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out, #endif #endif /* !HEADER_AES_H */ + diff --git a/dep/include/openssl/asn1.h b/dep/include/openssl/asn1.h index 8bb4cec4c..759b8a590 100644 --- a/dep/include/openssl/asn1.h +++ b/dep/include/openssl/asn1.h @@ -1231,3 +1231,4 @@ void ERR_load_ASN1_strings(void); } #endif #endif + diff --git a/dep/include/openssl/asn1_mac.h b/dep/include/openssl/asn1_mac.h index d826460a0..c7b79ec56 100644 --- a/dep/include/openssl/asn1_mac.h +++ b/dep/include/openssl/asn1_mac.h @@ -569,3 +569,4 @@ void asn1_add_error(const unsigned char *address,int offset); #endif #endif + diff --git a/dep/include/openssl/asn1t.h b/dep/include/openssl/asn1t.h index 1efb83cd2..bf4ea43fb 100644 --- a/dep/include/openssl/asn1t.h +++ b/dep/include/openssl/asn1t.h @@ -884,3 +884,4 @@ int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const A } #endif #endif + diff --git a/dep/include/openssl/bio.h b/dep/include/openssl/bio.h index 22b8316e2..960b77ba1 100644 --- a/dep/include/openssl/bio.h +++ b/dep/include/openssl/bio.h @@ -773,3 +773,4 @@ void ERR_load_BIO_strings(void); } #endif #endif + diff --git a/dep/include/openssl/blowfish.h b/dep/include/openssl/blowfish.h index 2acc081b8..f57474eb6 100644 --- a/dep/include/openssl/blowfish.h +++ b/dep/include/openssl/blowfish.h @@ -125,3 +125,4 @@ const char *BF_options(void); #endif #endif + diff --git a/dep/include/openssl/bn.h b/dep/include/openssl/bn.h index 0eceb5930..08962f7df 100644 --- a/dep/include/openssl/bn.h +++ b/dep/include/openssl/bn.h @@ -825,3 +825,4 @@ void ERR_load_BN_strings(void); } #endif #endif + diff --git a/dep/include/openssl/buffer.h b/dep/include/openssl/buffer.h index 82e07a969..669bc5eb3 100644 --- a/dep/include/openssl/buffer.h +++ b/dep/include/openssl/buffer.h @@ -116,3 +116,4 @@ void ERR_load_BUF_strings(void); } #endif #endif + diff --git a/dep/include/openssl/cast.h b/dep/include/openssl/cast.h index 812bb4853..ba2bc2504 100644 --- a/dep/include/openssl/cast.h +++ b/dep/include/openssl/cast.h @@ -103,3 +103,4 @@ void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, #endif #endif + diff --git a/dep/include/openssl/comp.h b/dep/include/openssl/comp.h index c94262fc0..e99c87b23 100644 --- a/dep/include/openssl/comp.h +++ b/dep/include/openssl/comp.h @@ -64,3 +64,4 @@ void ERR_load_COMP_strings(void); } #endif #endif + diff --git a/dep/include/openssl/conf.h b/dep/include/openssl/conf.h index 30272a5ce..ac59b96f9 100644 --- a/dep/include/openssl/conf.h +++ b/dep/include/openssl/conf.h @@ -251,3 +251,4 @@ void ERR_load_CONF_strings(void); } #endif #endif + diff --git a/dep/include/openssl/conf_api.h b/dep/include/openssl/conf_api.h index b102271dc..ffe5ccd80 100644 --- a/dep/include/openssl/conf_api.h +++ b/dep/include/openssl/conf_api.h @@ -87,3 +87,4 @@ void _CONF_free_data(CONF *conf); #endif #endif + diff --git a/dep/include/openssl/crypto.h b/dep/include/openssl/crypto.h index c29ae5b62..af624679b 100644 --- a/dep/include/openssl/crypto.h +++ b/dep/include/openssl/crypto.h @@ -548,3 +548,4 @@ void ERR_load_CRYPTO_strings(void); } #endif #endif + diff --git a/dep/include/openssl/des.h b/dep/include/openssl/des.h index c8306de0f..31ec76509 100644 --- a/dep/include/openssl/des.h +++ b/dep/include/openssl/des.h @@ -242,3 +242,4 @@ int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt, #endif #endif + diff --git a/dep/include/openssl/des_old.h b/dep/include/openssl/des_old.h index 11edf4047..5961dae08 100644 --- a/dep/include/openssl/des_old.h +++ b/dep/include/openssl/des_old.h @@ -443,3 +443,4 @@ void _ossl_096_des_random_seed(des_cblock *key); #include #endif + diff --git a/dep/include/openssl/dh.h b/dep/include/openssl/dh.h index a5232c70f..9913b4d41 100644 --- a/dep/include/openssl/dh.h +++ b/dep/include/openssl/dh.h @@ -232,3 +232,4 @@ void ERR_load_DH_strings(void); } #endif #endif + diff --git a/dep/include/openssl/dsa.h b/dep/include/openssl/dsa.h index d9472400b..6341a71cd 100644 --- a/dep/include/openssl/dsa.h +++ b/dep/include/openssl/dsa.h @@ -283,3 +283,4 @@ void ERR_load_DSA_strings(void); } #endif #endif + diff --git a/dep/include/openssl/dso.h b/dep/include/openssl/dso.h index 9038b509b..08730cef2 100644 --- a/dep/include/openssl/dso.h +++ b/dep/include/openssl/dso.h @@ -366,3 +366,4 @@ void ERR_load_DSO_strings(void); } #endif #endif + diff --git a/dep/include/openssl/dtls1.h b/dep/include/openssl/dtls1.h index dad6c563f..dbeceab94 100644 --- a/dep/include/openssl/dtls1.h +++ b/dep/include/openssl/dtls1.h @@ -210,3 +210,4 @@ typedef struct dtls1_record_data_st #endif #endif + diff --git a/dep/include/openssl/e_os2.h b/dep/include/openssl/e_os2.h index b9d3486e6..100265e23 100644 --- a/dep/include/openssl/e_os2.h +++ b/dep/include/openssl/e_os2.h @@ -277,3 +277,4 @@ extern "C" { } #endif #endif + diff --git a/dep/include/openssl/ebcdic.h b/dep/include/openssl/ebcdic.h index 6d65afcf9..e970f1293 100644 --- a/dep/include/openssl/ebcdic.h +++ b/dep/include/openssl/ebcdic.h @@ -17,3 +17,4 @@ void *ebcdic2ascii(void *dest, const void *srce, size_t count); void *ascii2ebcdic(void *dest, const void *srce, size_t count); #endif + diff --git a/dep/include/openssl/ec.h b/dep/include/openssl/ec.h index d068a42cb..6952d9739 100644 --- a/dep/include/openssl/ec.h +++ b/dep/include/openssl/ec.h @@ -523,3 +523,4 @@ void ERR_load_EC_strings(void); } #endif #endif + diff --git a/dep/include/openssl/ecdh.h b/dep/include/openssl/ecdh.h index 1aecaeafb..ee07aa050 100644 --- a/dep/include/openssl/ecdh.h +++ b/dep/include/openssl/ecdh.h @@ -121,3 +121,4 @@ void ERR_load_ECDH_strings(void); } #endif #endif + diff --git a/dep/include/openssl/ecdsa.h b/dep/include/openssl/ecdsa.h index f2dbc0dfe..1f85df7fa 100644 --- a/dep/include/openssl/ecdsa.h +++ b/dep/include/openssl/ecdsa.h @@ -269,3 +269,4 @@ void ERR_load_ECDSA_strings(void); } #endif #endif + diff --git a/dep/include/openssl/engine.h b/dep/include/openssl/engine.h index dc931f44c..a0dc2d08f 100644 --- a/dep/include/openssl/engine.h +++ b/dep/include/openssl/engine.h @@ -783,3 +783,4 @@ void ERR_load_ENGINE_strings(void); } #endif #endif + diff --git a/dep/include/openssl/err.h b/dep/include/openssl/err.h index b52d92cf7..b03299194 100644 --- a/dep/include/openssl/err.h +++ b/dep/include/openssl/err.h @@ -316,3 +316,4 @@ int ERR_set_implementation(const ERR_FNS *fns); #endif #endif + diff --git a/dep/include/openssl/evp.h b/dep/include/openssl/evp.h index a0f3a0e2f..66838b363 100644 --- a/dep/include/openssl/evp.h +++ b/dep/include/openssl/evp.h @@ -968,3 +968,4 @@ void ERR_load_EVP_strings(void); } #endif #endif + diff --git a/dep/include/openssl/hmac.h b/dep/include/openssl/hmac.h index ca1557b5b..2387f704c 100644 --- a/dep/include/openssl/hmac.h +++ b/dep/include/openssl/hmac.h @@ -106,3 +106,4 @@ unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, #endif #endif + diff --git a/dep/include/openssl/idea.h b/dep/include/openssl/idea.h index a58bc3180..6b7cabb1c 100644 --- a/dep/include/openssl/idea.h +++ b/dep/include/openssl/idea.h @@ -98,3 +98,4 @@ void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks); #endif #endif + diff --git a/dep/include/openssl/krb5_asn.h b/dep/include/openssl/krb5_asn.h index 33c94fd7f..66c0629bc 100644 --- a/dep/include/openssl/krb5_asn.h +++ b/dep/include/openssl/krb5_asn.h @@ -254,3 +254,4 @@ DECLARE_ASN1_FUNCTIONS(KRB5_AUTHENT) #endif #endif + diff --git a/dep/include/openssl/kssl.h b/dep/include/openssl/kssl.h index de1f8f04d..e920e1cee 100644 --- a/dep/include/openssl/kssl.h +++ b/dep/include/openssl/kssl.h @@ -177,3 +177,4 @@ unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn); #endif #endif /* OPENSSL_NO_KRB5 */ #endif /* KSSL_H */ + diff --git a/dep/include/openssl/lhash.h b/dep/include/openssl/lhash.h index 4d8fe1952..9ae674e6c 100644 --- a/dep/include/openssl/lhash.h +++ b/dep/include/openssl/lhash.h @@ -198,3 +198,4 @@ void lh_node_usage_stats_bio(const LHASH *lh, BIO *out); #endif + diff --git a/dep/include/openssl/md2.h b/dep/include/openssl/md2.h index 670a0be8b..cd58a8cca 100644 --- a/dep/include/openssl/md2.h +++ b/dep/include/openssl/md2.h @@ -90,3 +90,4 @@ unsigned char *MD2(const unsigned char *d, size_t n,unsigned char *md); #endif #endif + diff --git a/dep/include/openssl/md4.h b/dep/include/openssl/md4.h index 22f11ad0f..89209898b 100644 --- a/dep/include/openssl/md4.h +++ b/dep/include/openssl/md4.h @@ -115,3 +115,4 @@ void MD4_Transform(MD4_CTX *c, const unsigned char *b); #endif #endif + diff --git a/dep/include/openssl/md5.h b/dep/include/openssl/md5.h index 502be1168..29989eb1c 100644 --- a/dep/include/openssl/md5.h +++ b/dep/include/openssl/md5.h @@ -115,3 +115,4 @@ void MD5_Transform(MD5_CTX *c, const unsigned char *b); #endif #endif + diff --git a/dep/include/openssl/mdc2.h b/dep/include/openssl/mdc2.h index 1bab9a6ab..b6203882a 100644 --- a/dep/include/openssl/mdc2.h +++ b/dep/include/openssl/mdc2.h @@ -94,3 +94,4 @@ unsigned char *MDC2(const unsigned char *d, unsigned long n, #endif + diff --git a/dep/include/openssl/obj_mac.h b/dep/include/openssl/obj_mac.h index 0394cff61..52aa57b25 100644 --- a/dep/include/openssl/obj_mac.h +++ b/dep/include/openssl/obj_mac.h @@ -3406,3 +3406,4 @@ #define LN_camellia_256_cfb8 "camellia-256-cfb8" #define NID_camellia_256_cfb8 765 + diff --git a/dep/include/openssl/objects.h b/dep/include/openssl/objects.h index b7e127296..b44abc3e6 100644 --- a/dep/include/openssl/objects.h +++ b/dep/include/openssl/objects.h @@ -1047,3 +1047,4 @@ void ERR_load_OBJ_strings(void); } #endif #endif + diff --git a/dep/include/openssl/ocsp.h b/dep/include/openssl/ocsp.h index 85e148be9..1cbaa64b2 100644 --- a/dep/include/openssl/ocsp.h +++ b/dep/include/openssl/ocsp.h @@ -612,3 +612,4 @@ void ERR_load_OCSP_strings(void); } #endif #endif + diff --git a/dep/include/openssl/opensslconf.h b/dep/include/openssl/opensslconf.h index 8073c1369..4b8bfffef 100644 --- a/dep/include/openssl/opensslconf.h +++ b/dep/include/openssl/opensslconf.h @@ -212,3 +212,4 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! #endif /* DES_DEFAULT_OPTIONS */ #endif /* HEADER_DES_LOCL_H */ + diff --git a/dep/include/openssl/opensslv.h b/dep/include/openssl/opensslv.h index fb9072ec8..1e32c6809 100644 --- a/dep/include/openssl/opensslv.h +++ b/dep/include/openssl/opensslv.h @@ -87,3 +87,4 @@ #endif /* HEADER_OPENSSLV_H */ + diff --git a/dep/include/openssl/ossl_typ.h b/dep/include/openssl/ossl_typ.h index 5150bee0e..ca61b2fc8 100644 --- a/dep/include/openssl/ossl_typ.h +++ b/dep/include/openssl/ossl_typ.h @@ -172,3 +172,4 @@ typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from, void *from_d int idx, long argl, void *argp); #endif /* def HEADER_OPENSSL_TYPES_H */ + diff --git a/dep/include/openssl/pem.h b/dep/include/openssl/pem.h index 9fb9a7f7a..7924e75da 100644 --- a/dep/include/openssl/pem.h +++ b/dep/include/openssl/pem.h @@ -735,3 +735,4 @@ void ERR_load_PEM_strings(void); } #endif #endif + diff --git a/dep/include/openssl/pem2.h b/dep/include/openssl/pem2.h index 84897d5ec..893030edc 100644 --- a/dep/include/openssl/pem2.h +++ b/dep/include/openssl/pem2.h @@ -68,3 +68,4 @@ void ERR_load_PEM_strings(void); #ifdef __cplusplus } #endif + diff --git a/dep/include/openssl/pkcs12.h b/dep/include/openssl/pkcs12.h index 6ad18e6fd..c20eff06b 100644 --- a/dep/include/openssl/pkcs12.h +++ b/dep/include/openssl/pkcs12.h @@ -331,3 +331,4 @@ void ERR_load_PKCS12_strings(void); } #endif #endif + diff --git a/dep/include/openssl/pkcs7.h b/dep/include/openssl/pkcs7.h index 16769d491..457cfdd70 100644 --- a/dep/include/openssl/pkcs7.h +++ b/dep/include/openssl/pkcs7.h @@ -462,3 +462,4 @@ void ERR_load_PKCS7_strings(void); } #endif #endif + diff --git a/dep/include/openssl/pq_compat.h b/dep/include/openssl/pq_compat.h index fd2b5bbf1..bd8928dc0 100644 --- a/dep/include/openssl/pq_compat.h +++ b/dep/include/openssl/pq_compat.h @@ -145,3 +145,4 @@ *(x) |= mask; \ } while(0) #endif /* OPENSSL_SYS_VMS */ + diff --git a/dep/include/openssl/pqueue.h b/dep/include/openssl/pqueue.h index 6920a4092..cc6b00182 100644 --- a/dep/include/openssl/pqueue.h +++ b/dep/include/openssl/pqueue.h @@ -93,3 +93,4 @@ pitem *pqueue_next(piterator *iter); void pqueue_print(pqueue pq); #endif /* ! HEADER_PQUEUE_H */ + diff --git a/dep/include/openssl/rand.h b/dep/include/openssl/rand.h index fd1cb148f..ca1361dcf 100644 --- a/dep/include/openssl/rand.h +++ b/dep/include/openssl/rand.h @@ -138,3 +138,4 @@ void ERR_load_RAND_strings(void); } #endif #endif + diff --git a/dep/include/openssl/rc2.h b/dep/include/openssl/rc2.h index e74f96c4d..194948e62 100644 --- a/dep/include/openssl/rc2.h +++ b/dep/include/openssl/rc2.h @@ -99,3 +99,4 @@ void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out, #endif #endif + diff --git a/dep/include/openssl/rc4.h b/dep/include/openssl/rc4.h index 19391222a..7a08e80b0 100644 --- a/dep/include/openssl/rc4.h +++ b/dep/include/openssl/rc4.h @@ -85,3 +85,4 @@ void RC4(RC4_KEY *key, unsigned long len, const unsigned char *indata, #endif #endif + diff --git a/dep/include/openssl/rc5.h b/dep/include/openssl/rc5.h index a0fd12289..e24265712 100644 --- a/dep/include/openssl/rc5.h +++ b/dep/include/openssl/rc5.h @@ -115,3 +115,4 @@ void RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out, #endif + diff --git a/dep/include/openssl/ripemd.h b/dep/include/openssl/ripemd.h index 57a50715b..74a715a5d 100644 --- a/dep/include/openssl/ripemd.h +++ b/dep/include/openssl/ripemd.h @@ -102,3 +102,4 @@ void RIPEMD160_Transform(RIPEMD160_CTX *c, const unsigned char *b); #endif #endif + diff --git a/dep/include/openssl/rsa.h b/dep/include/openssl/rsa.h index 4b69c8241..91b212607 100644 --- a/dep/include/openssl/rsa.h +++ b/dep/include/openssl/rsa.h @@ -439,3 +439,4 @@ void ERR_load_RSA_strings(void); } #endif #endif + diff --git a/dep/include/openssl/safestack.h b/dep/include/openssl/safestack.h index 698139453..7cd19b229 100644 --- a/dep/include/openssl/safestack.h +++ b/dep/include/openssl/safestack.h @@ -1848,3 +1848,4 @@ STACK_OF(type) \ /* End of util/mkstack.pl block, you may now edit :-) */ #endif /* !defined HEADER_SAFESTACK_H */ + diff --git a/dep/include/openssl/sha.h b/dep/include/openssl/sha.h index 83fca212a..299de7067 100644 --- a/dep/include/openssl/sha.h +++ b/dep/include/openssl/sha.h @@ -198,3 +198,4 @@ void SHA512_Transform(SHA512_CTX *c, const unsigned char *data); #endif #endif + diff --git a/dep/include/openssl/ssl.h b/dep/include/openssl/ssl.h index 9e08588f1..b461dcdb8 100644 --- a/dep/include/openssl/ssl.h +++ b/dep/include/openssl/ssl.h @@ -1958,3 +1958,4 @@ void ERR_load_SSL_strings(void); } #endif #endif + diff --git a/dep/include/openssl/ssl2.h b/dep/include/openssl/ssl2.h index 347a2d44b..52c166e8c 100644 --- a/dep/include/openssl/ssl2.h +++ b/dep/include/openssl/ssl2.h @@ -266,3 +266,4 @@ typedef struct ssl2_state_st #endif #endif + diff --git a/dep/include/openssl/ssl23.h b/dep/include/openssl/ssl23.h index 1374fe81b..67bd8e9e9 100644 --- a/dep/include/openssl/ssl23.h +++ b/dep/include/openssl/ssl23.h @@ -81,3 +81,4 @@ extern "C" { #endif #endif + diff --git a/dep/include/openssl/ssl3.h b/dep/include/openssl/ssl3.h index 745db869e..d7687ec82 100644 --- a/dep/include/openssl/ssl3.h +++ b/dep/include/openssl/ssl3.h @@ -553,3 +553,4 @@ typedef struct ssl3_state_st #endif #endif + diff --git a/dep/include/openssl/stack.h b/dep/include/openssl/stack.h index d790c979e..51d14d5bf 100644 --- a/dep/include/openssl/stack.h +++ b/dep/include/openssl/stack.h @@ -107,3 +107,4 @@ int sk_is_sorted(const STACK *st); #endif #endif + diff --git a/dep/include/openssl/store.h b/dep/include/openssl/store.h index 2368faa83..25f360892 100644 --- a/dep/include/openssl/store.h +++ b/dep/include/openssl/store.h @@ -552,3 +552,4 @@ void ERR_load_STORE_strings(void); } #endif #endif + diff --git a/dep/include/openssl/symhacks.h b/dep/include/openssl/symhacks.h index b4f1f8399..5ef15139d 100644 --- a/dep/include/openssl/symhacks.h +++ b/dep/include/openssl/symhacks.h @@ -381,3 +381,4 @@ #endif /* ! defined HEADER_VMS_IDHACKS_H */ + diff --git a/dep/include/openssl/tls1.h b/dep/include/openssl/tls1.h index f7364ed59..c3b53bfd4 100644 --- a/dep/include/openssl/tls1.h +++ b/dep/include/openssl/tls1.h @@ -303,3 +303,4 @@ extern "C" { + diff --git a/dep/include/openssl/tmdiff.h b/dep/include/openssl/tmdiff.h index 1ddb28b5d..0409edbaa 100644 --- a/dep/include/openssl/tmdiff.h +++ b/dep/include/openssl/tmdiff.h @@ -91,3 +91,4 @@ int ms_time_cmp(const MS_TM *ap, const MS_TM *bp); #endif + diff --git a/dep/include/openssl/txt_db.h b/dep/include/openssl/txt_db.h index 3d5745811..e78ba87fa 100644 --- a/dep/include/openssl/txt_db.h +++ b/dep/include/openssl/txt_db.h @@ -107,3 +107,4 @@ int TXT_DB_insert(TXT_DB *db,char **value); #endif #endif + diff --git a/dep/include/openssl/ui.h b/dep/include/openssl/ui.h index b8e083cbe..3a2f29e67 100644 --- a/dep/include/openssl/ui.h +++ b/dep/include/openssl/ui.h @@ -379,3 +379,4 @@ void ERR_load_UI_strings(void); } #endif #endif + diff --git a/dep/include/openssl/ui_compat.h b/dep/include/openssl/ui_compat.h index 1b9e80b5f..468785377 100644 --- a/dep/include/openssl/ui_compat.h +++ b/dep/include/openssl/ui_compat.h @@ -81,3 +81,4 @@ int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int v } #endif #endif + diff --git a/dep/include/openssl/x509.h b/dep/include/openssl/x509.h index ebc99d766..3dec0b822 100644 --- a/dep/include/openssl/x509.h +++ b/dep/include/openssl/x509.h @@ -1342,3 +1342,4 @@ void ERR_load_X509_strings(void); } #endif #endif + diff --git a/dep/include/openssl/x509_vfy.h b/dep/include/openssl/x509_vfy.h index 78b6227a4..053920a45 100644 --- a/dep/include/openssl/x509_vfy.h +++ b/dep/include/openssl/x509_vfy.h @@ -529,3 +529,4 @@ const X509_POLICY_NODE * #endif #endif + diff --git a/dep/include/openssl/x509v3.h b/dep/include/openssl/x509v3.h index 255d1a771..6b3a2ff64 100644 --- a/dep/include/openssl/x509v3.h +++ b/dep/include/openssl/x509v3.h @@ -917,3 +917,4 @@ void ERR_load_X509V3_strings(void); } #endif #endif + diff --git a/dep/include/postgre/libpq-fe.h b/dep/include/postgre/libpq-fe.h index 5da750a79..e38d47f2b 100644 --- a/dep/include/postgre/libpq-fe.h +++ b/dep/include/postgre/libpq-fe.h @@ -523,3 +523,4 @@ extern int pg_valid_server_encoding_id(int encoding); #endif #endif /* LIBPQ_FE_H */ + diff --git a/dep/include/postgre/pg_type.h b/dep/include/postgre/pg_type.h index deac579a5..ce6331908 100644 --- a/dep/include/postgre/pg_type.h +++ b/dep/include/postgre/pg_type.h @@ -71,3 +71,4 @@ #define NUMERICOID 1700 #endif /* PG_TYPE_H */ + diff --git a/dep/include/postgre/postgres_ext.h b/dep/include/postgre/postgres_ext.h index 48a191de9..56914a7ad 100644 --- a/dep/include/postgre/postgres_ext.h +++ b/dep/include/postgre/postgres_ext.h @@ -57,3 +57,4 @@ typedef unsigned int Oid; #define PG_DIAG_SOURCE_FUNCTION 'R' #endif + diff --git a/dep/include/sockets/Base64.h b/dep/include/sockets/Base64.h index 0620cee6a..b1fd5364f 100644 --- a/dep/include/sockets/Base64.h +++ b/dep/include/sockets/Base64.h @@ -75,3 +75,4 @@ static const char rstr[128]; #endif // _SOCKETS_Base64_H + diff --git a/dep/include/sockets/Exception.h b/dep/include/sockets/Exception.h index 8bfa9904d..ae48ab765 100644 --- a/dep/include/sockets/Exception.h +++ b/dep/include/sockets/Exception.h @@ -56,3 +56,4 @@ private: #endif // _Sockets_Exception_H + diff --git a/dep/include/sockets/File.h b/dep/include/sockets/File.h index 803930fc7..e1d00ec38 100644 --- a/dep/include/sockets/File.h +++ b/dep/include/sockets/File.h @@ -82,3 +82,4 @@ private: #endif // _SOCKETS_File_H + diff --git a/dep/include/sockets/IFile.h b/dep/include/sockets/IFile.h index f086d9ef1..e1e39727b 100644 --- a/dep/include/sockets/IFile.h +++ b/dep/include/sockets/IFile.h @@ -69,3 +69,4 @@ public: #endif // _SOCKETS_IFile_H + diff --git a/dep/include/sockets/ISocketHandler.h b/dep/include/sockets/ISocketHandler.h index 5c9d539b3..bb1aa42ba 100644 --- a/dep/include/sockets/ISocketHandler.h +++ b/dep/include/sockets/ISocketHandler.h @@ -230,3 +230,4 @@ public: #endif // _SOCKETS_ISocketHandler_H + diff --git a/dep/include/sockets/Ipv4Address.h b/dep/include/sockets/Ipv4Address.h index 2c43881a6..ba2292425 100644 --- a/dep/include/sockets/Ipv4Address.h +++ b/dep/include/sockets/Ipv4Address.h @@ -96,3 +96,4 @@ private: #endif #endif // _SOCKETS_Ipv4Address_H + diff --git a/dep/include/sockets/Ipv6Address.h b/dep/include/sockets/Ipv6Address.h index a3b24b0b0..9bd651786 100644 --- a/dep/include/sockets/Ipv6Address.h +++ b/dep/include/sockets/Ipv6Address.h @@ -105,3 +105,4 @@ private: #endif // ENABLE_IPV6 #endif // _SOCKETS_Ipv6Address_H + diff --git a/dep/include/sockets/ListenSocket.h b/dep/include/sockets/ListenSocket.h index 7dcee47d9..80aa48f20 100644 --- a/dep/include/sockets/ListenSocket.h +++ b/dep/include/sockets/ListenSocket.h @@ -418,3 +418,4 @@ private: #endif // _SOCKETS_ListenSocket_H + diff --git a/dep/include/sockets/Lock.h b/dep/include/sockets/Lock.h index 7d67716a2..e819537ef 100644 --- a/dep/include/sockets/Lock.h +++ b/dep/include/sockets/Lock.h @@ -57,3 +57,4 @@ private: #endif #endif // _SOCKETS_Lock_H + diff --git a/dep/include/sockets/Mutex.h b/dep/include/sockets/Mutex.h index 35b753ca0..8fce2ce08 100644 --- a/dep/include/sockets/Mutex.h +++ b/dep/include/sockets/Mutex.h @@ -66,3 +66,4 @@ private: #endif #endif // _SOCKETS_Mutex_H + diff --git a/dep/include/sockets/Parse.h b/dep/include/sockets/Parse.h index b5d15f00f..4b42ea768 100644 --- a/dep/include/sockets/Parse.h +++ b/dep/include/sockets/Parse.h @@ -99,3 +99,4 @@ private: #endif // _SOCKETS_Parse_H + diff --git a/dep/include/sockets/ResolvServer.h b/dep/include/sockets/ResolvServer.h index 05dcfd58a..b713a8ad3 100644 --- a/dep/include/sockets/ResolvServer.h +++ b/dep/include/sockets/ResolvServer.h @@ -71,3 +71,4 @@ private: #endif // ENABLE_RESOLVER #endif // _SOCKETS_ResolvServer_H + diff --git a/dep/include/sockets/ResolvSocket.h b/dep/include/sockets/ResolvSocket.h index 2396af894..38ff3335c 100644 --- a/dep/include/sockets/ResolvSocket.h +++ b/dep/include/sockets/ResolvSocket.h @@ -104,3 +104,4 @@ private: #endif // ENABLE_RESOLVER #endif // _SOCKETS_ResolvSocket_H + diff --git a/dep/include/sockets/SctpSocket.h b/dep/include/sockets/SctpSocket.h index 49a360b16..50757fc4b 100644 --- a/dep/include/sockets/SctpSocket.h +++ b/dep/include/sockets/SctpSocket.h @@ -107,3 +107,4 @@ private: #endif // USE_SCTP #endif // _SOCKETS_SctpSocket_H + diff --git a/dep/include/sockets/Socket.h b/dep/include/sockets/Socket.h index 0545ad7f8..8a7fdc9d2 100644 --- a/dep/include/sockets/Socket.h +++ b/dep/include/sockets/Socket.h @@ -737,3 +737,4 @@ static WSAInitializer m_winsock_init; ///< Winsock initialization singleton cla #endif // _SOCKETS_Socket_H + diff --git a/dep/include/sockets/SocketAddress.h b/dep/include/sockets/SocketAddress.h index c44ff4506..496600b11 100644 --- a/dep/include/sockets/SocketAddress.h +++ b/dep/include/sockets/SocketAddress.h @@ -93,3 +93,4 @@ public: #endif #endif // _SOCKETS_SocketAddress_H + diff --git a/dep/include/sockets/SocketHandler.h b/dep/include/sockets/SocketHandler.h index a28d2b531..1812c9c38 100644 --- a/dep/include/sockets/SocketHandler.h +++ b/dep/include/sockets/SocketHandler.h @@ -264,3 +264,4 @@ private: #endif // _SOCKETS_SocketHandler_H + diff --git a/dep/include/sockets/StdLog.h b/dep/include/sockets/StdLog.h index 2d2a6705c..8266479f2 100644 --- a/dep/include/sockets/StdLog.h +++ b/dep/include/sockets/StdLog.h @@ -72,3 +72,4 @@ public: #endif // _SOCKETS_StdLog_H + diff --git a/dep/include/sockets/StdoutLog.h b/dep/include/sockets/StdoutLog.h index 3222892e4..aee865be6 100644 --- a/dep/include/sockets/StdoutLog.h +++ b/dep/include/sockets/StdoutLog.h @@ -55,3 +55,4 @@ public: #endif // _SOCKETS_StdoutLog_H + diff --git a/dep/include/sockets/StreamSocket.h b/dep/include/sockets/StreamSocket.h index a22e2332b..e839040e2 100644 --- a/dep/include/sockets/StreamSocket.h +++ b/dep/include/sockets/StreamSocket.h @@ -125,3 +125,4 @@ private: #endif // _StreamSocket_H + diff --git a/dep/include/sockets/TcpSocket.h b/dep/include/sockets/TcpSocket.h index 4a157db4d..4caeb548a 100644 --- a/dep/include/sockets/TcpSocket.h +++ b/dep/include/sockets/TcpSocket.h @@ -356,3 +356,4 @@ static SSLInitializer m_ssl_init; #endif // _SOCKETS_TcpSocket_H + diff --git a/dep/include/sockets/Thread.h b/dep/include/sockets/Thread.h index 4e99664d5..e065a257a 100644 --- a/dep/include/sockets/Thread.h +++ b/dep/include/sockets/Thread.h @@ -98,3 +98,4 @@ private: #endif // _SOCKETS_Thread_H + diff --git a/dep/include/sockets/UdpSocket.h b/dep/include/sockets/UdpSocket.h index 86f72e9ca..fd9965e96 100644 --- a/dep/include/sockets/UdpSocket.h +++ b/dep/include/sockets/UdpSocket.h @@ -213,3 +213,4 @@ private: #endif // _SOCKETS_UdpSocket_H + diff --git a/dep/include/sockets/Utility.h b/dep/include/sockets/Utility.h index f940221e5..be0f6a054 100644 --- a/dep/include/sockets/Utility.h +++ b/dep/include/sockets/Utility.h @@ -184,3 +184,4 @@ private: #endif // _SOCKETS_Utility_H + diff --git a/dep/include/sockets/socket_include.h b/dep/include/sockets/socket_include.h index 1edac03be..31960ccee 100644 --- a/dep/include/sockets/socket_include.h +++ b/dep/include/sockets/socket_include.h @@ -297,3 +297,4 @@ namespace SOCKETS_NAMESPACE { #endif // _SOCKETS_socket_include_H + diff --git a/dep/include/sockets/sockets-config.h b/dep/include/sockets/sockets-config.h index 5b1ba2cbc..464ed34ca 100644 --- a/dep/include/sockets/sockets-config.h +++ b/dep/include/sockets/sockets-config.h @@ -99,3 +99,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif // _SOCKETS_CONFIG_H + diff --git a/dep/include/sqlite/sqlite.h b/dep/include/sqlite/sqlite.h index f5a932888..f50671a10 100644 --- a/dep/include/sqlite/sqlite.h +++ b/dep/include/sqlite/sqlite.h @@ -832,3 +832,4 @@ int sqlite_rekey( #endif #endif /* _SQLITE_H_ */ + diff --git a/dep/include/utf8cpp/utf8.h b/dep/include/utf8cpp/utf8.h index 82b13f59f..cc463cb82 100644 --- a/dep/include/utf8cpp/utf8.h +++ b/dep/include/utf8cpp/utf8.h @@ -32,3 +32,4 @@ DEALINGS IN THE SOFTWARE. #include "utf8/unchecked.h" #endif // header guard + diff --git a/dep/include/utf8cpp/utf8/checked.h b/dep/include/utf8cpp/utf8/checked.h index 2807aac05..c88844023 100644 --- a/dep/include/utf8cpp/utf8/checked.h +++ b/dep/include/utf8cpp/utf8/checked.h @@ -316,3 +316,4 @@ namespace utf8 #endif //header guard + diff --git a/dep/include/utf8cpp/utf8/core.h b/dep/include/utf8cpp/utf8/core.h index 6180155d4..389dd3e8c 100644 --- a/dep/include/utf8cpp/utf8/core.h +++ b/dep/include/utf8cpp/utf8/core.h @@ -266,3 +266,4 @@ namespace internal #endif // header guard + diff --git a/dep/include/utf8cpp/utf8/unchecked.h b/dep/include/utf8cpp/utf8/unchecked.h index 3aa1a5dbd..fc7267d1b 100644 --- a/dep/include/utf8cpp/utf8/unchecked.h +++ b/dep/include/utf8cpp/utf8/unchecked.h @@ -226,3 +226,4 @@ namespace utf8 #endif // header guard + diff --git a/dep/include/vld/vld.h b/dep/include/vld/vld.h index ffe675d7d..72bebd8c4 100644 --- a/dep/include/vld/vld.h +++ b/dep/include/vld/vld.h @@ -102,3 +102,4 @@ __declspec(dllimport) void VLDEnable (); #endif // _DEBUG #endif // _VLD_H_ + diff --git a/dep/include/zlib/zconf.h b/dep/include/zlib/zconf.h index 03a9431c8..719855a60 100644 --- a/dep/include/zlib/zconf.h +++ b/dep/include/zlib/zconf.h @@ -330,3 +330,4 @@ typedef uLong FAR uLongf; #endif #endif /* ZCONF_H */ + diff --git a/dep/include/zlib/zlib.h b/dep/include/zlib/zlib.h index 022817927..2ad746170 100644 --- a/dep/include/zlib/zlib.h +++ b/dep/include/zlib/zlib.h @@ -1355,3 +1355,4 @@ ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); #endif #endif /* ZLIB_H */ + diff --git a/dep/include/zthread/AtomicCount.h b/dep/include/zthread/AtomicCount.h index 38e67dc0d..8314b345b 100644 --- a/dep/include/zthread/AtomicCount.h +++ b/dep/include/zthread/AtomicCount.h @@ -72,3 +72,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTATOMICCOUNT_H__ + diff --git a/dep/include/zthread/Barrier.h b/dep/include/zthread/Barrier.h index ec0d9fc8b..74381150a 100644 --- a/dep/include/zthread/Barrier.h +++ b/dep/include/zthread/Barrier.h @@ -326,3 +326,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTBARRIER_H__ + diff --git a/dep/include/zthread/BiasedReadWriteLock.h b/dep/include/zthread/BiasedReadWriteLock.h index 1fcff74e0..f1877bb11 100644 --- a/dep/include/zthread/BiasedReadWriteLock.h +++ b/dep/include/zthread/BiasedReadWriteLock.h @@ -317,3 +317,4 @@ namespace ZThread { }; // __ZTBIASEDREADWRITELOCK_H__ #endif + diff --git a/dep/include/zthread/BlockingQueue.h b/dep/include/zthread/BlockingQueue.h index da0b701a8..cf57c12cb 100644 --- a/dep/include/zthread/BlockingQueue.h +++ b/dep/include/zthread/BlockingQueue.h @@ -243,3 +243,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTBLOCKINGQUEUE_H__ + diff --git a/dep/include/zthread/BoundedQueue.h b/dep/include/zthread/BoundedQueue.h index 528e6d869..95b0ceaaf 100644 --- a/dep/include/zthread/BoundedQueue.h +++ b/dep/include/zthread/BoundedQueue.h @@ -385,3 +385,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTBOUNDEDQUEUE_H__ + diff --git a/dep/include/zthread/Cancelable.h b/dep/include/zthread/Cancelable.h index 8d1cae526..bf2874b33 100644 --- a/dep/include/zthread/Cancelable.h +++ b/dep/include/zthread/Cancelable.h @@ -84,3 +84,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTCANCELABLE_H__ + diff --git a/dep/include/zthread/ClassLockable.h b/dep/include/zthread/ClassLockable.h index 7c1eb0b50..6554b70b4 100644 --- a/dep/include/zthread/ClassLockable.h +++ b/dep/include/zthread/ClassLockable.h @@ -72,3 +72,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTCLASSLOCKABLE_H__ + diff --git a/dep/include/zthread/ConcurrentExecutor.h b/dep/include/zthread/ConcurrentExecutor.h index ccfd4a7ab..df8c18589 100644 --- a/dep/include/zthread/ConcurrentExecutor.h +++ b/dep/include/zthread/ConcurrentExecutor.h @@ -122,3 +122,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTCONCURRENTEXECUTOR_H__ + diff --git a/dep/include/zthread/Condition.h b/dep/include/zthread/Condition.h index 60f4b544e..919f60c48 100644 --- a/dep/include/zthread/Condition.h +++ b/dep/include/zthread/Condition.h @@ -152,3 +152,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTCONDITION_H__ + diff --git a/dep/include/zthread/Config.h b/dep/include/zthread/Config.h index ee03c831d..4d30c2711 100644 --- a/dep/include/zthread/Config.h +++ b/dep/include/zthread/Config.h @@ -216,3 +216,4 @@ #endif // __ZTCONFIG_H__ + diff --git a/dep/include/zthread/CountedPtr.h b/dep/include/zthread/CountedPtr.h index 095b61c7a..c94392398 100644 --- a/dep/include/zthread/CountedPtr.h +++ b/dep/include/zthread/CountedPtr.h @@ -287,3 +287,4 @@ namespace ZThread { #endif // __ZTCOUNTEDPTR_H__ + diff --git a/dep/include/zthread/CountingSemaphore.h b/dep/include/zthread/CountingSemaphore.h index ea23300c2..cdaf98a75 100644 --- a/dep/include/zthread/CountingSemaphore.h +++ b/dep/include/zthread/CountingSemaphore.h @@ -136,3 +136,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTCOUNTINGSEMAPHORE_H__ + diff --git a/dep/include/zthread/Exceptions.h b/dep/include/zthread/Exceptions.h index 7a387feb5..458c556c0 100644 --- a/dep/include/zthread/Exceptions.h +++ b/dep/include/zthread/Exceptions.h @@ -242,3 +242,4 @@ class Future_Exception : public Synchronization_Exception { }; #endif // __ZTEXCEPTIONS_H__ + diff --git a/dep/include/zthread/Executor.h b/dep/include/zthread/Executor.h index 1c6a81a72..a500c0a6a 100644 --- a/dep/include/zthread/Executor.h +++ b/dep/include/zthread/Executor.h @@ -92,3 +92,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTEXECUTOR_H__ + diff --git a/dep/include/zthread/FairReadWriteLock.h b/dep/include/zthread/FairReadWriteLock.h index 908f663a5..6ee120d33 100644 --- a/dep/include/zthread/FairReadWriteLock.h +++ b/dep/include/zthread/FairReadWriteLock.h @@ -181,3 +181,4 @@ namespace ZThread { }; // __ZTFAIRREADWRITELOCK_H__ #endif + diff --git a/dep/include/zthread/FastMutex.h b/dep/include/zthread/FastMutex.h index 819108b37..e41f34d98 100644 --- a/dep/include/zthread/FastMutex.h +++ b/dep/include/zthread/FastMutex.h @@ -109,3 +109,4 @@ namespace ZThread { }; #endif // __ZTFASTMUTEX_H__ + diff --git a/dep/include/zthread/FastRecursiveMutex.h b/dep/include/zthread/FastRecursiveMutex.h index 5a3322e3c..d94c9ee14 100644 --- a/dep/include/zthread/FastRecursiveMutex.h +++ b/dep/include/zthread/FastRecursiveMutex.h @@ -104,3 +104,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTFASTRECURSIVEMUTEX_H__ + diff --git a/dep/include/zthread/Guard.h b/dep/include/zthread/Guard.h index d1befccd8..eac332535 100644 --- a/dep/include/zthread/Guard.h +++ b/dep/include/zthread/Guard.h @@ -509,3 +509,4 @@ Guard::~Guard() throw() { + diff --git a/dep/include/zthread/GuardedClass.h b/dep/include/zthread/GuardedClass.h index 1a8ac1904..f5665fd7a 100644 --- a/dep/include/zthread/GuardedClass.h +++ b/dep/include/zthread/GuardedClass.h @@ -101,3 +101,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTGUARDEDCLASS_H__ + diff --git a/dep/include/zthread/Lockable.h b/dep/include/zthread/Lockable.h index a663498bc..a8546a362 100644 --- a/dep/include/zthread/Lockable.h +++ b/dep/include/zthread/Lockable.h @@ -94,3 +94,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTLOCKABLE_H__ + diff --git a/dep/include/zthread/LockedQueue.h b/dep/include/zthread/LockedQueue.h index 5aae32784..62d5f792b 100644 --- a/dep/include/zthread/LockedQueue.h +++ b/dep/include/zthread/LockedQueue.h @@ -195,3 +195,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTLOCKEDQUEUE_H__ + diff --git a/dep/include/zthread/MonitoredQueue.h b/dep/include/zthread/MonitoredQueue.h index 2122b7f7a..07d7fa6ae 100644 --- a/dep/include/zthread/MonitoredQueue.h +++ b/dep/include/zthread/MonitoredQueue.h @@ -343,3 +343,4 @@ namespace ZThread { #endif // __ZTMONITOREDQUEUE_H__ + diff --git a/dep/include/zthread/Mutex.h b/dep/include/zthread/Mutex.h index 6c2c6bd2d..a40ac9b4d 100644 --- a/dep/include/zthread/Mutex.h +++ b/dep/include/zthread/Mutex.h @@ -133,3 +133,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTMUTEX_H__ + diff --git a/dep/include/zthread/NonCopyable.h b/dep/include/zthread/NonCopyable.h index 5c33f345f..f003be503 100644 --- a/dep/include/zthread/NonCopyable.h +++ b/dep/include/zthread/NonCopyable.h @@ -58,3 +58,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTNONCOPYABLE_H__ + diff --git a/dep/include/zthread/PoolExecutor.h b/dep/include/zthread/PoolExecutor.h index 03df37d9f..6776381de 100644 --- a/dep/include/zthread/PoolExecutor.h +++ b/dep/include/zthread/PoolExecutor.h @@ -176,3 +176,4 @@ namespace ZThread { + diff --git a/dep/include/zthread/Priority.h b/dep/include/zthread/Priority.h index 907d1f153..b34eb1ca3 100644 --- a/dep/include/zthread/Priority.h +++ b/dep/include/zthread/Priority.h @@ -37,3 +37,4 @@ namespace ZThread { } #endif // __ZTPRIORITY_H__ + diff --git a/dep/include/zthread/PriorityCondition.h b/dep/include/zthread/PriorityCondition.h index a85a000e9..caf77e488 100644 --- a/dep/include/zthread/PriorityCondition.h +++ b/dep/include/zthread/PriorityCondition.h @@ -87,3 +87,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTPRIORITYCONDITION_H__ + diff --git a/dep/include/zthread/PriorityInheritanceMutex.h b/dep/include/zthread/PriorityInheritanceMutex.h index 81c6109b3..d69b26be0 100644 --- a/dep/include/zthread/PriorityInheritanceMutex.h +++ b/dep/include/zthread/PriorityInheritanceMutex.h @@ -91,3 +91,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTPRIORITYINHERITANCEMUTEX_H__ + diff --git a/dep/include/zthread/PriorityMutex.h b/dep/include/zthread/PriorityMutex.h index b1279764e..50165ba46 100644 --- a/dep/include/zthread/PriorityMutex.h +++ b/dep/include/zthread/PriorityMutex.h @@ -84,3 +84,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTPRIORITYMUTEX_H__ + diff --git a/dep/include/zthread/PrioritySemaphore.h b/dep/include/zthread/PrioritySemaphore.h index 887691f72..ab5f4ac29 100644 --- a/dep/include/zthread/PrioritySemaphore.h +++ b/dep/include/zthread/PrioritySemaphore.h @@ -109,3 +109,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTPRIORITYSEMAPHORE_H__ + diff --git a/dep/include/zthread/Queue.h b/dep/include/zthread/Queue.h index 11a84330b..9c392ce8b 100644 --- a/dep/include/zthread/Queue.h +++ b/dep/include/zthread/Queue.h @@ -187,3 +187,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTQUEUE_H__ + diff --git a/dep/include/zthread/ReadWriteLock.h b/dep/include/zthread/ReadWriteLock.h index 38b429b69..86cfac63b 100644 --- a/dep/include/zthread/ReadWriteLock.h +++ b/dep/include/zthread/ReadWriteLock.h @@ -78,3 +78,4 @@ namespace ZThread { }; // __ZTREADWRITELOCK_H__ #endif + diff --git a/dep/include/zthread/RecursiveMutex.h b/dep/include/zthread/RecursiveMutex.h index 25df4484b..8c8a79203 100644 --- a/dep/include/zthread/RecursiveMutex.h +++ b/dep/include/zthread/RecursiveMutex.h @@ -121,3 +121,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTRECURSIVEMUTEX_H__ + diff --git a/dep/include/zthread/Runnable.h b/dep/include/zthread/Runnable.h index bfe8d03a5..35d2c218e 100644 --- a/dep/include/zthread/Runnable.h +++ b/dep/include/zthread/Runnable.h @@ -56,3 +56,4 @@ namespace ZThread { } #endif // __ZTRUNNABLE_H__ + diff --git a/dep/include/zthread/Semaphore.h b/dep/include/zthread/Semaphore.h index b01c77804..3ea1dba4e 100644 --- a/dep/include/zthread/Semaphore.h +++ b/dep/include/zthread/Semaphore.h @@ -148,3 +148,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTSEMAPHORE_H__ + diff --git a/dep/include/zthread/Singleton.h b/dep/include/zthread/Singleton.h index b8f0d1ea8..c97117510 100644 --- a/dep/include/zthread/Singleton.h +++ b/dep/include/zthread/Singleton.h @@ -247,3 +247,4 @@ T* Singleton::instance() { #endif + diff --git a/dep/include/zthread/SynchronousExecutor.h b/dep/include/zthread/SynchronousExecutor.h index bc9de273c..e506e83b3 100644 --- a/dep/include/zthread/SynchronousExecutor.h +++ b/dep/include/zthread/SynchronousExecutor.h @@ -124,3 +124,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTSYNCHRONOUSEXECUTOR_H__ + diff --git a/dep/include/zthread/Task.h b/dep/include/zthread/Task.h index 850ab98c0..ed7f630f4 100644 --- a/dep/include/zthread/Task.h +++ b/dep/include/zthread/Task.h @@ -76,3 +76,4 @@ namespace ZThread { + diff --git a/dep/include/zthread/Thread.h b/dep/include/zthread/Thread.h index 23ecd1af4..90a318ecf 100644 --- a/dep/include/zthread/Thread.h +++ b/dep/include/zthread/Thread.h @@ -379,3 +379,4 @@ namespace ZThread { + diff --git a/dep/include/zthread/ThreadLocal.h b/dep/include/zthread/ThreadLocal.h index 7cccab4ca..703f6bce6 100644 --- a/dep/include/zthread/ThreadLocal.h +++ b/dep/include/zthread/ThreadLocal.h @@ -380,3 +380,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTTHREADLOCAL_H__ + diff --git a/dep/include/zthread/ThreadLocalImpl.h b/dep/include/zthread/ThreadLocalImpl.h index be000dfa6..a53c5d1dd 100644 --- a/dep/include/zthread/ThreadLocalImpl.h +++ b/dep/include/zthread/ThreadLocalImpl.h @@ -106,3 +106,4 @@ namespace ZThread { #endif + diff --git a/dep/include/zthread/ThreadedExecutor.h b/dep/include/zthread/ThreadedExecutor.h index 469a112f6..9a5236853 100644 --- a/dep/include/zthread/ThreadedExecutor.h +++ b/dep/include/zthread/ThreadedExecutor.h @@ -134,3 +134,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTTHREADEDEXECUTOR_H__ + diff --git a/dep/include/zthread/Time.h b/dep/include/zthread/Time.h index 374c4fd6b..0f6db2153 100644 --- a/dep/include/zthread/Time.h +++ b/dep/include/zthread/Time.h @@ -223,3 +223,4 @@ const Time& operator-=(const Time& t) { } // namespace ZThread #endif // __ZTTIME_H__ + diff --git a/dep/include/zthread/Waitable.h b/dep/include/zthread/Waitable.h index 172603703..c5cae314b 100644 --- a/dep/include/zthread/Waitable.h +++ b/dep/include/zthread/Waitable.h @@ -92,3 +92,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTWAITABLE_H__ + diff --git a/dep/include/zthread/ZThread.h b/dep/include/zthread/ZThread.h index 1df5bb67a..61a7027ee 100644 --- a/dep/include/zthread/ZThread.h +++ b/dep/include/zthread/ZThread.h @@ -65,3 +65,4 @@ #include "zthread/Waitable.h" #endif + diff --git a/dep/src/g3dlite/AABox.cpp b/dep/src/g3dlite/AABox.cpp index 0baa1a074..f2f2b7053 100644 --- a/dep/src/g3dlite/AABox.cpp +++ b/dep/src/g3dlite/AABox.cpp @@ -297,3 +297,4 @@ bool AABox::intersects(const class Sphere& sphere) const { } // namespace + diff --git a/dep/src/g3dlite/Box.cpp b/dep/src/g3dlite/Box.cpp index b99104ff2..c30211fd5 100644 --- a/dep/src/g3dlite/Box.cpp +++ b/dep/src/g3dlite/Box.cpp @@ -346,3 +346,4 @@ void Box::getBounds(class AABox& aabb) const { } // namespace + diff --git a/dep/src/g3dlite/Crypto.cpp b/dep/src/g3dlite/Crypto.cpp index 763c2fefd..bff3a5a96 100644 --- a/dep/src/g3dlite/Crypto.cpp +++ b/dep/src/g3dlite/Crypto.cpp @@ -144,3 +144,4 @@ uint32 Crypto::crc32(const void* byte, size_t numBytes) { } } // G3D + diff --git a/dep/src/g3dlite/Matrix3.cpp b/dep/src/g3dlite/Matrix3.cpp index c6fc9729b..630c1883c 100644 --- a/dep/src/g3dlite/Matrix3.cpp +++ b/dep/src/g3dlite/Matrix3.cpp @@ -1684,3 +1684,4 @@ std::string Matrix3::toString() const { } // namespace + diff --git a/dep/src/g3dlite/Plane.cpp b/dep/src/g3dlite/Plane.cpp index 5265ef8f6..10ee7ff0f 100644 --- a/dep/src/g3dlite/Plane.cpp +++ b/dep/src/g3dlite/Plane.cpp @@ -129,3 +129,4 @@ std::string Plane::toString() const { } } + diff --git a/dep/src/g3dlite/System.cpp b/dep/src/g3dlite/System.cpp index f28c9d62a..cb7169a4c 100644 --- a/dep/src/g3dlite/System.cpp +++ b/dep/src/g3dlite/System.cpp @@ -664,3 +664,4 @@ void System::alignedFree(void* _ptr) { } // namespace + diff --git a/dep/src/g3dlite/Triangle.cpp b/dep/src/g3dlite/Triangle.cpp index d3fa835c7..bb5b8f946 100644 --- a/dep/src/g3dlite/Triangle.cpp +++ b/dep/src/g3dlite/Triangle.cpp @@ -110,3 +110,4 @@ void Triangle::getBounds(AABox& out) const { } } // G3D + diff --git a/dep/src/g3dlite/Vector3.cpp b/dep/src/g3dlite/Vector3.cpp index 274769a1e..09c300388 100644 --- a/dep/src/g3dlite/Vector3.cpp +++ b/dep/src/g3dlite/Vector3.cpp @@ -441,3 +441,4 @@ Vector4 Vector3::zzzz() const { return Vector4 (z, z, z, z); } } // namespace + diff --git a/dep/src/g3dlite/Vector4.cpp b/dep/src/g3dlite/Vector4.cpp index 2a597df65..91f916d10 100644 --- a/dep/src/g3dlite/Vector4.cpp +++ b/dep/src/g3dlite/Vector4.cpp @@ -436,3 +436,4 @@ Vector4 Vector4::wwww() const { return Vector4 (w, w, w, w); } }; // namespace + diff --git a/dep/src/g3dlite/format.cpp b/dep/src/g3dlite/format.cpp index 8737128a0..13f01e26e 100644 --- a/dep/src/g3dlite/format.cpp +++ b/dep/src/g3dlite/format.cpp @@ -169,3 +169,4 @@ std::string vformat(const char* fmt, va_list argPtr) { #endif #undef NEWLINE + diff --git a/dep/src/sockets/Base64.cpp b/dep/src/sockets/Base64.cpp index 95b91555b..cb66b93af 100644 --- a/dep/src/sockets/Base64.cpp +++ b/dep/src/sockets/Base64.cpp @@ -270,3 +270,4 @@ size_t Base64::decode_length(const std::string& str64) #endif + diff --git a/dep/src/sockets/Exception.cpp b/dep/src/sockets/Exception.cpp index b3844982c..33a7b4a13 100644 --- a/dep/src/sockets/Exception.cpp +++ b/dep/src/sockets/Exception.cpp @@ -46,3 +46,4 @@ const std::string Exception::ToString() const } // namespace SOCKETS_NAMESPACE { #endif + diff --git a/dep/src/sockets/Ipv4Address.cpp b/dep/src/sockets/Ipv4Address.cpp index 88a7d33fb..b89cc2a44 100644 --- a/dep/src/sockets/Ipv4Address.cpp +++ b/dep/src/sockets/Ipv4Address.cpp @@ -212,3 +212,4 @@ std::string Ipv4Address::Reverse() } // namespace SOCKETS_NAMESPACE { #endif + diff --git a/dep/src/sockets/Ipv6Address.cpp b/dep/src/sockets/Ipv6Address.cpp index c6f1443af..6c92de248 100644 --- a/dep/src/sockets/Ipv6Address.cpp +++ b/dep/src/sockets/Ipv6Address.cpp @@ -268,3 +268,4 @@ std::string Ipv6Address::Reverse() #endif // IPPROTO_IPV6 #endif // ENABLE_IPV6 + diff --git a/dep/src/sockets/Lock.cpp b/dep/src/sockets/Lock.cpp index 3f7ad87b2..597ca30af 100644 --- a/dep/src/sockets/Lock.cpp +++ b/dep/src/sockets/Lock.cpp @@ -53,3 +53,4 @@ Lock::~Lock() } #endif + diff --git a/dep/src/sockets/Mutex.cpp b/dep/src/sockets/Mutex.cpp index 8284fefac..3bfe64d04 100644 --- a/dep/src/sockets/Mutex.cpp +++ b/dep/src/sockets/Mutex.cpp @@ -79,3 +79,4 @@ void Mutex::Unlock() } #endif + diff --git a/dep/src/sockets/Parse.cpp b/dep/src/sockets/Parse.cpp index 4d4dd99cd..ccbd553b0 100644 --- a/dep/src/sockets/Parse.cpp +++ b/dep/src/sockets/Parse.cpp @@ -319,3 +319,4 @@ void Parse::getline(std::string&s) #endif + diff --git a/dep/src/sockets/ResolvServer.cpp b/dep/src/sockets/ResolvServer.cpp index 3923df330..492d67050 100644 --- a/dep/src/sockets/ResolvServer.cpp +++ b/dep/src/sockets/ResolvServer.cpp @@ -95,3 +95,4 @@ bool ResolvServer::Ready() #endif // ENABLE_RESOLVER + diff --git a/dep/src/sockets/ResolvSocket.cpp b/dep/src/sockets/ResolvSocket.cpp index 6096dc89e..236e93f97 100644 --- a/dep/src/sockets/ResolvSocket.cpp +++ b/dep/src/sockets/ResolvSocket.cpp @@ -434,3 +434,4 @@ DEB(fprintf(stderr, " *** Update cache for [%s][%s] = '%s'\n", m_query.c_str(), #endif // ENABLE_RESOLVER + diff --git a/dep/src/sockets/Socket.cpp b/dep/src/sockets/Socket.cpp index 5e739ec0c..bf1a73abf 100644 --- a/dep/src/sockets/Socket.cpp +++ b/dep/src/sockets/Socket.cpp @@ -1896,3 +1896,4 @@ std::string Socket::GetSockAddress6() } #endif + diff --git a/dep/src/sockets/SocketHandler.cpp b/dep/src/sockets/SocketHandler.cpp index 8a7307f41..7ade1e99e 100644 --- a/dep/src/sockets/SocketHandler.cpp +++ b/dep/src/sockets/SocketHandler.cpp @@ -1420,3 +1420,4 @@ void SocketHandler::Trigger(int id, Socket::TriggerData& data, bool erase) } #endif + diff --git a/dep/src/sockets/StdoutLog.cpp b/dep/src/sockets/StdoutLog.cpp index 93ae535e6..054b8489b 100644 --- a/dep/src/sockets/StdoutLog.cpp +++ b/dep/src/sockets/StdoutLog.cpp @@ -94,3 +94,4 @@ void StdoutLog::error(ISocketHandler *,Socket *sock,const std::string& call,int #endif + diff --git a/dep/src/sockets/StreamSocket.cpp b/dep/src/sockets/StreamSocket.cpp index 4412d4985..c8a3c32e4 100644 --- a/dep/src/sockets/StreamSocket.cpp +++ b/dep/src/sockets/StreamSocket.cpp @@ -167,3 +167,4 @@ int StreamSocket::GetShutdown() } // namespace SOCKETS_NAMESPACE { #endif + diff --git a/dep/src/sockets/TcpSocket.cpp b/dep/src/sockets/TcpSocket.cpp index 1dc54dd3f..9dab541ee 100644 --- a/dep/src/sockets/TcpSocket.cpp +++ b/dep/src/sockets/TcpSocket.cpp @@ -1743,3 +1743,4 @@ void TcpSocket::OnTransferLimit() } #endif + diff --git a/dep/src/sockets/Thread.cpp b/dep/src/sockets/Thread.cpp index e1834ab4a..a387a7e38 100644 --- a/dep/src/sockets/Thread.cpp +++ b/dep/src/sockets/Thread.cpp @@ -164,3 +164,4 @@ bool Thread::IsDestructor() #endif + diff --git a/dep/src/sockets/UdpSocket.cpp b/dep/src/sockets/UdpSocket.cpp index 229a26414..f4c3d2f96 100644 --- a/dep/src/sockets/UdpSocket.cpp +++ b/dep/src/sockets/UdpSocket.cpp @@ -850,3 +850,4 @@ void UdpSocket::SetTimestamp(bool x) #endif + diff --git a/dep/src/sockets/Utility.cpp b/dep/src/sockets/Utility.cpp index e552da3b6..6473f0a25 100644 --- a/dep/src/sockets/Utility.cpp +++ b/dep/src/sockets/Utility.cpp @@ -997,3 +997,4 @@ unsigned long Utility::Rng::Get() } #endif + diff --git a/dep/src/sockets/socket_include.cpp b/dep/src/sockets/socket_include.cpp index 6f08e8e16..133ff745d 100644 --- a/dep/src/sockets/socket_include.cpp +++ b/dep/src/sockets/socket_include.cpp @@ -88,3 +88,4 @@ static char tmp[100]; + diff --git a/dep/src/zlib/crc32.h b/dep/src/zlib/crc32.h index 8053b6117..dfd1deaa5 100644 --- a/dep/src/zlib/crc32.h +++ b/dep/src/zlib/crc32.h @@ -439,3 +439,4 @@ local const unsigned long FAR crc_table[TBLS][256] = #endif } }; + diff --git a/dep/src/zlib/deflate.h b/dep/src/zlib/deflate.h index 05a5ab3a2..d56e97db4 100644 --- a/dep/src/zlib/deflate.h +++ b/dep/src/zlib/deflate.h @@ -329,3 +329,4 @@ void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, #endif #endif /* DEFLATE_H */ + diff --git a/dep/src/zlib/inffast.h b/dep/src/zlib/inffast.h index 1e88d2d97..c66fae6da 100644 --- a/dep/src/zlib/inffast.h +++ b/dep/src/zlib/inffast.h @@ -9,3 +9,4 @@ */ void inflate_fast OF((z_streamp strm, unsigned start)); + diff --git a/dep/src/zlib/inffixed.h b/dep/src/zlib/inffixed.h index 75ed4b597..375701955 100644 --- a/dep/src/zlib/inffixed.h +++ b/dep/src/zlib/inffixed.h @@ -92,3 +92,4 @@ {16,5,4},{24,5,769},{20,5,49},{28,5,12289},{18,5,13},{26,5,3073}, {22,5,193},{64,5,0} }; + diff --git a/dep/src/zlib/inflate.h b/dep/src/zlib/inflate.h index 07bd3e78a..7c05e08fc 100644 --- a/dep/src/zlib/inflate.h +++ b/dep/src/zlib/inflate.h @@ -113,3 +113,4 @@ struct inflate_state { unsigned short work[288]; /* work area for code table building */ code codes[ENOUGH]; /* space for code tables */ }; + diff --git a/dep/src/zlib/inftrees.h b/dep/src/zlib/inftrees.h index b1104c87e..977ee2f78 100644 --- a/dep/src/zlib/inftrees.h +++ b/dep/src/zlib/inftrees.h @@ -53,3 +53,4 @@ typedef enum { extern int inflate_table OF((codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work)); + diff --git a/dep/src/zlib/trees.h b/dep/src/zlib/trees.h index 72facf900..ba8cd7835 100644 --- a/dep/src/zlib/trees.h +++ b/dep/src/zlib/trees.h @@ -126,3 +126,4 @@ local const int base_dist[D_CODES] = { 1024, 1536, 2048, 3072, 4096, 6144, 8192, 12288, 16384, 24576 }; + diff --git a/dep/src/zlib/zconf.h b/dep/src/zlib/zconf.h index 03a9431c8..719855a60 100644 --- a/dep/src/zlib/zconf.h +++ b/dep/src/zlib/zconf.h @@ -330,3 +330,4 @@ typedef uLong FAR uLongf; #endif #endif /* ZCONF_H */ + diff --git a/dep/src/zlib/zlib.h b/dep/src/zlib/zlib.h index 022817927..2ad746170 100644 --- a/dep/src/zlib/zlib.h +++ b/dep/src/zlib/zlib.h @@ -1355,3 +1355,4 @@ ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); #endif #endif /* ZLIB_H */ + diff --git a/dep/src/zlib/zutil.h b/dep/src/zlib/zutil.h index b7d5eff81..b8a722d90 100644 --- a/dep/src/zlib/zutil.h +++ b/dep/src/zlib/zutil.h @@ -267,3 +267,4 @@ void zcfree OF((voidpf opaque, voidpf ptr)); #define TRY_FREE(s, p) {if (p) ZFREE(s, p);} #endif /* ZUTIL_H */ + diff --git a/dep/src/zthread/ConditionImpl.h b/dep/src/zthread/ConditionImpl.h index ad1503ef1..923bf2bc3 100644 --- a/dep/src/zthread/ConditionImpl.h +++ b/dep/src/zthread/ConditionImpl.h @@ -375,3 +375,4 @@ bool ConditionImpl::wait(unsigned long timeout) { } // namespace ZThread #endif // __ZTCONDITIONIMPL_H__ + diff --git a/dep/src/zthread/Debug.h b/dep/src/zthread/Debug.h index 1762de22f..10cc74183 100644 --- a/dep/src/zthread/Debug.h +++ b/dep/src/zthread/Debug.h @@ -30,3 +30,4 @@ #endif #endif + diff --git a/dep/src/zthread/DeferredInterruptionScope.h b/dep/src/zthread/DeferredInterruptionScope.h index 5205c80ca..58050da6d 100644 --- a/dep/src/zthread/DeferredInterruptionScope.h +++ b/dep/src/zthread/DeferredInterruptionScope.h @@ -61,3 +61,4 @@ class DeferredInterruptionScope { } #endif // __ZTDEFERREDINTERRUPTIONSCOPE_H__ + diff --git a/dep/src/zthread/FastLock.h b/dep/src/zthread/FastLock.h index 4d7f34a08..8a955bf7b 100644 --- a/dep/src/zthread/FastLock.h +++ b/dep/src/zthread/FastLock.h @@ -69,3 +69,4 @@ #endif #endif // __ZTFASTLOCKSELECT_H__ + diff --git a/dep/src/zthread/FastRecursiveLock.h b/dep/src/zthread/FastRecursiveLock.h index 96b66ebe6..b26f5f231 100644 --- a/dep/src/zthread/FastRecursiveLock.h +++ b/dep/src/zthread/FastRecursiveLock.h @@ -72,3 +72,4 @@ #endif #endif // __ZTFASTRECURSIVELOCKSELECT_H__ + diff --git a/dep/src/zthread/IntrusivePtr.h b/dep/src/zthread/IntrusivePtr.h index 189ebaf8a..818f41ea6 100644 --- a/dep/src/zthread/IntrusivePtr.h +++ b/dep/src/zthread/IntrusivePtr.h @@ -97,3 +97,4 @@ public: }; #endif + diff --git a/dep/src/zthread/Monitor.h b/dep/src/zthread/Monitor.h index 117098229..d6d4aafc7 100644 --- a/dep/src/zthread/Monitor.h +++ b/dep/src/zthread/Monitor.h @@ -58,3 +58,4 @@ #endif #endif // __ZTMONITORSELECT_H__ + diff --git a/dep/src/zthread/MutexImpl.h b/dep/src/zthread/MutexImpl.h index 21338ba28..83b32d47a 100644 --- a/dep/src/zthread/MutexImpl.h +++ b/dep/src/zthread/MutexImpl.h @@ -375,3 +375,4 @@ void MutexImpl::release() { + diff --git a/dep/src/zthread/RecursiveMutexImpl.h b/dep/src/zthread/RecursiveMutexImpl.h index 1e477136f..0c0e20020 100644 --- a/dep/src/zthread/RecursiveMutexImpl.h +++ b/dep/src/zthread/RecursiveMutexImpl.h @@ -76,3 +76,4 @@ namespace ZThread { }; #endif + diff --git a/dep/src/zthread/Scheduling.h b/dep/src/zthread/Scheduling.h index 00061341d..c9df80cbe 100644 --- a/dep/src/zthread/Scheduling.h +++ b/dep/src/zthread/Scheduling.h @@ -94,3 +94,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTSCHEDULING_H__ + diff --git a/dep/src/zthread/SemaphoreImpl.h b/dep/src/zthread/SemaphoreImpl.h index 7f1b866c3..d5a8df308 100644 --- a/dep/src/zthread/SemaphoreImpl.h +++ b/dep/src/zthread/SemaphoreImpl.h @@ -346,3 +346,4 @@ namespace ZThread { } // namespace ZThread #endif // __ZTSEMAPHOREIMPL_H__ + diff --git a/dep/src/zthread/State.h b/dep/src/zthread/State.h index 96697c9d4..6250f3159 100644 --- a/dep/src/zthread/State.h +++ b/dep/src/zthread/State.h @@ -149,3 +149,4 @@ class State { }; #endif + diff --git a/dep/src/zthread/Status.h b/dep/src/zthread/Status.h index a56d505a8..cdc050430 100644 --- a/dep/src/zthread/Status.h +++ b/dep/src/zthread/Status.h @@ -177,3 +177,4 @@ namespace ZThread { }; // namespace ZThread #endif + diff --git a/dep/src/zthread/TSS.h b/dep/src/zthread/TSS.h index ed29230ec..a81d5b5e1 100644 --- a/dep/src/zthread/TSS.h +++ b/dep/src/zthread/TSS.h @@ -50,3 +50,4 @@ #endif #endif // __ZTTSSSELECT_H__ + diff --git a/dep/src/zthread/ThreadImpl.h b/dep/src/zthread/ThreadImpl.h index f46424291..78b414b63 100644 --- a/dep/src/zthread/ThreadImpl.h +++ b/dep/src/zthread/ThreadImpl.h @@ -120,3 +120,4 @@ class ThreadImpl : public IntrusivePtr, public ThreadOps { } // namespace ZThread #endif // __ZTTHREADIMPL_H__ + diff --git a/dep/src/zthread/ThreadOps.h b/dep/src/zthread/ThreadOps.h index d8737158e..86b7e1301 100644 --- a/dep/src/zthread/ThreadOps.h +++ b/dep/src/zthread/ThreadOps.h @@ -65,3 +65,4 @@ #endif #endif // __ZTTHREADOPSSELECT_H__ + diff --git a/dep/src/zthread/ThreadQueue.h b/dep/src/zthread/ThreadQueue.h index 72049fda3..52761a408 100644 --- a/dep/src/zthread/ThreadQueue.h +++ b/dep/src/zthread/ThreadQueue.h @@ -132,3 +132,4 @@ namespace ZThread { #endif // __ZTTHREADQUEUE_H__ + diff --git a/dep/src/zthread/TimeStrategy.h b/dep/src/zthread/TimeStrategy.h index 249d8ab5a..b82c06f05 100644 --- a/dep/src/zthread/TimeStrategy.h +++ b/dep/src/zthread/TimeStrategy.h @@ -84,3 +84,4 @@ #endif #endif // __ZTTIMESELECT_H__ + diff --git a/dep/src/zthread/config.h b/dep/src/zthread/config.h index 4ef2ca213..41deb93c0 100644 --- a/dep/src/zthread/config.h +++ b/dep/src/zthread/config.h @@ -93,3 +93,4 @@ /* No OS priority support */ /* #undef ZTHREAD_DISABLE_PRIORITY */ + diff --git a/dep/src/zthread/linux/AtomicFastLock.h b/dep/src/zthread/linux/AtomicFastLock.h index a416fef67..e5851c96d 100644 --- a/dep/src/zthread/linux/AtomicFastLock.h +++ b/dep/src/zthread/linux/AtomicFastLock.h @@ -115,3 +115,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/linux/FastRecursiveLock.h b/dep/src/zthread/linux/FastRecursiveLock.h index a9a74d215..6ba392145 100644 --- a/dep/src/zthread/linux/FastRecursiveLock.h +++ b/dep/src/zthread/linux/FastRecursiveLock.h @@ -81,3 +81,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/macos/FastLock.h b/dep/src/zthread/macos/FastLock.h index 0bd40e1f2..012843f2e 100644 --- a/dep/src/zthread/macos/FastLock.h +++ b/dep/src/zthread/macos/FastLock.h @@ -137,3 +137,4 @@ class FastLock : private NonCopyable { + diff --git a/dep/src/zthread/macos/Monitor.h b/dep/src/zthread/macos/Monitor.h index 9fa3c9a5a..fa5b2ec77 100644 --- a/dep/src/zthread/macos/Monitor.h +++ b/dep/src/zthread/macos/Monitor.h @@ -154,3 +154,4 @@ class Monitor : public Status, private NonCopyable { }; #endif + diff --git a/dep/src/zthread/macos/TSS.h b/dep/src/zthread/macos/TSS.h index 1be90c5f2..e73050c46 100644 --- a/dep/src/zthread/macos/TSS.h +++ b/dep/src/zthread/macos/TSS.h @@ -118,3 +118,4 @@ namespace ZThread { #endif + diff --git a/dep/src/zthread/macos/ThreadOps.h b/dep/src/zthread/macos/ThreadOps.h index 5c4eb044e..c0417f0bb 100644 --- a/dep/src/zthread/macos/ThreadOps.h +++ b/dep/src/zthread/macos/ThreadOps.h @@ -165,3 +165,4 @@ protected: #endif // __ZTTHREADOPS_H__ + diff --git a/dep/src/zthread/macos/UpTimeStrategy.h b/dep/src/zthread/macos/UpTimeStrategy.h index 0f7962d7e..4d94a48f3 100644 --- a/dep/src/zthread/macos/UpTimeStrategy.h +++ b/dep/src/zthread/macos/UpTimeStrategy.h @@ -84,3 +84,4 @@ class TimeStrategy { }; #endif // __ZTTIMESTRATEGY_H__ + diff --git a/dep/src/zthread/posix/ConditionRecursiveLock.h b/dep/src/zthread/posix/ConditionRecursiveLock.h index 2be55c137..bbf77da83 100644 --- a/dep/src/zthread/posix/ConditionRecursiveLock.h +++ b/dep/src/zthread/posix/ConditionRecursiveLock.h @@ -144,3 +144,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/posix/FastLock.h b/dep/src/zthread/posix/FastLock.h index 261fd7c89..eee3c6545 100644 --- a/dep/src/zthread/posix/FastLock.h +++ b/dep/src/zthread/posix/FastLock.h @@ -119,3 +119,4 @@ class FastLock : private NonCopyable { }; #endif + diff --git a/dep/src/zthread/posix/FtimeStrategy.h b/dep/src/zthread/posix/FtimeStrategy.h index 5e8d33b6c..a1adc6106 100644 --- a/dep/src/zthread/posix/FtimeStrategy.h +++ b/dep/src/zthread/posix/FtimeStrategy.h @@ -82,3 +82,4 @@ public: }; #endif // __ZTTIMESTRATEGY_H__ + diff --git a/dep/src/zthread/posix/GetTimeOfDayStrategy.h b/dep/src/zthread/posix/GetTimeOfDayStrategy.h index 8588807f4..781162ade 100644 --- a/dep/src/zthread/posix/GetTimeOfDayStrategy.h +++ b/dep/src/zthread/posix/GetTimeOfDayStrategy.h @@ -73,3 +73,4 @@ public: }; #endif // __ZTTIMESTRATEGY_H__ + diff --git a/dep/src/zthread/posix/Monitor.h b/dep/src/zthread/posix/Monitor.h index fe6c8b559..380a420b5 100644 --- a/dep/src/zthread/posix/Monitor.h +++ b/dep/src/zthread/posix/Monitor.h @@ -151,3 +151,4 @@ class Monitor : public Status, private NonCopyable { }; #endif + diff --git a/dep/src/zthread/posix/PriorityOps.h b/dep/src/zthread/posix/PriorityOps.h index 3a7f82271..df6bfced2 100644 --- a/dep/src/zthread/posix/PriorityOps.h +++ b/dep/src/zthread/posix/PriorityOps.h @@ -49,3 +49,4 @@ public: } // namespace ZThread #endif // __ZTPRIORITYOPS_H__ + diff --git a/dep/src/zthread/posix/TSS.h b/dep/src/zthread/posix/TSS.h index c9c9c0e35..13f564d15 100644 --- a/dep/src/zthread/posix/TSS.h +++ b/dep/src/zthread/posix/TSS.h @@ -102,3 +102,4 @@ namespace ZThread { #endif + diff --git a/dep/src/zthread/posix/ThreadOps.h b/dep/src/zthread/posix/ThreadOps.h index 8fef43bb3..7176da5b1 100644 --- a/dep/src/zthread/posix/ThreadOps.h +++ b/dep/src/zthread/posix/ThreadOps.h @@ -152,3 +152,4 @@ protected: } #endif // __ZTTHREADOPS_H__ + diff --git a/dep/src/zthread/solaris/FastRecursiveLock.h b/dep/src/zthread/solaris/FastRecursiveLock.h index 2de0f8cd0..d743f9a9b 100644 --- a/dep/src/zthread/solaris/FastRecursiveLock.h +++ b/dep/src/zthread/solaris/FastRecursiveLock.h @@ -120,3 +120,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/vanilla/DualMutexRecursiveLock.h b/dep/src/zthread/vanilla/DualMutexRecursiveLock.h index 63214133c..22f10b9bc 100644 --- a/dep/src/zthread/vanilla/DualMutexRecursiveLock.h +++ b/dep/src/zthread/vanilla/DualMutexRecursiveLock.h @@ -171,3 +171,4 @@ class FastRecursiveLock : private NonCopyable { } // namespace ZThread #endif + diff --git a/dep/src/zthread/vanilla/SimpleRecursiveLock.h b/dep/src/zthread/vanilla/SimpleRecursiveLock.h index 6adf4154f..ecd1a403c 100644 --- a/dep/src/zthread/vanilla/SimpleRecursiveLock.h +++ b/dep/src/zthread/vanilla/SimpleRecursiveLock.h @@ -128,3 +128,4 @@ public: } // namespace ZThread #endif + diff --git a/dep/src/zthread/win32/AtomicFastLock.h b/dep/src/zthread/win32/AtomicFastLock.h index 8d09f132a..17a38871a 100644 --- a/dep/src/zthread/win32/AtomicFastLock.h +++ b/dep/src/zthread/win32/AtomicFastLock.h @@ -120,3 +120,4 @@ class FastLock : private NonCopyable { }; #endif + diff --git a/dep/src/zthread/win32/AtomicFastRecursiveLock.h b/dep/src/zthread/win32/AtomicFastRecursiveLock.h index a4dc37552..0018a299b 100644 --- a/dep/src/zthread/win32/AtomicFastRecursiveLock.h +++ b/dep/src/zthread/win32/AtomicFastRecursiveLock.h @@ -156,3 +156,4 @@ class FastRecursiveLock : private NonCopyable { }; #endif + diff --git a/dep/src/zthread/win32/FastLock.h b/dep/src/zthread/win32/FastLock.h index 3b212e1d8..7f056413b 100644 --- a/dep/src/zthread/win32/FastLock.h +++ b/dep/src/zthread/win32/FastLock.h @@ -144,3 +144,4 @@ namespace ZThread { } // namespace ZThread #endif + diff --git a/dep/src/zthread/win32/FastRecursiveLock.h b/dep/src/zthread/win32/FastRecursiveLock.h index de556ac4a..4f32dccf9 100644 --- a/dep/src/zthread/win32/FastRecursiveLock.h +++ b/dep/src/zthread/win32/FastRecursiveLock.h @@ -107,3 +107,4 @@ class FastRecursiveLock : private NonCopyable { } // namespace ZThread #endif + diff --git a/dep/src/zthread/win32/Monitor.h b/dep/src/zthread/win32/Monitor.h index a527b8aff..7fb57a339 100644 --- a/dep/src/zthread/win32/Monitor.h +++ b/dep/src/zthread/win32/Monitor.h @@ -151,3 +151,4 @@ class Monitor : public Status, private NonCopyable { }; #endif + diff --git a/dep/src/zthread/win32/PerformanceCounterStrategy.h b/dep/src/zthread/win32/PerformanceCounterStrategy.h index 4c657af0c..79f042cd1 100644 --- a/dep/src/zthread/win32/PerformanceCounterStrategy.h +++ b/dep/src/zthread/win32/PerformanceCounterStrategy.h @@ -106,3 +106,4 @@ private: }; #endif // __ZTTIMESTRATEGY_H__ + diff --git a/dep/src/zthread/win32/TSS.h b/dep/src/zthread/win32/TSS.h index d1307a51e..2f8dfd6c8 100644 --- a/dep/src/zthread/win32/TSS.h +++ b/dep/src/zthread/win32/TSS.h @@ -106,3 +106,4 @@ namespace ZThread { #endif + diff --git a/dep/src/zthread/win32/ThreadOps.h b/dep/src/zthread/win32/ThreadOps.h index 1b3a0bfa1..3352e524e 100644 --- a/dep/src/zthread/win32/ThreadOps.h +++ b/dep/src/zthread/win32/ThreadOps.h @@ -150,3 +150,4 @@ protected: } #endif + diff --git a/dep/src/zthread/win9x/AtomicFastLock.h b/dep/src/zthread/win9x/AtomicFastLock.h index 7723b7077..073626723 100644 --- a/dep/src/zthread/win9x/AtomicFastLock.h +++ b/dep/src/zthread/win9x/AtomicFastLock.h @@ -128,3 +128,4 @@ class FastLock : private NonCopyable { } // namespace ZThread #endif + diff --git a/sql/characters.sql b/sql/characters.sql index ab549ab0e..751aaedf6 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -1363,3 +1363,4 @@ UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2008-11-18 11:24:11 + diff --git a/sql/create_mysql.sql b/sql/create_mysql.sql index f71ced7d0..293259593 100644 --- a/sql/create_mysql.sql +++ b/sql/create_mysql.sql @@ -12,3 +12,4 @@ GRANT ALL PRIVILEGES ON `characters` . * TO 'trinity'@'localhost' WITH GRANT OPT GRANT ALL PRIVILEGES ON `realmd` . * TO 'trinity'@'localhost' WITH GRANT OPTION; + diff --git a/sql/drop_mysql.sql b/sql/drop_mysql.sql index 1f2bf090e..e2ae8a3a7 100644 --- a/sql/drop_mysql.sql +++ b/sql/drop_mysql.sql @@ -19,3 +19,4 @@ DROP DATABASE IF EXISTS `world` ; DROP DATABASE IF EXISTS `characters` ; DROP DATABASE IF EXISTS `realmd` ; + diff --git a/sql/realmd.sql b/sql/realmd.sql index d60d88c43..3e0b37741 100644 --- a/sql/realmd.sql +++ b/sql/realmd.sql @@ -158,3 +158,4 @@ UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2008-10-14 13:28:11 + diff --git a/sql/tools/characters_item_duplicates_remove.sql b/sql/tools/characters_item_duplicates_remove.sql index 9cdd8738e..fdd88262b 100644 --- a/sql/tools/characters_item_duplicates_remove.sql +++ b/sql/tools/characters_item_duplicates_remove.sql @@ -20,3 +20,4 @@ DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='m'); DROP TABLE IF EXISTS item_test; + diff --git a/sql/tools/characters_pet_data_cleanup.sql b/sql/tools/characters_pet_data_cleanup.sql index f4454ca85..06c488827 100644 --- a/sql/tools/characters_pet_data_cleanup.sql +++ b/sql/tools/characters_pet_data_cleanup.sql @@ -1,3 +1,4 @@ DELETE FROM pet_aura WHERE guid NOT IN (SELECT id FROM character_pet); DELETE FROM pet_spell WHERE guid NOT IN (SELECT id FROM character_pet); DELETE FROM pet_spell_cooldown WHERE guid NOT IN (SELECT id FROM character_pet); + diff --git a/sql/trinityscript_script_texts.sql b/sql/trinityscript_script_texts.sql index 5b1a8d632..b2d0e8c14 100644 --- a/sql/trinityscript_script_texts.sql +++ b/sql/trinityscript_script_texts.sql @@ -1087,4 +1087,5 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, -- Below just for beautiful view in table, run at own desire -- --- ALTER TABLE `script_texts` ORDER BY `entry` desc; \ No newline at end of file +-- ALTER TABLE `script_texts` ORDER BY `entry` desc; + diff --git a/sql/updates/1018_world.sql b/sql/updates/1018_world.sql index d231eb168..89a13686d 100644 --- a/sql/updates/1018_world.sql +++ b/sql/updates/1018_world.sql @@ -4,3 +4,4 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm (41292, 42017, 2, 'Aura of Suffering'), (44007, -43657, 2, 'Storm Eye Safe Zone Immune'), (44867, -46019, 2, 'Spectral Exhaustion - Teleport: Spectral Realm'); + diff --git a/sql/updates/1026_world.sql b/sql/updates/1026_world.sql index ae189469b..1ed2e3431 100644 --- a/sql/updates/1026_world.sql +++ b/sql/updates/1026_world.sql @@ -3,3 +3,4 @@ INSERT INTO `spell_linked_spell`(`spell_trigger`,`spell_effect`,`type`,`comment` ('-33711','33686','0','Murmur\'s Shockwave (Normal)'), ('-38794','33686','0','Murmur\'s Shockwave (Heroic)'), ('33686','31705','0','Murmur\'s Shockwave Jump'); + diff --git a/sql/updates/1028_world_scripts.sql b/sql/updates/1028_world_scripts.sql index 9c821c7b0..21891693f 100644 --- a/sql/updates/1028_world_scripts.sql +++ b/sql/updates/1028_world_scripts.sql @@ -1 +1,2 @@ UPDATE `creature_template` SET `ScriptName`='boss_the_black_stalker' WHERE `entry`='17882'; + diff --git a/sql/updates/102_world.sql b/sql/updates/102_world.sql index 6cbf3d1a6..b3818da5b 100644 --- a/sql/updates/102_world.sql +++ b/sql/updates/102_world.sql @@ -1,2 +1,3 @@ ALTER TABLE `quest_template` ADD `RewHonorableKills` mediumint(9) unsigned NOT NULL default '0' AFTER `RewRepValue5`; + diff --git a/sql/updates/1069_world_scripts.sql b/sql/updates/1069_world_scripts.sql index 0fafabf63..1f3b7a728 100644 --- a/sql/updates/1069_world_scripts.sql +++ b/sql/updates/1069_world_scripts.sql @@ -9,4 +9,5 @@ INSERT INTO `spell_script_target` (`entry`,`type`,`targetEntry`) VALUES ('32314', '2', '17138'), ('32314', '2', '18037'), ('32314', '2', '18064'), -('32314', '2', '18065'); \ No newline at end of file +('32314', '2', '18065'); + diff --git a/sql/updates/1073_world_scripts.sql b/sql/updates/1073_world_scripts.sql index 040fe88ea..038f5f794 100644 --- a/sql/updates/1073_world_scripts.sql +++ b/sql/updates/1073_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname = 'npc_plains_vision' where entry = 2983; \ No newline at end of file +update creature_template set scriptname = 'npc_plains_vision' where entry = 2983; + diff --git a/sql/updates/1074_world_scripts.sql b/sql/updates/1074_world_scripts.sql index 6653d9c62..4ed882ffe 100644 --- a/sql/updates/1074_world_scripts.sql +++ b/sql/updates/1074_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname = 'npc_plucky' where entry in (6626); \ No newline at end of file +update creature_template set scriptname = 'npc_plucky' where entry in (6626); + diff --git a/sql/updates/112_world_scripts.sql b/sql/updates/112_world_scripts.sql index e48ed2507..f812c6f3c 100644 --- a/sql/updates/112_world_scripts.sql +++ b/sql/updates/112_world_scripts.sql @@ -1,2 +1,3 @@ UPDATE `item_template` SET `ScriptName`='item_arcane_charges' WHERE `entry`='34475'; -UPDATE gameobject_template SET faction = 14 WHERE entry = 185134; \ No newline at end of file +UPDATE gameobject_template SET faction = 14 WHERE entry = 185134; + diff --git a/sql/updates/116_world.sql b/sql/updates/116_world.sql index 7627dfb4a..9923f7f45 100644 --- a/sql/updates/116_world.sql +++ b/sql/updates/116_world.sql @@ -5,4 +5,5 @@ INSERT INTO `spell_script_target` VALUES ('41455', '1', '22951'); INSERT INTO `spell_script_target` VALUES ('41455', '1', '22952'); INSERT INTO `spell_script_target` VALUES ('42471', '1', '23817'); INSERT INTO `spell_script_target` VALUES ('43734', '1', '23817'); -INSERT INTO `spell_script_target` VALUES ('42631', '1', '23920'); \ No newline at end of file +INSERT INTO `spell_script_target` VALUES ('42631', '1', '23920'); + diff --git a/sql/updates/117_world_scripts.sql b/sql/updates/117_world_scripts.sql index 794258ba7..669810b46 100644 --- a/sql/updates/117_world_scripts.sql +++ b/sql/updates/117_world_scripts.sql @@ -62,3 +62,4 @@ UPDATE eventai_scripts SET action3_param3=(`action3_param3`) *-1 WHERE action3_t UPDATE eventai_texts SET entry=(`entry`) *-1 WHERE entry>0; ALTER TABLE script_texts MODIFY COLUMN `sound` mediumint(8) unsigned NOT NULL default '0'; + diff --git a/sql/updates/11_characters.sql b/sql/updates/11_characters.sql index a9a002270..489ee028d 100644 --- a/sql/updates/11_characters.sql +++ b/sql/updates/11_characters.sql @@ -2,4 +2,5 @@ ALTER TABLE `arena_team_member` ADD COLUMN `points_to_add` int(10) UNSIGNED NOT DROP TABLE IF EXISTS `saved_variables`; CREATE TABLE `saved_variables` ( `NextArenaPointDistributionTime` timestamp NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Variable Saves'; \ No newline at end of file +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Variable Saves'; + diff --git a/sql/updates/120_world.sql b/sql/updates/120_world.sql index 3f3b231e8..f2ff51387 100644 --- a/sql/updates/120_world.sql +++ b/sql/updates/120_world.sql @@ -159,4 +159,5 @@ INSERT INTO command VALUES ('server exit',4,'Syntax: .server exit\r\n\r\nTerminate Trinity NOW.'), ('server motd',0,'Syntax: .server motd\r\n\r\nShow server Message of the day.'), ('server set loglevel',4,'Syntax: .server set loglevel #level\r\n\r\nSet server log level (0 - errors only, 1 - basic, 2 - detail, 3 - debug).'), -('server set motd',3,'Syntax: .server set motd $MOTD\r\n\r\nSet server Message of the day.'); \ No newline at end of file +('server set motd',3,'Syntax: .server set motd $MOTD\r\n\r\nSet server Message of the day.'); + diff --git a/sql/updates/123_world_scripts.sql b/sql/updates/123_world_scripts.sql index b5f9305e3..7281193a2 100644 --- a/sql/updates/123_world_scripts.sql +++ b/sql/updates/123_world_scripts.sql @@ -213,3 +213,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, -- -- ALTER TABLE `script_texts` ORDER BY `entry` desc; + diff --git a/sql/updates/125_world_scripts.sql b/sql/updates/125_world_scripts.sql index 9994c0e7a..5d28ec325 100644 --- a/sql/updates/125_world_scripts.sql +++ b/sql/updates/125_world_scripts.sql @@ -2,4 +2,5 @@ update creature_template set speed='0.01', scriptname='mob_toxic_sporebat' WHERE update creature_template SET scriptname='npc_overlord_morghor' WHERE entry=23139; update creature_template SET scriptname='npc_lord_illidan_stormrage' WHERE entry=22083; update creature_template SET scriptname='npc_yarzill_the_merc' WHERE entry=23141; -update quest_template SET StartScript=0 WHERE entry=11108; \ No newline at end of file +update quest_template SET StartScript=0 WHERE entry=11108; + diff --git a/sql/updates/133_world_scripts.sql b/sql/updates/133_world_scripts.sql index 057f7c44e..cd082ee2a 100644 --- a/sql/updates/133_world_scripts.sql +++ b/sql/updates/133_world_scripts.sql @@ -77,4 +77,5 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1560019,'Thrall will remain a slave. Taretha will die. You have failed.',10426,1,0,'epoch SAY_SLAY2'), (-1560020,'Not so fast!',10423,1,0,'epoch SAY_BREATH1'), (-1560021,'Struggle as much as you like!',10424,1,0,'epoch SAY_BREATH2'), -(-1560022,'No!...The master... will not... be pleased.',10427,1,0,'epoch SAY_DEATH'); \ No newline at end of file +(-1560022,'No!...The master... will not... be pleased.',10427,1,0,'epoch SAY_DEATH'); + diff --git a/sql/updates/140_world.sql b/sql/updates/140_world.sql index 6a7389602..a743fa69f 100644 --- a/sql/updates/140_world.sql +++ b/sql/updates/140_world.sql @@ -18,4 +18,5 @@ INSERT INTO trinity_string VALUES (341,'%s is not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (342,'%s is now not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (810,'You must be in a raid group to enter the instance %s!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(811,'You cannot enter %s while in a ghost mode!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(811,'You cannot enter %s while in a ghost mode!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); + diff --git a/sql/updates/145_world_scripts.sql b/sql/updates/145_world_scripts.sql index 5ec3702b1..1d9341dd6 100644 --- a/sql/updates/145_world_scripts.sql +++ b/sql/updates/145_world_scripts.sql @@ -24,4 +24,5 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_kael_orb' WHERE `entry` = 18 UPDATE `gameobject_template` SET `ScriptName` = 'go_movie_orb' WHERE `entry` = 187578; update creature_template SET spell1=6474 WHERE entry=22487; -update creature_template SET spell1=3600 WHERE entry=22486; \ No newline at end of file +update creature_template SET spell1=3600 WHERE entry=22486; + diff --git a/sql/updates/146_world.sql b/sql/updates/146_world.sql index 31999cd97..bc419f471 100644 --- a/sql/updates/146_world.sql +++ b/sql/updates/146_world.sql @@ -90,4 +90,5 @@ VALUES INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES - (45246, 45348, 1, 'Apply Flame Touched'); \ No newline at end of file + (45246, 45348, 1, 'Apply Flame Touched'); + diff --git a/sql/updates/147_world.sql b/sql/updates/147_world.sql index c6e75d410..a6dca5be3 100644 --- a/sql/updates/147_world.sql +++ b/sql/updates/147_world.sql @@ -1,3 +1,4 @@ -- Magtheridon Earthquake DELETE FROM spell_script_target WHERE `entry` IN (30657); -INSERT INTO spell_script_target VALUES ('30657', '1', '24136'); \ No newline at end of file +INSERT INTO spell_script_target VALUES ('30657', '1', '24136'); + diff --git a/sql/updates/152_world.sql b/sql/updates/152_world.sql index 3b3d09c56..52d02a132 100644 --- a/sql/updates/152_world.sql +++ b/sql/updates/152_world.sql @@ -5,4 +5,5 @@ insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('27799','27803','0','Holy Nova (rank4)'); insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('27800','27804','0','Holy Nova (rank5)'); insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('27801','27805','0','Holy Nova (rank6)'); -insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('25331','25329','0','Holy Nova (rank7)'); \ No newline at end of file +insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('25331','25329','0','Holy Nova (rank7)'); + diff --git a/sql/updates/153_world.sql b/sql/updates/153_world.sql index dbff15928..5b135c844 100644 --- a/sql/updates/153_world.sql +++ b/sql/updates/153_world.sql @@ -1 +1,2 @@ -update creature_template set flags_extra = 128 where entry = 12999; \ No newline at end of file +update creature_template set flags_extra = 128 where entry = 12999; + diff --git a/sql/updates/171_world.sql b/sql/updates/171_world.sql index fdcd98f4d..f7c9105eb 100644 --- a/sql/updates/171_world.sql +++ b/sql/updates/171_world.sql @@ -14,4 +14,5 @@ INSERT INTO `command` (name,security,help) VALUES ('pet tp',2,'Syntax: .pet tp #\r\n\r\nChange pet\'s amount of training points.'), ('modify gender',2,'Syntax: .modify gender\r\n\r\n.modify gender #male/female - Turns selected player into a male or female'), ('gobject activate',2,'Syntax: .gobject activate #guid\r\n\r\nActivates an object like a door or a button.'), -('playall',2,'Syntax: .playall #soundid\r\n\r\nPlayer a sound to whole server.'); \ No newline at end of file +('playall',2,'Syntax: .playall #soundid\r\n\r\nPlayer a sound to whole server.'); + diff --git a/sql/updates/172_world_scripts.sql b/sql/updates/172_world_scripts.sql index 358afe538..82de4e3eb 100644 --- a/sql/updates/172_world_scripts.sql +++ b/sql/updates/172_world_scripts.sql @@ -776,3 +776,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000103,'You can go tell Stoutmantle this is where the Defias Gang is holed up, $N.',0,0,7,'defias traitor SAY_END'), (-1000104,'%s coming in fast! Prepare to fight!',0,0,7,'defias traitor SAY_AGGRO_1'), (-1000105,'Help!',0,0,7,'defias traitor SAY_AGGRO_2'); + diff --git a/sql/updates/175_world_scripts.sql b/sql/updates/175_world_scripts.sql index d30601c4c..dc46a6773 100644 --- a/sql/updates/175_world_scripts.sql +++ b/sql/updates/175_world_scripts.sql @@ -1 +1,2 @@ -UPDATE `creature_template` SET `ScriptName`='npc_defias_traitor' WHERE `entry`='467'; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='npc_defias_traitor' WHERE `entry`='467'; + diff --git a/sql/updates/176_world.sql b/sql/updates/176_world.sql index 12df2a083..2cb80bd25 100644 --- a/sql/updates/176_world.sql +++ b/sql/updates/176_world.sql @@ -30,3 +30,4 @@ CREATE TABLE `locales_npc_option` ( ALTER TABLE `creature_template` CHANGE COLUMN `flags` `unit_flags` int(10) unsigned NOT NULL default '0', CHANGE COLUMN `flag1` `type_flags` int(10) unsigned NOT NULL default '0'; + diff --git a/sql/updates/182_world.sql b/sql/updates/182_world.sql index 450b53947..70c200b51 100644 --- a/sql/updates/182_world.sql +++ b/sql/updates/182_world.sql @@ -2,3 +2,4 @@ DELETE FROM `command` WHERE name IN ('possess', 'unpossess'); INSERT INTO `command` (name,security,help) VALUES ('possess',3,'Syntax: .possess\r\n\r\nPossesses indefinitely the selected creature.'), ('unpossess',3,'Syntax: .unpossess\r\n\r\nIf you are possessed, unpossesses yourself; otherwise unpossesses current possessed target.'); + diff --git a/sql/updates/212_world_scripts.sql b/sql/updates/212_world_scripts.sql index 1427efde6..b1c6a4cad 100644 --- a/sql/updates/212_world_scripts.sql +++ b/sql/updates/212_world_scripts.sql @@ -2,4 +2,5 @@ UPDATE `creature_template` SET `ScriptName`='npc_clintar_dreamwalker' WHERE `ent UPDATE `creature_template` SET `ScriptName`='npc_clintar_spirit' WHERE `entry` = 22916; UPDATE `creature_template` SET `ScriptName`='mob_sparrowhawk' WHERE `entry`=22979; UPDATE `creature_template` SET `ScriptName`='mob_rizzle_sprysprocket' WHERE `entry`=23002; -UPDATE `creature_template` SET `ScriptName`='mob_depth_charge' WHERE `entry`=23025; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='mob_depth_charge' WHERE `entry`=23025; + diff --git a/sql/updates/220_characters.sql b/sql/updates/220_characters.sql index 1d9e3f50a..5075f2e3b 100644 --- a/sql/updates/220_characters.sql +++ b/sql/updates/220_characters.sql @@ -1,2 +1,3 @@ ALTER TABLE `characters` - ADD `latency` int(11) unsigned NOT NULL default '0' AFTER `taxi_path`; \ No newline at end of file + ADD `latency` int(11) unsigned NOT NULL default '0' AFTER `taxi_path`; + diff --git a/sql/updates/230_world.sql b/sql/updates/230_world.sql index 3f3565e78..edb469717 100644 --- a/sql/updates/230_world.sql +++ b/sql/updates/230_world.sql @@ -1,2 +1,3 @@ UPDATE `spell_proc_event` SET `procFlags` = '8396800' WHERE `entry` =14774; UPDATE `spell_proc_event` SET `procFlags` = '8396800' WHERE `entry` =14531; + diff --git a/sql/updates/230_world_blacktemple.sql b/sql/updates/230_world_blacktemple.sql index 74345a7c5..20823b188 100644 --- a/sql/updates/230_world_blacktemple.sql +++ b/sql/updates/230_world_blacktemple.sql @@ -22,4 +22,5 @@ update creature_template set scriptname = 'mob_blade_of_azzinoth' where entry = -- parasitic shadowfiend update creature_template set scriptname = 'mob_parasitic_shadowfiend' where entry = 23498; -- Maiev -update creature_template set minlevel = 73, maxlevel = 73, minhealth = 500000, maxhealth = 500000, mindmg = 3000, maxdmg = 4000 where entry = 23197; \ No newline at end of file +update creature_template set minlevel = 73, maxlevel = 73, minhealth = 500000, maxhealth = 500000, mindmg = 3000, maxdmg = 4000 where entry = 23197; + diff --git a/sql/updates/230_world_scripts.sql b/sql/updates/230_world_scripts.sql index 34d3ee570..a188fd285 100644 --- a/sql/updates/230_world_scripts.sql +++ b/sql/updates/230_world_scripts.sql @@ -1 +1,2 @@ -update gameobject_template set scriptname = 'go_gilded_brazier' where entry = 181956; \ No newline at end of file +update gameobject_template set scriptname = 'go_gilded_brazier' where entry = 181956; + diff --git a/sql/updates/230_world_serpent_shrine.sql b/sql/updates/230_world_serpent_shrine.sql index 0e16bd6de..c957af10a 100644 --- a/sql/updates/230_world_serpent_shrine.sql +++ b/sql/updates/230_world_serpent_shrine.sql @@ -11,3 +11,4 @@ UPDATE creature_model_info SET bounding_radius = '13', combat_reach = '20' WHERE UPDATE creature_template SET InhabitType = '3', ScriptName = 'boss_the_lurker_below' WHERE entry = '21217'; UPDATE creature_template SET ScriptName = 'mob_coilfang_ambusher' WHERE entry = '21865'; UPDATE creature_template SET ScriptName = 'mob_coilfang_guardian' WHERE entry = '21873'; + diff --git a/sql/updates/231_world_scripts.sql b/sql/updates/231_world_scripts.sql index b07f7b47f..35d58244e 100644 --- a/sql/updates/231_world_scripts.sql +++ b/sql/updates/231_world_scripts.sql @@ -1,3 +1,4 @@ UPDATE `creature_template` SET `ScriptName`='boss_pathaleon_the_calculator' WHERE `entry`=19220; UPDATE `creature_template` SET `ScriptName`='mob_nether_wraith' WHERE `entry`=21062; -UPDATE `instance_template` SET `script`='instance_mechanar' WHERE `map`=554; \ No newline at end of file +UPDATE `instance_template` SET `script`='instance_mechanar' WHERE `map`=554; + diff --git a/sql/updates/233_world.sql b/sql/updates/233_world.sql index e77d057ca..8d29b83a4 100644 --- a/sql/updates/233_world.sql +++ b/sql/updates/233_world.sql @@ -1 +1,2 @@ UPDATE `spell_proc_event` SET `SchoolMask` = '1' WHERE `entry` = '41434'; + diff --git a/sql/updates/238_world.sql b/sql/updates/238_world.sql index c1180ca0a..1b70eeaf0 100644 --- a/sql/updates/238_world.sql +++ b/sql/updates/238_world.sql @@ -1 +1,2 @@ -DELETE FROM trinity_string WHERE entry IN (453); \ No newline at end of file +DELETE FROM trinity_string WHERE entry IN (453); + diff --git a/sql/updates/240_world.sql b/sql/updates/240_world.sql index 9a91607fe..44e7c518e 100644 --- a/sql/updates/240_world.sql +++ b/sql/updates/240_world.sql @@ -2,4 +2,5 @@ delete from `command` where `name` IN ('senditems','sendmail'); insert into `command` (`name`, `security`, `help`) values ('senditems',3,'Syntax: .senditems #playername "#subject" "#text" itemid1[:count1] itemid2[:count2] ... itemidN[:countN]\r\n\r\nSend a mail to a player. Subject and mail text must be in "". If for itemid not provided related count values then expected 1, if count > max items in stack then items will be send in required amount stacks. All stacks amount in mail limited to 12.'), ('sendmail',1,'Syntax: .sendmail #playername "#subject" "#text"\r\n\r\nSend a mail to a player. Subject and mail text must be in "".'); - \ No newline at end of file + + diff --git a/sql/updates/241_world.sql b/sql/updates/241_world.sql index 2bc028b3e..4aa3ae99b 100644 --- a/sql/updates/241_world.sql +++ b/sql/updates/241_world.sql @@ -2,3 +2,4 @@ DELETE FROM `command` WHERE name IN ('bindsight', 'unbindsight'); INSERT INTO `command` (name,security,help) VALUES ('bindsight',3,'Syntax: .bindsight\r\n\r\nBinds vision to the selected unit indefinitely. Cannot be used while currently possessing a target.'), ('unbindsight',3,'Syntax: .unbindsight\r\n\r\nRemoves bound vision. Cannot be used while currently possessing a target.'); + diff --git a/sql/updates/247_world.sql b/sql/updates/247_world.sql index a47e9733b..95a087d1a 100644 --- a/sql/updates/247_world.sql +++ b/sql/updates/247_world.sql @@ -26,4 +26,5 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen DELETE FROM spell_target_position WHERE `id` IN (46019, 46020); INSERT INTO spell_target_position () VALUES (46019, 580, 1704.34, 928.17, -74.558, 0); -INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0); \ No newline at end of file +INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0); + diff --git a/sql/updates/262_characters.sql b/sql/updates/262_characters.sql index b3caa9704..093078d14 100644 --- a/sql/updates/262_characters.sql +++ b/sql/updates/262_characters.sql @@ -3,3 +3,4 @@ ALTER TABLE `guild_bank_tab` ALTER TABLE `character_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index` ; ALTER TABLE `pet_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index`; + diff --git a/sql/updates/262_realmd.sql b/sql/updates/262_realmd.sql index 1953f19fe..28dc64111 100644 --- a/sql/updates/262_realmd.sql +++ b/sql/updates/262_realmd.sql @@ -1,2 +1,3 @@ ALTER TABLE `account` CHANGE COLUMN `email` `email` text; + diff --git a/sql/updates/262_world.sql b/sql/updates/262_world.sql index 6c97d9798..cd90a3df6 100644 --- a/sql/updates/262_world.sql +++ b/sql/updates/262_world.sql @@ -98,4 +98,5 @@ ALTER TABLE creature_movement ADD COLUMN textid2 int(11) NOT NULL default '0' AFTER textid1, ADD COLUMN textid3 int(11) NOT NULL default '0' AFTER textid2, ADD COLUMN textid4 int(11) NOT NULL default '0' AFTER textid3, - ADD COLUMN textid5 int(11) NOT NULL default '0' AFTER textid4; \ No newline at end of file + ADD COLUMN textid5 int(11) NOT NULL default '0' AFTER textid4; + diff --git a/sql/updates/273_world_scripts.sql b/sql/updates/273_world_scripts.sql index 2979197c7..800f181f8 100644 --- a/sql/updates/273_world_scripts.sql +++ b/sql/updates/273_world_scripts.sql @@ -1,3 +1,4 @@ UPDATE `creature_template` SET `ScriptName`='npc_wounded_blood_elf' WHERE `entry`='16993'; UPDATE `creature_template` SET `ScriptName` = 'mob_phase_hunter' WHERE `entry` = '18879'; + diff --git a/sql/updates/285_world.sql b/sql/updates/285_world.sql index 74825f4b7..ab9c26ebc 100644 --- a/sql/updates/285_world.sql +++ b/sql/updates/285_world.sql @@ -37,3 +37,4 @@ INSERT INTO `trinity_string` VALUES (749,'The Stormpike General is Dead!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL) ; + diff --git a/sql/updates/287_world_scripts.sql b/sql/updates/287_world_scripts.sql index 4a0c50311..f761f897e 100644 --- a/sql/updates/287_world_scripts.sql +++ b/sql/updates/287_world_scripts.sql @@ -1,3 +1,4 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_steam_tonk' WHERE `entry` = '19405'; UPDATE `creature_template` SET `ScriptName` = 'npc_tonk_mine' WHERE `entry` = '15368'; + diff --git a/sql/updates/329_world.sql b/sql/updates/329_world.sql index 33f61416f..42dd8012c 100644 --- a/sql/updates/329_world.sql +++ b/sql/updates/329_world.sql @@ -583,3 +583,4 @@ INSERT INTO `spell_proc_event` VALUES ('28744', '0', '7', '64', '278528', '0', ' INSERT INTO `spell_proc_event` VALUES ('12488', '0', '3', '128', '327680', '0', '0', '0', '0'); INSERT INTO `spell_proc_event` VALUES ('19573', '0', '9', '8388608', '16384', '0', '0', '0', '0'); INSERT INTO `spell_proc_event` VALUES ('33757', '0', '0', '0', '0', '0', '0', '0', '3'); + diff --git a/sql/updates/332_world.sql b/sql/updates/332_world.sql index 912173fcb..c1864d6c0 100644 --- a/sql/updates/332_world.sql +++ b/sql/updates/332_world.sql @@ -1,3 +1,4 @@ DELETE FROM `spell_script_target` WHERE `entry` in (30659); INSERT INTO `spell_script_target` VALUES (30659, 1, 17281); + diff --git a/sql/updates/333_world.sql b/sql/updates/333_world.sql index 9bd405e35..77c2b4767 100644 --- a/sql/updates/333_world.sql +++ b/sql/updates/333_world.sql @@ -9,3 +9,4 @@ INSERT INTO `spell_proc_event` VALUES ('10608', '0', '0', '0', '0', '0', '0', '0 INSERT INTO `spell_proc_event` VALUES ('10610', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `spell_proc_event` VALUES ('25583', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `spell_proc_event` VALUES ('25584', '0', '0', '0', '0', '0', '0', '0', '3'); + diff --git a/sql/updates/334_world.sql b/sql/updates/334_world.sql index 6cd6cb771..e7e1c4b32 100644 --- a/sql/updates/334_world.sql +++ b/sql/updates/334_world.sql @@ -17,4 +17,5 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (784,'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (785,'Arena testing turned %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (786,'|cffff0000[Automatic]:|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(787,'|cffffff00[|c1f40af20Announce by|r |cffff0000%s|cffffff00]:|r %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(787,'|cffffff00[|c1f40af20Announce by|r |cffff0000%s|cffffff00]:|r %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); + diff --git a/sql/updates/341_world.sql b/sql/updates/341_world.sql index 7d1eb4a0c..ba02fe064 100644 --- a/sql/updates/341_world.sql +++ b/sql/updates/341_world.sql @@ -1 +1,2 @@ -TRUNCATE TABLE playercreateinfo_item; \ No newline at end of file +TRUNCATE TABLE playercreateinfo_item; + diff --git a/sql/updates/356_world.sql b/sql/updates/356_world.sql index 9db8a85d7..b7fc8258b 100644 --- a/sql/updates/356_world.sql +++ b/sql/updates/356_world.sql @@ -1,2 +1,3 @@ DELETE FROM `spell_elixir` WHERE `entry` = 45373; INSERT INTO `spell_elixir` VALUES (45373,0x1); + diff --git a/sql/updates/373_world_scripts.sql b/sql/updates/373_world_scripts.sql index db27ebe24..92623b3ec 100644 --- a/sql/updates/373_world_scripts.sql +++ b/sql/updates/373_world_scripts.sql @@ -1,3 +1,4 @@ UPDATE `creature_template` SET `ScriptName`='boss_warchief_kargath_bladefist' WHERE `entry`=16808; UPDATE `instance_template` SET `script`='instance_deadmines' WHERE `map`=36; UPDATE `item_template` SET `ScriptName`='item_defias_gunpowder' WHERE `entry`=5397; + diff --git a/sql/updates/377_world_scripts.sql b/sql/updates/377_world_scripts.sql index fe93962ef..c7d5bf98e 100644 --- a/sql/updates/377_world_scripts.sql +++ b/sql/updates/377_world_scripts.sql @@ -8,3 +8,4 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content (-1645007,'Champion Lightrend, make me proud!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'), (-1645008,'Show this upstart how a real Blood Knight fights, Swiftblade!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'), (-1645009,'Show $N the meaning of pain, Sunstriker!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'); + diff --git a/sql/updates/389_world.sql b/sql/updates/389_world.sql index 89094143f..9e199c377 100644 --- a/sql/updates/389_world.sql +++ b/sql/updates/389_world.sql @@ -7,3 +7,4 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen -- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-49011, 49009, 0, 'Wyvern Sting'); -- Rank 6 (not available till wotlk) -- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-49012, 49010, 0, 'Wyvern Sting'); + diff --git a/sql/updates/400_world.sql b/sql/updates/400_world.sql index a2f7d1e6c..25a1d1a74 100644 --- a/sql/updates/400_world.sql +++ b/sql/updates/400_world.sql @@ -8,3 +8,4 @@ INSERT INTO `spell_script_target` VALUES (5628, 1, 2013); INSERT INTO `spell_script_target` VALUES (5628, 1, 2014); INSERT INTO `spell_script_target` VALUES (45109, 1, 25084); INSERT INTO `spell_script_target` VALUES (45149, 0, 300154); + diff --git a/sql/updates/410_characters.sql b/sql/updates/410_characters.sql index 483b991e1..96bf01135 100644 --- a/sql/updates/410_characters.sql +++ b/sql/updates/410_characters.sql @@ -1,2 +1,3 @@ ALTER TABLE `guild_member` DROP INDEX `guid_key` , ADD UNIQUE `guid_key` ( `guid` ); + diff --git a/sql/updates/426_world_scripts.sql b/sql/updates/426_world_scripts.sql index fde6ee6db..d7cec0efd 100644 --- a/sql/updates/426_world_scripts.sql +++ b/sql/updates/426_world_scripts.sql @@ -11,3 +11,4 @@ UPDATE `creature_template` SET `ScriptName`='mob_archaedas_minions' WHERE `entry -- Stone keepers UPDATE `creature_template` SET `ScriptName`='mob_stonekeepers' WHERE `entry`=4857; + diff --git a/sql/updates/427_world_scripts.sql b/sql/updates/427_world_scripts.sql index b6fe5fb7a..abcff54ad 100644 --- a/sql/updates/427_world_scripts.sql +++ b/sql/updates/427_world_scripts.sql @@ -55,3 +55,4 @@ REPLACE INTO `script_texts` VALUES (-1189006, 'Your body lies beaten, battered and broken. Let my curse be your own, fate has spoken',0,0,0,0,0,0,0,0,11962,0,0,'Headless Horseman SAY_PLAYER_DEATH'), (-1189007, 'This end have I reached before. What new adventure lies in store?',0,0,0,0,0,0,0,0,11964,0,0,'Headless Horseman SAY_DEATH'); + diff --git a/sql/updates/444_world.sql b/sql/updates/444_world.sql index 004cf626f..b5d588c39 100644 --- a/sql/updates/444_world.sql +++ b/sql/updates/444_world.sql @@ -34,3 +34,4 @@ ALTER TABLE `creature_addon` ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `guid`; ALTER TABLE `creature_template_addon` ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `entry`; + diff --git a/sql/updates/452_world.sql b/sql/updates/452_world.sql index 3b549278f..dbc7589e4 100644 --- a/sql/updates/452_world.sql +++ b/sql/updates/452_world.sql @@ -7,3 +7,4 @@ DELETE FROM `spell_chain` WHERE `spell_id` = 26991; INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21849,0,1126,1,0); INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21850,21849,1126,2,0); INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (26991,21850,1126,3,0); + diff --git a/sql/updates/455_world.sql b/sql/updates/455_world.sql index a5a23c5f5..5dec728d5 100644 --- a/sql/updates/455_world.sql +++ b/sql/updates/455_world.sql @@ -12,3 +12,4 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43655, 0, 'Electrical Arc Visual'); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43656, 0, 'Electrical Arc Visual'); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43659, 0, 'Electrical Arc Visual'); + diff --git a/sql/updates/45_characters.sql b/sql/updates/45_characters.sql index 9f370ba90..99ef0dd5c 100644 --- a/sql/updates/45_characters.sql +++ b/sql/updates/45_characters.sql @@ -11,3 +11,4 @@ CREATE TABLE `game_event_condition_save` ( `done` float default '0', PRIMARY KEY (`event_id`,`condition_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; + diff --git a/sql/updates/471_world.sql b/sql/updates/471_world.sql index 2db368326..c21757e29 100644 --- a/sql/updates/471_world.sql +++ b/sql/updates/471_world.sql @@ -1,2 +1,3 @@ UPDATE `gameobject_template` SET `faction`=1375 WHERE `entry` IN (184203, 184204, 184205); UPDATE `gameobject_template` SET `Scriptname`='go_bridge_console' WHERE entry=184568; + diff --git a/sql/updates/480_world_scripts.sql b/sql/updates/480_world_scripts.sql index 203196a0f..7eeaeb61f 100644 --- a/sql/updates/480_world_scripts.sql +++ b/sql/updates/480_world_scripts.sql @@ -1,2 +1,3 @@ UPDATE `creature_template` SET `ScriptName`='npc_winter_reveler' WHERE `entry`=15760; UPDATE `creature_template` SET `ScriptName`='npc_brewfest_reveler' WHERE `entry`=24484; + diff --git a/sql/updates/488_world_scripts.sql b/sql/updates/488_world_scripts.sql index 41b264fb2..8aab8c464 100644 --- a/sql/updates/488_world_scripts.sql +++ b/sql/updates/488_world_scripts.sql @@ -733,3 +733,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000125, 'You! Enter the fray!', 0, 0, 0, 'twiggy SAY_TWIGGY_FRAY'), (-1000126, 'Challenger is down!', 0, 0, 0, 'twiggy SAY_TWIGGY_DOWN'), (-1000127, 'The Affray is over.', 0, 0, 0, 'twiggy SAY_TWIGGY_OVER'); + diff --git a/sql/updates/502_world_scripts.sql b/sql/updates/502_world_scripts.sql index 458d8bb24..6f0cc47bf 100644 --- a/sql/updates/502_world_scripts.sql +++ b/sql/updates/502_world_scripts.sql @@ -4,3 +4,4 @@ UPDATE `creature_template` SET `ScriptName` = 'mob_coilfang_ambusher' WHERE `ent UPDATE `creature_template` SET `ScriptName` = 'mob_coilfang_guardian' WHERE `entry` = '21873'; UPDATE `creature_model_info` SET `bounding_radius` = '13', `combat_reach` = '20' WHERE `modelid` = '20216'; + diff --git a/sql/updates/505_world.sql b/sql/updates/505_world.sql index fe3b3c850..26812d4d3 100644 --- a/sql/updates/505_world.sql +++ b/sql/updates/505_world.sql @@ -7,3 +7,4 @@ CREATE TABLE `creature_formations` ( `angle` float unsigned NOT NULL, `groupAI` int(11) unsigned NOT NULL, PRIMARY KEY (`follower`)); + diff --git a/sql/updates/506_world.sql b/sql/updates/506_world.sql index 069690c4d..634aa3373 100644 --- a/sql/updates/506_world.sql +++ b/sql/updates/506_world.sql @@ -81,3 +81,4 @@ INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (31896,20184,20184,2,0); ALTER TABLE spell_chain DROP COLUMN prev_spell; + diff --git a/sql/updates/513_world_scripts.sql b/sql/updates/513_world_scripts.sql index 21a57ea33..871405790 100644 --- a/sql/updates/513_world_scripts.sql +++ b/sql/updates/513_world_scripts.sql @@ -17,3 +17,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1269026,'I am grateful for your aid, champions. Now, Gul\'dan\'s Horde will sweep across this world, like a locust swarm, and all my designs, all my carefully laid plans will at last fall into place.',10440,1,0,'medivh SAY_WIN'), (-1269027,'Orcs of the Horde! This portalis the gateway to your new destiny! Azeroth lies before you, ripe for the taking!',0,1,0,'medivh SAY_ORCS_ENTER'), (-1269028,'Gul\'dan speaks the truth! We should return at once to tell our brothers of the news! Retreat back trought the portal!',0,1,0,'medivh SAY_ORCS_ANSWER'); + diff --git a/sql/updates/519_world.sql b/sql/updates/519_world.sql index 2423f94ec..deddf74b4 100644 --- a/sql/updates/519_world.sql +++ b/sql/updates/519_world.sql @@ -1,2 +1,3 @@ ALTER TABLE `creature_formations` CHANGE `leader` `leaderGUID` int(11) unsigned NOT NULL default '0'; ALTER TABLE `creature_formations` CHANGE `follower` `memberGUID` int(11) unsigned NOT NULL default '0'; + diff --git a/sql/updates/537_world.sql b/sql/updates/537_world.sql index 2401a5aea..7929f4dbc 100644 --- a/sql/updates/537_world.sql +++ b/sql/updates/537_world.sql @@ -1,2 +1,3 @@ -- Removing the now unused creature_movement table DROP TABLE IF EXISTS `creature_movement`; + diff --git a/sql/updates/541_characters.sql b/sql/updates/541_characters.sql index 2651c069e..cddfb3351 100644 --- a/sql/updates/541_characters.sql +++ b/sql/updates/541_characters.sql @@ -6,3 +6,4 @@ CREATE TABLE `saved_variables` ( ALTER TABLE `arena_team_member` DROP COLUMN `points_to_add`; ALTER TABLE `arena_team_member` ADD COLUMN `personal_rating` int(10) UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE `characters` ADD COLUMN `arena_pending_points` int(10) UNSIGNED NOT NULL default '0' AFTER `taxi_path`; + diff --git a/sql/updates/541_world.sql b/sql/updates/541_world.sql index 7d8e1fc8e..676f9138b 100644 --- a/sql/updates/541_world.sql +++ b/sql/updates/541_world.sql @@ -23,4 +23,5 @@ INSERT INTO trinity_string (entry, content_default) VALUES (1137, 'You must be in GM mode to teleport to a player in a battleground.'), (1138, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.'); -DELETE FROM trinity_string WHERE entry = 714 OR entry = 716; \ No newline at end of file +DELETE FROM trinity_string WHERE entry = 714 OR entry = 716; + diff --git a/sql/updates/542_characters.sql b/sql/updates/542_characters.sql index 4cc3bebea..9af0975e0 100644 --- a/sql/updates/542_characters.sql +++ b/sql/updates/542_characters.sql @@ -72,3 +72,4 @@ SET WHERE `a`.`arenateamid` = `b`.`atid` AND `a`.`guid` = `b`.`b_guid`; + diff --git a/sql/updates/54_world.sql b/sql/updates/54_world.sql index 2d5e984d9..761149b53 100644 --- a/sql/updates/54_world.sql +++ b/sql/updates/54_world.sql @@ -3,3 +3,4 @@ CREATE TABLE `game_event_battleground_holiday` ( `bgflag` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`event`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; + diff --git a/sql/updates/551_world.sql b/sql/updates/551_world.sql index 5a01d596a..c064a8e99 100644 --- a/sql/updates/551_world.sql +++ b/sql/updates/551_world.sql @@ -19,4 +19,5 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000134, 'We\'ve had too many setbacks along the way: Hellfire Citadel, Fallen Sky Ridge, Firewing Point... Prince Kael\'thas will tolerate no further delays. I will tolerate nothing other than complete success!', 0, 0, 0, 'dawnforge PATHALEON_CULATOR_IMAGE_2_1'), (-1000135, 'I am returning to Tempest Keep. See to it that I do not have reason to return!', 0, 0, 0, 'dawnforge PATHALEON_CULATOR_IMAGE_2_2' ), (-1000136, 'Yes, my lord.', 0, 0, 0, 'dawnforge COMMANDER_DAWNFORGE_4 SAY_ARCANIST_ARDONIS_2'), -(-1000137, 'See to it, Ardonis!', 0, 0, 0, 'dawnforge COMMANDER_DAWNFORGE_5'); \ No newline at end of file +(-1000137, 'See to it, Ardonis!', 0, 0, 0, 'dawnforge COMMANDER_DAWNFORGE_5'); + diff --git a/sql/updates/566_world.sql b/sql/updates/566_world.sql index 6c176e1ad..6ff3126aa 100644 --- a/sql/updates/566_world.sql +++ b/sql/updates/566_world.sql @@ -22,3 +22,4 @@ INSERT INTO spell_script_target VALUES (39011,1,20885), (40106,1,22883), (40105,1,22883); + diff --git a/sql/updates/571_world.sql b/sql/updates/571_world.sql index 115c21030..2bd76e457 100644 --- a/sql/updates/571_world.sql +++ b/sql/updates/571_world.sql @@ -3,3 +3,4 @@ ALTER TABLE spell_chain DROP COLUMN rank; ALTER TABLE spell_chain RENAME TO spell_required; DELETE FROM spell_required WHERE req_spell=0; + diff --git a/sql/updates/572_world.sql b/sql/updates/572_world.sql index 33ce446b0..033548f03 100644 --- a/sql/updates/572_world.sql +++ b/sql/updates/572_world.sql @@ -5,3 +5,4 @@ DELETE FROM `script_texts` WHERE `entry` IN (-1000138,-1000139); INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,`comment`) VALUES (-1000138, 'Avruu\'s magic... it still controls me. You must fight me, mortal. It\'s the only way to break the spell!', 0, 0, 0, 'aeranas SAY_SUMMON'), (-1000139, 'Avruu\'s magic is broken! I\'m free once again!', 0, 0, 0, 'aeranas SAY_FREE'); + diff --git a/sql/updates/575_world_scripts.sql b/sql/updates/575_world_scripts.sql index 85a75215f..b084d2eac 100644 --- a/sql/updates/575_world_scripts.sql +++ b/sql/updates/575_world_scripts.sql @@ -1 +1,2 @@ UPDATE `item_template` SET `ScriptName` = "item_only_for_flight" WHERE `entry` IN (34475, 34489, 24538); + diff --git a/sql/updates/57_world_scripts.sql b/sql/updates/57_world_scripts.sql index 2f76ae8c9..b87c607a1 100644 --- a/sql/updates/57_world_scripts.sql +++ b/sql/updates/57_world_scripts.sql @@ -36,4 +36,5 @@ INSERT INTO `spell_proc_event` VALUES ('43983', '0', '0', '0', '0', '0', '16384' DELETE FROM `spell_script_target` WHERE `entry` = 42577; INSERT INTO `spell_script_target` VALUES ('42577', '1', '24136'); -UPDATE `creature_template` SET `ScriptName` = 'npc_zulaman_hostage' WHERE `entry` IN (23790, 23999, 24024, 24001); \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_zulaman_hostage' WHERE `entry` IN (23790, 23999, 24024, 24001); + diff --git a/sql/updates/583_world_scripts.sql b/sql/updates/583_world_scripts.sql index 45f8d80a2..3ef0a2399 100644 --- a/sql/updates/583_world_scripts.sql +++ b/sql/updates/583_world_scripts.sql @@ -1 +1,2 @@ -UPDATE creature_template SET Scriptname='npc_ranger_lilatha' WHERE entry=16295; \ No newline at end of file +UPDATE creature_template SET Scriptname='npc_ranger_lilatha' WHERE entry=16295; + diff --git a/sql/updates/586_world_scripts.sql b/sql/updates/586_world_scripts.sql index a86cec495..d4102fdfe 100644 --- a/sql/updates/586_world_scripts.sql +++ b/sql/updates/586_world_scripts.sql @@ -1,2 +1,3 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_trigger' WHERE `entry` = 104593; -UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_door' WHERE `entry` = 176594; \ No newline at end of file +UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_door' WHERE `entry` = 176594; + diff --git a/sql/updates/588_world.sql b/sql/updates/588_world.sql index e85a034f3..346101bdc 100644 --- a/sql/updates/588_world.sql +++ b/sql/updates/588_world.sql @@ -4,4 +4,5 @@ INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6614','Notific INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6615','|cffffff00[|c1f40af20GM Announce by|r |cffff0000%s|cffffff00]:|r %s|r'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmnotify', 2, 'Syntax: .gmnotify $notification\r\nDisplays a notification on the screen of all online GM\'s.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmnameannounce', 2, 'Syntax: .gmnameannounce $announcement.\r\nSend an announcement to all online GM\'s, displaying the name of the sender.'); -INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmannounce', 4, 'Syntax: .gmannounce $announcement\r\nSend an announcement to online Gamemasters.'); \ No newline at end of file +INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmannounce', 4, 'Syntax: .gmannounce $announcement\r\nSend an announcement to online Gamemasters.'); + diff --git a/sql/updates/608_world.sql b/sql/updates/608_world.sql index 5c052ecd0..6cb9665f3 100644 --- a/sql/updates/608_world.sql +++ b/sql/updates/608_world.sql @@ -164,3 +164,4 @@ INSERT INTO `spell_script_target` VALUES (46896,0,181605), (47104,1,26401), (49058,1,24968); -- Rocket Bot Attack + diff --git a/sql/updates/615_world.sql b/sql/updates/615_world.sql index 28512e851..99ccb0cda 100644 --- a/sql/updates/615_world.sql +++ b/sql/updates/615_world.sql @@ -5,3 +5,4 @@ DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (-49011, -49012); DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (43468, 43648); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43648, 44007, 1, 'Storm Eye Safe Zone'); + diff --git a/sql/updates/636_world_scripts.sql b/sql/updates/636_world_scripts.sql index 5527d639f..e8a0fec45 100644 --- a/sql/updates/636_world_scripts.sql +++ b/sql/updates/636_world_scripts.sql @@ -6,4 +6,5 @@ insert into event_scripts values -- remove every Image from Medivh (should not be spawned by db) delete from creature where id = 17651; -- add script -update creature_template set scriptname = 'npc_image_of_medivh' where entry = 17651; \ No newline at end of file +update creature_template set scriptname = 'npc_image_of_medivh' where entry = 17651; + diff --git a/sql/updates/640_world.sql b/sql/updates/640_world.sql index 20253029d..b32ee6819 100644 --- a/sql/updates/640_world.sql +++ b/sql/updates/640_world.sql @@ -3,3 +3,4 @@ INSERT INTO `spell_script_target` VALUES (33655,0,183350), (33633,0,183351), (44374,1,24722); + diff --git a/sql/updates/645_world_scripts.sql b/sql/updates/645_world_scripts.sql index f480a97e2..834efb390 100644 --- a/sql/updates/645_world_scripts.sql +++ b/sql/updates/645_world_scripts.sql @@ -2,4 +2,5 @@ delete from creature where id=17318; update creature_template set scriptname='npc_geezle' where entry=17318; delete from event_scripts where id=10675; insert into event_scripts () VALUES (10675, 0, 10, 17318, 120000, 0, -5134.3, -11250.3, 5.29568, 6.23554), -(10675, 72, 7, 9531, 0, 0, 0, 0, 0, 0); \ No newline at end of file +(10675, 72, 7, 9531, 0, 0, 0, 0, 0, 0); + diff --git a/sql/updates/667_world_scripts.sql b/sql/updates/667_world_scripts.sql index 1da0cea44..4b2930cd7 100644 --- a/sql/updates/667_world_scripts.sql +++ b/sql/updates/667_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname='npc_professor_dabiri' where entry=20907; \ No newline at end of file +update creature_template set scriptname='npc_professor_dabiri' where entry=20907; + diff --git a/sql/updates/66_world_scripts.sql b/sql/updates/66_world_scripts.sql index dfce2afed..fcdf65e46 100644 --- a/sql/updates/66_world_scripts.sql +++ b/sql/updates/66_world_scripts.sql @@ -15,4 +15,5 @@ INSERT INTO `spell_script_target` VALUES ('45388', '1', '25038'); INSERT INTO `spell_script_target` VALUES ('45389', '1', '25265'); INSERT INTO `spell_script_target` VALUES ('44885', '1', '25160'); INSERT INTO `spell_script_target` VALUES ('46350', '1', '25160'); -INSERT INTO `spell_script_target` VALUES ('45714', '1', '25038'); \ No newline at end of file +INSERT INTO `spell_script_target` VALUES ('45714', '1', '25038'); + diff --git a/sql/updates/676_world.sql b/sql/updates/676_world.sql index 2b9135c04..b023e01f0 100644 --- a/sql/updates/676_world.sql +++ b/sql/updates/676_world.sql @@ -1,2 +1,3 @@ UPDATE `trinity_string` SET `content_default`='Player |cffff0000%s|r kicked by |cffff0000%s|r. Reason: |cffff0000%s|r.' WHERE (`entry`='282'); -UPDATE `command` SET `help`='Syntax: .kick [$charactername] [$reason]\r\n\r\nKick the given character name from the world with or without reason. If no character name is provided then the selected player (except for yourself) will be kicked. If no reason is provided, default is \"No Reason\".' WHERE (`name`='kick'); \ No newline at end of file +UPDATE `command` SET `help`='Syntax: .kick [$charactername] [$reason]\r\n\r\nKick the given character name from the world with or without reason. If no character name is provided then the selected player (except for yourself) will be kicked. If no reason is provided, default is \"No Reason\".' WHERE (`name`='kick'); + diff --git a/sql/updates/679_world_scripts.sql b/sql/updates/679_world_scripts.sql index 15d432047..0d725f850 100644 --- a/sql/updates/679_world_scripts.sql +++ b/sql/updates/679_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname='npc_deathstalker_erland' where entry=1978; \ No newline at end of file +update creature_template set scriptname='npc_deathstalker_erland' where entry=1978; + diff --git a/sql/updates/683_world_scripts.sql b/sql/updates/683_world_scripts.sql index 6463adad0..50ca23c38 100644 --- a/sql/updates/683_world_scripts.sql +++ b/sql/updates/683_world_scripts.sql @@ -1,2 +1,3 @@ update quest_template set specialflags=2 where entry=665; -update creature_template set scriptname='npc_professor_phizzlethorpe' where entry=2768; \ No newline at end of file +update creature_template set scriptname='npc_professor_phizzlethorpe' where entry=2768; + diff --git a/sql/updates/686_world_scripts.sql b/sql/updates/686_world_scripts.sql index 80d0468c3..f2b17d211 100644 --- a/sql/updates/686_world_scripts.sql +++ b/sql/updates/686_world_scripts.sql @@ -12,4 +12,5 @@ INSERT INTO script_texts (entry, content_default, sound, type, language, comment (-1047007, 'I am glad that we are out again from this damned ditch. However, up here it is not much better!', 0, 0, 0, 'Willix'), (-1047008, 'Finally! I am glad that I come, finally out here.', 0, 0, 0, 'Willix'), (-1047009, 'I will rather rest a moment and come again to breath, before I return to Ratchet.', 0, 0, 0, 'Willix'), -(-1047010, 'Many thanks for your help.', 0, 0, 0, 'Willix'); \ No newline at end of file +(-1047010, 'Many thanks for your help.', 0, 0, 0, 'Willix'); + diff --git a/sql/updates/68_world.sql b/sql/updates/68_world.sql index 650f4ea3c..40678a4a5 100644 --- a/sql/updates/68_world.sql +++ b/sql/updates/68_world.sql @@ -13,4 +13,5 @@ INSERT INTO trinity_string VALUES DELETE FROM `command` WHERE `name` = 'freeze' or `name` = 'unfreeze' or name = 'listfreeze'; INSERT INTO `command` (`name`,`security`,`help`) VALUES ('freeze','2','Syntax: .freeze (#player)\r\n\"Freezes\" #player and disables his chat. When using this without #name it will freeze your target.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('unfreeze','2','Syntax: .unfreeze (#player)\r\n\"Unfreezes\" #player and enables his chat again. When using this without #name it will unfreeze your target.'); -INSERT INTO `command` (`name`,`security`,`help`) VALUES ('listfreeze','1','Syntax: .listfreeze\r\n\r\nSearch and output all frozen players.'); \ No newline at end of file +INSERT INTO `command` (`name`,`security`,`help`) VALUES ('listfreeze','1','Syntax: .listfreeze\r\n\r\nSearch and output all frozen players.'); + diff --git a/sql/updates/691_world_scripts.sql b/sql/updates/691_world_scripts.sql index 6c26e149e..47037e5e0 100644 --- a/sql/updates/691_world_scripts.sql +++ b/sql/updates/691_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname='npc_earthmender_wilda' where entry=21027; \ No newline at end of file +update creature_template set scriptname='npc_earthmender_wilda' where entry=21027; + diff --git a/sql/updates/692_world.sql b/sql/updates/692_world.sql index 634bf6a7f..5879d754f 100644 --- a/sql/updates/692_world.sql +++ b/sql/updates/692_world.sql @@ -4,4 +4,5 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell ('14148','0','0','0','2','0','0','0','0'); DELETE FROM `spell_proc_event` WHERE entry = 38164; INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES - (38164,0,0,0,0,1,0,0,60); \ No newline at end of file + (38164,0,0,0,0,1,0,0,60); + diff --git a/sql/updates/708_world_scripts.sql b/sql/updates/708_world_scripts.sql index 7a297f422..c218f610b 100644 --- a/sql/updates/708_world_scripts.sql +++ b/sql/updates/708_world_scripts.sql @@ -1,2 +1,3 @@ UPDATE `creature_template` SET `ScriptName` = 'boss_shirrak_the_dead_watcher' WHERE `entry` = '18371'; -UPDATE `creature_template` SET `ScriptName` = 'mob_focus_fire', `unit_flags` = '33554434' WHERE `entry` = '18374'; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'mob_focus_fire', `unit_flags` = '33554434' WHERE `entry` = '18374'; + diff --git a/sql/updates/70_world_scripts.sql b/sql/updates/70_world_scripts.sql index 1bbf737c5..893edc00a 100644 --- a/sql/updates/70_world_scripts.sql +++ b/sql/updates/70_world_scripts.sql @@ -24,4 +24,5 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_kservant' WHERE `entry` = '19685'; DELETE FROM `quest_start_scripts` WHERE `id`='10211'; -UPDATE `quest_template` SET `StartScript`='0' WHERE entry=10211; \ No newline at end of file +UPDATE `quest_template` SET `StartScript`='0' WHERE entry=10211; + diff --git a/sql/updates/722_world_script_texts.sql b/sql/updates/722_world_script_texts.sql index 8be4cd9a8..497889120 100644 --- a/sql/updates/722_world_script_texts.sql +++ b/sql/updates/722_world_script_texts.sql @@ -6,4 +6,5 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000143,'There\'s Farstrider Enclave now, $C. Not far to go... Look out! Troll ambush!!',0,0,1,'lilatha SAY_PROGRESS3'), (-1000144,'Thank you for saving my life and bringing me back to safety, $N',0,0,1,'lilatha SAY_END1'), (-1000145,'Captain Helios, I\'ve been rescued from the Amani Catacombs. Reporting for duty, sir!',0,0,1,'lilatha SAY_END2'), -(-1000146,'Liatha, get someone to look at those injuries. Thank you for bringing her back safely.',0,0,1,'lilatha CAPTAIN_ANSWER'); \ No newline at end of file +(-1000146,'Liatha, get someone to look at those injuries. Thank you for bringing her back safely.',0,0,1,'lilatha CAPTAIN_ANSWER'); + diff --git a/sql/updates/724_world.sql b/sql/updates/724_world.sql index 36a2d007d..c3850bc11 100644 --- a/sql/updates/724_world.sql +++ b/sql/updates/724_world.sql @@ -1,3 +1,4 @@ ALTER TABLE custom_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language; ALTER TABLE eventai_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language; -ALTER TABLE script_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language; \ No newline at end of file +ALTER TABLE script_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language; + diff --git a/sql/updates/725_characters.sql b/sql/updates/725_characters.sql index 17a87769b..193868e90 100644 --- a/sql/updates/725_characters.sql +++ b/sql/updates/725_characters.sql @@ -2,4 +2,5 @@ ALTER TABLE `character_ticket` RENAME TO `gm_tickets`; ALTER TABLE gm_tickets CHANGE `guid` `playerGuid` int(11) unsigned NOT NULL default '0'; ALTER TABLE gm_tickets CHANGE `ticket_id` `guid` int(11) unsigned NOT NULL default '0'; ALTER TABLE gm_tickets CHANGE `ticket_text` `message` text(0) NOT NULL; -ALTER TABLE gm_tickets CHANGE `ticket_lastchange` `timestamp` int(10) NOT NULL default '0'; \ No newline at end of file +ALTER TABLE gm_tickets CHANGE `ticket_lastchange` `timestamp` int(10) NOT NULL default '0'; + diff --git a/sql/updates/725_world.sql b/sql/updates/725_world.sql index 1a3172fb6..3141da908 100644 --- a/sql/updates/725_world.sql +++ b/sql/updates/725_world.sql @@ -28,3 +28,4 @@ INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket assign','3','U INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket unassign','3','Usage: .ticket unassign $ticketid.\r\nUnassigns the specified ticket from the current assigned Game Master.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket comment','2','Usage: .ticket comment $ticketid $comment.\r\nAllows the adding or modifying of a comment to the specified ticket.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.reload tickets','4','Usage: .reload tickets.\r\nReloads GM Tickets from the database and re-caches them into memory.'); + diff --git a/sql/updates/728_world_scripts.sql b/sql/updates/728_world_scripts.sql index 5b042ee40..027af8ede 100644 --- a/sql/updates/728_world_scripts.sql +++ b/sql/updates/728_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname='npc_apprentice_mirveda' where entry=15402; \ No newline at end of file +update creature_template set scriptname='npc_apprentice_mirveda' where entry=15402; + diff --git a/sql/updates/733_characters.sql b/sql/updates/733_characters.sql index d07852907..d966b131d 100644 --- a/sql/updates/733_characters.sql +++ b/sql/updates/733_characters.sql @@ -1 +1,2 @@ -ALTER TABLE gm_tickets ADD `name` varchar(15) NOT NULL AFTER `playerGuid`; \ No newline at end of file +ALTER TABLE gm_tickets ADD `name` varchar(15) NOT NULL AFTER `playerGuid`; + diff --git a/sql/updates/739_characters.sql b/sql/updates/739_characters.sql index 3cbcca983..96c5c597a 100644 --- a/sql/updates/739_characters.sql +++ b/sql/updates/739_characters.sql @@ -1 +1,2 @@ -ALTER TABLE gm_tickets ADD `comment` text(0) NOT NULL; \ No newline at end of file +ALTER TABLE gm_tickets ADD `comment` text(0) NOT NULL; + diff --git a/sql/updates/741_characters.sql b/sql/updates/741_characters.sql index 4ce094e3e..b7862c4f2 100644 --- a/sql/updates/741_characters.sql +++ b/sql/updates/741_characters.sql @@ -1,3 +1,4 @@ ALTER TABLE `gm_tickets` ADD `closed` tinyint(1) NOT NULL default '0' AFTER `timestamp`; ALTER TABLE `gm_tickets` ADD `assignedto` int(10) NOT NULL default '0' AFTER `timestamp`; + diff --git a/sql/updates/741_world.sql b/sql/updates/741_world.sql index a93d4e2bd..da59a6d36 100644 --- a/sql/updates/741_world.sql +++ b/sql/updates/741_world.sql @@ -8,3 +8,4 @@ REPLACE INTO `command` (`name`,`security`,`help`) VALUES ('ticket assign','3','U REPLACE INTO `command` (`name`,`security`,`help`) VALUES ('ticket unassign','3','Usage: .ticket unassign $ticketid.\r\nUnassigns the specified ticket from the current assigned Game Master.'); REPLACE INTO `command` (`name`,`security`,`help`) VALUES ('ticket comment','2','Usage: .ticket comment $ticketid $comment.\r\nAllows the adding or modifying of a comment to the specified ticket.'); REPLACE INTO `command` (`name`,`security`,`help`) VALUES ('reload tickets','4','Usage: .reload tickets.\r\nReloads GM Tickets from the database and re-caches them into memory.'); + diff --git a/sql/updates/747_world.sql b/sql/updates/747_world.sql index b526781b1..561f0adf9 100644 --- a/sql/updates/747_world.sql +++ b/sql/updates/747_world.sql @@ -1 +1,2 @@ -UPDATE `trinity_string` SET `content_default`='Ticket %d is already assigned.' WHERE (`entry`='2008'); \ No newline at end of file +UPDATE `trinity_string` SET `content_default`='Ticket %d is already assigned.' WHERE (`entry`='2008'); + diff --git a/sql/updates/748_world_scripts.sql b/sql/updates/748_world_scripts.sql index eb5b7c949..a9e079ec9 100644 --- a/sql/updates/748_world_scripts.sql +++ b/sql/updates/748_world_scripts.sql @@ -1,2 +1,3 @@ update creature_template set scriptname='npc_infused_crystal', flags_extra=0 where entry=16364; -delete from creature where id=17086; \ No newline at end of file +delete from creature where id=17086; + diff --git a/sql/updates/758_world_scripts.sql b/sql/updates/758_world_scripts.sql index a988a426d..cbb2a7832 100644 --- a/sql/updates/758_world_scripts.sql +++ b/sql/updates/758_world_scripts.sql @@ -2,4 +2,5 @@ delete from creature_template_addon where entry = 17225; update creature_template set scriptname = 'boss_nightbane', unit_flags=0 where entry = 17225; delete from event_scripts where id = 10951; insert into event_scripts values -(10951,0,10,17651,180000,0,-11159,-1907.22,91.48,0); \ No newline at end of file +(10951,0,10,17651,180000,0,-11159,-1907.22,91.48,0); + diff --git a/sql/updates/762_world.sql b/sql/updates/762_world.sql index 4f32617b0..7aaacedc4 100644 --- a/sql/updates/762_world.sql +++ b/sql/updates/762_world.sql @@ -3,4 +3,5 @@ CREATE TABLE `transport_events` ( `entry` int(11) unsigned NOT NULL default '0', `waypoint_id` int(11) unsigned NOT NULL default '0', `event_id` int(11) unsigned NOT NULL default '0' -) ENGINE=MyISAM DEFAULT CHARSET=utf8; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + diff --git a/sql/updates/764_world_scripts.sql b/sql/updates/764_world_scripts.sql index d071d8702..fb1d3a924 100644 --- a/sql/updates/764_world_scripts.sql +++ b/sql/updates/764_world_scripts.sql @@ -120,4 +120,5 @@ DELETE FROM `script_texts` WHERE `entry` BETWEEN -1533108 AND -1533075; (-1533108,'Fools, you have spread your powers too thin. Be free, my minions!',14482,1,0,'kelthuzad SAY_SPECIAL2_DISPELL'); UPDATE `script_texts` SET `sound`=8902 WHERE `entry`=-1533055; - UPDATE `script_texts` SET `sound`=8901 WHERE `entry`=-1533056; \ No newline at end of file + UPDATE `script_texts` SET `sound`=8901 WHERE `entry`=-1533056; + diff --git a/sql/updates/765_world_scripts.sql b/sql/updates/765_world_scripts.sql index 908a31d40..2cd56fa71 100644 --- a/sql/updates/765_world_scripts.sql +++ b/sql/updates/765_world_scripts.sql @@ -16,4 +16,5 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc2`, `type`, (-1000160, 'This timeway is currently collapsing. What that may hold for the past, present and future is currently unknown...', 'Cette voie est en train de s\'effondrer. Ce qu\'elle peut avoir contenu dans le passé, le présent et le futur nous est actuellement inconnu...', 4, 0, 'WHISPER_CUSTODIAN_11'), (-1000161, 'The timeways are currently ranked in order from least catastrophic to most catastrophic. Note that they are all classified as catastrophic, meaning that any single one of these timeways collapsing would mean that your world would end. We only classify them in such a way so that the heroes and adventurers that are sent here know which timeway best suits their abilities.', 'Les voies sont pour le moment classées de la moins catastrophique à la plus catastrophique, ce qui veut dire que la moindre de celles-ci qui s\'effondre signifierait la fin de votre monde. Nous les classons seulement de cette façon pour que les héros et aventuriers qui y sont envoyés sachent quelle voie est la plus adaptée à leurs compétences.', 4, 0, 'WHISPER_CUSTODIAN_12'), (-1000162, 'All we know of this timeway is that it leads to Mount Hyjal. The Infinite Dragonflight have gone to great lengths to prevent our involvement. We know next to nothing, mortal. Soridormi is currently attempting to break through the timeway\'s defenses but has thus far been unsuccessful. You might be our only hope of breaking through and resolving the conflict.', 'Tout ce que nous savons sur cette voie temporelle est qu\'elle mène au Mont Hyjal. Le Vol du Dragon Infini s\'est donné beaucoup de peine pour empêcher notre participation. Soridormi est actuellement en train de tenter de briser les défenses de cette voie, mais ses efforts ont été vain jusqu\'ici. Vous pourriez être notre seul espoir de les briser et de résoudre le conflit.', 4, 0, 'WHISPER_CUSTODIAN_13'), -(-1000163, 'Our time is at an end $N. I would wish you luck, if such a thing existed.', 'Notre entretien touche à sa fin, $N. Je vous souhaite bonne chance, si tant est qu\'une telle chose a jamais existé.', 4, 0, 'WHISPER_CUSTODIAN_14'); \ No newline at end of file +(-1000163, 'Our time is at an end $N. I would wish you luck, if such a thing existed.', 'Notre entretien touche à sa fin, $N. Je vous souhaite bonne chance, si tant est qu\'une telle chose a jamais existé.', 4, 0, 'WHISPER_CUSTODIAN_14'); + diff --git a/sql/updates/773_world_scripts.sql b/sql/updates/773_world_scripts.sql index e07beb784..962905c0f 100644 --- a/sql/updates/773_world_scripts.sql +++ b/sql/updates/773_world_scripts.sql @@ -6,4 +6,5 @@ INSERT INTO script_texts VALUES (-1000147, 'Lets go $N. I am ready to start to Whitereach Post.', NULL, NULL, 'Gehen wir $N.Ich bin bereit,mich zum Weissgipfelposten aufzumachen.', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, NULL), (-1000148, 'This seems to me trusted. If we move to the east, we are probably... Aah! Wyvern attack !', NULL, NULL, 'Das kommt mir vertraut vor.Wenn wir nach Osten ziehen,können wir wahrscheinlich...Aah!Flügeldrachen im Angriff!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, NULL), - (-1000149, 'Thanks so much... From here I find the way back to the Whitereach Post. Speak with Motega Firemane, maybe you can persuade him to send me home.', NULL, NULL, 'Tausend Dank...Von hier aus finde ich den Rückweg zum Weissgipfelposten.Sprecht unbedingt mit Motega Feuermähne,vielleicht könnt ihr ihn überreden,mich nach Hause zu schicken.', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, NULL); \ No newline at end of file + (-1000149, 'Thanks so much... From here I find the way back to the Whitereach Post. Speak with Motega Firemane, maybe you can persuade him to send me home.', NULL, NULL, 'Tausend Dank...Von hier aus finde ich den Rückweg zum Weissgipfelposten.Sprecht unbedingt mit Motega Feuermähne,vielleicht könnt ihr ihn überreden,mich nach Hause zu schicken.', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, NULL); + diff --git a/sql/updates/780_characters.sql b/sql/updates/780_characters.sql index cbcb193c2..40c4d3cdc 100644 --- a/sql/updates/780_characters.sql +++ b/sql/updates/780_characters.sql @@ -1,2 +1,3 @@ ALTER TABLE `gm_tickets` CHANGE `guid` `guid` int(10) NOT NULL AUTO_INCREMENT; -ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL; \ No newline at end of file +ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL; + diff --git a/sql/updates/783_world.sql b/sql/updates/783_world.sql index 24a8481e2..f78f35e29 100644 --- a/sql/updates/783_world.sql +++ b/sql/updates/783_world.sql @@ -1,4 +1,5 @@ DELETE FROM trinity_string where entry IN (10056, 10057); INSERT INTO trinity_string (entry, content_default) VALUES (10056, 'You must be a member of the Horde to enter the Hall of Legends.'), -(10057, 'You must be a member of the Alliance to enter the Champion\'s Hall.'); \ No newline at end of file +(10057, 'You must be a member of the Alliance to enter the Champion\'s Hall.'); + diff --git a/sql/updates/785_world.sql b/sql/updates/785_world.sql index 747b179f0..b4c11653a 100644 --- a/sql/updates/785_world.sql +++ b/sql/updates/785_world.sql @@ -2,3 +2,4 @@ delete from command where name in ('gobject addtemp', 'npc addtemp'); insert into command (name, security, help) values ('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'), ('npc addtemp','2','Adds temporary NPC, not saved to database.'); + diff --git a/sql/updates/789_world.sql b/sql/updates/789_world.sql index 0c51d1b3f..43e6bdc42 100644 --- a/sql/updates/789_world.sql +++ b/sql/updates/789_world.sql @@ -1 +1,2 @@ -ALTER TABLE eventai_texts DROP COLUMN emote; \ No newline at end of file +ALTER TABLE eventai_texts DROP COLUMN emote; + diff --git a/sql/updates/78_world.sql b/sql/updates/78_world.sql index faa02e0e2..4a9cbd384 100644 --- a/sql/updates/78_world.sql +++ b/sql/updates/78_world.sql @@ -21,3 +21,4 @@ INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyN (34598,0,0,0,0,0x0000000000000000,0x00020000,0,45), (36488,0,0,0,0,0x0000000000000000,0x08000000,0,0), (34584,0,0,0,0,0x0000000000000000,0x00004000,0,30); + diff --git a/sql/updates/79_characters.sql b/sql/updates/79_characters.sql index 15b99f2f4..c7b76549e 100644 --- a/sql/updates/79_characters.sql +++ b/sql/updates/79_characters.sql @@ -1,2 +1,3 @@ ALTER TABLE characters - CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0'; \ No newline at end of file + CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0'; + diff --git a/sql/updates/79_world.sql b/sql/updates/79_world.sql index 7b08a8253..1b5be949c 100644 --- a/sql/updates/79_world.sql +++ b/sql/updates/79_world.sql @@ -1,3 +1,4 @@ DELETE FROM spell_proc_event where entry = 42083; INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES -(42083,0,0,0,0,0x0000000000000000,0x00401000,0,45); \ No newline at end of file +(42083,0,0,0,0,0x0000000000000000,0x00401000,0,45); + diff --git a/sql/updates/807_world_scripts.sql b/sql/updates/807_world_scripts.sql index b3729d12f..ee512619e 100644 --- a/sql/updates/807_world_scripts.sql +++ b/sql/updates/807_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname='npc_isla_starmane' where entry=18760; \ No newline at end of file +update creature_template set scriptname='npc_isla_starmane' where entry=18760; + diff --git a/sql/updates/817_world_scripts.sql b/sql/updates/817_world_scripts.sql index 07750f338..071fb2989 100644 --- a/sql/updates/817_world_scripts.sql +++ b/sql/updates/817_world_scripts.sql @@ -10,4 +10,5 @@ VALUES (-1000205, 'A-ME at home!A-ME good!Good A-ME.At home.Home.Home', NULL, NULL, 'A-ME daheim!A-ME gut!Gute A-ME.Daheim.Daheim.Daheim', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL); UPDATE `quest_template` SET `QuestFlags` = 2, `SpecialFlags` = 2 WHERE `entry` = 4245; -UPDATE `creature_template` SET `ScriptName` = 'npc_ame' WHERE `entry` = 9623; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_ame' WHERE `entry` = 9623; + diff --git a/sql/updates/822_world_scripts.sql b/sql/updates/822_world_scripts.sql index f7a7016dc..117971d18 100644 --- a/sql/updates/822_world_scripts.sql +++ b/sql/updates/822_world_scripts.sql @@ -1,3 +1,4 @@ update creature_template set scriptname='npc_kayra_longmane' where entry=17969; delete from creature_template_addon where entry=17969; -update quest_template set specialflags=2 where entry=9752; \ No newline at end of file +update quest_template set specialflags=2 where entry=9752; + diff --git a/sql/updates/826_world_scripts.sql b/sql/updates/826_world_scripts.sql index b12522574..7dc2cf77a 100644 --- a/sql/updates/826_world_scripts.sql +++ b/sql/updates/826_world_scripts.sql @@ -1 +1,2 @@ -UPDATE `creature_template` SET `ScriptName` = 'npc_ruul_snowhoof' WHERE `entry` = 12818; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_ruul_snowhoof' WHERE `entry` = 12818; + diff --git a/sql/updates/82_world_scripts.sql b/sql/updates/82_world_scripts.sql index acdfdd06a..276a3385e 100644 --- a/sql/updates/82_world_scripts.sql +++ b/sql/updates/82_world_scripts.sql @@ -1 +1,2 @@ -UPDATE `creature_template` SET `ScriptName` = 'npc_twiggy_flathead' WHERE `entry` =6248; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_twiggy_flathead' WHERE `entry` =6248; + diff --git a/sql/updates/833_world_scripts.sql b/sql/updates/833_world_scripts.sql index ad68e7a1d..b8aed954f 100644 --- a/sql/updates/833_world_scripts.sql +++ b/sql/updates/833_world_scripts.sql @@ -1,2 +1,3 @@ update creature_template set scriptname='npc_dirty_larry', unit_flags=0, flags_extra=0 where entry=19720; -update creature_template set unit_flags=0, flags_extra=0 where entry in (19726, 19725); \ No newline at end of file +update creature_template set unit_flags=0, flags_extra=0 where entry in (19726, 19725); + diff --git a/sql/updates/834_world_scripts.sql b/sql/updates/834_world_scripts.sql index 14b3d7434..0b34f8be5 100644 --- a/sql/updates/834_world_scripts.sql +++ b/sql/updates/834_world_scripts.sql @@ -1 +1,2 @@ -UPDATE `creature_template` SET `ScriptName`='npc_ishanah' WHERE `entry`=18538; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='npc_ishanah' WHERE `entry`=18538; + diff --git a/sql/updates/837_world_scripts.sql b/sql/updates/837_world_scripts.sql index 9146566cf..810bd3510 100644 --- a/sql/updates/837_world_scripts.sql +++ b/sql/updates/837_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname='npc_khadgar' where entry=18166; \ No newline at end of file +update creature_template set scriptname='npc_khadgar' where entry=18166; + diff --git a/sql/updates/838_world_scripts.sql b/sql/updates/838_world_scripts.sql index bb7f56c05..1ff400dc8 100644 --- a/sql/updates/838_world_scripts.sql +++ b/sql/updates/838_world_scripts.sql @@ -2,3 +2,4 @@ delete from spell_script_target where entry=42222; insert into `spell_script_target` values ('42222','1','23616'); update `creature_template` set `scriptname`='npc_kyle_frenzied' where `entry`='23616'; + diff --git a/sql/updates/839_world_scripts.sql b/sql/updates/839_world_scripts.sql index 722737ea3..448cd44ca 100644 --- a/sql/updates/839_world_scripts.sql +++ b/sql/updates/839_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname='npc_wizzlecrank_shredder' where entry=3439; \ No newline at end of file +update creature_template set scriptname='npc_wizzlecrank_shredder' where entry=3439; + diff --git a/sql/updates/83_realmd.sql b/sql/updates/83_realmd.sql index e3c743507..5c47beaab 100644 --- a/sql/updates/83_realmd.sql +++ b/sql/updates/83_realmd.sql @@ -1,2 +1,3 @@ ALTER TABLE account - CHANGE COLUMN tbc expansion tinyint(3) unsigned NOT NULL default '0'; \ No newline at end of file + CHANGE COLUMN tbc expansion tinyint(3) unsigned NOT NULL default '0'; + diff --git a/sql/updates/840_world_scripts.sql b/sql/updates/840_world_scripts.sql index 8b0140b6d..8a334a578 100644 --- a/sql/updates/840_world_scripts.sql +++ b/sql/updates/840_world_scripts.sql @@ -1 +1,2 @@ -UPDATE `creature_template` SET `spell1` = 0, `flags_extra` = 0, `ScriptName` = 'npc_volcano' WHERE `entry` = 23085; \ No newline at end of file +UPDATE `creature_template` SET `spell1` = 0, `flags_extra` = 0, `ScriptName` = 'npc_volcano' WHERE `entry` = 23085; + diff --git a/sql/updates/841_world_scripts.sql b/sql/updates/841_world_scripts.sql index f23cb8f8c..dac0cbd98 100644 --- a/sql/updates/841_world_scripts.sql +++ b/sql/updates/841_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname='npc_greengill_slave' where entry=25084; \ No newline at end of file +update creature_template set scriptname='npc_greengill_slave' where entry=25084; + diff --git a/sql/updates/842_world.sql b/sql/updates/842_world.sql index 953dff584..9f40ed717 100644 --- a/sql/updates/842_world.sql +++ b/sql/updates/842_world.sql @@ -2,4 +2,5 @@ ALTER TABLE `areatrigger_teleport` ADD `heroic_required_quest_done` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `heroic_key2`, ADD `heroic_required_failed_quest_text` TEXT NULL DEFAULT NULL AFTER `heroic_required_quest_done`; -UPDATE `areatrigger_teleport` SET `heroic_required_quest_done` = 11492, `heroic_required_failed_quest_text` = 'Heroic Difficulty requires completion of the "Hard to Kill" quest.' WHERE `id` = 4887; \ No newline at end of file +UPDATE `areatrigger_teleport` SET `heroic_required_quest_done` = 11492, `heroic_required_failed_quest_text` = 'Heroic Difficulty requires completion of the "Hard to Kill" quest.' WHERE `id` = 4887; + diff --git a/sql/updates/84_world.sql b/sql/updates/84_world.sql index 100185c0a..2dd20fd44 100644 --- a/sql/updates/84_world.sql +++ b/sql/updates/84_world.sql @@ -1,3 +1,4 @@ DELETE FROM command WHERE name = 'reload all_locales'; INSERT INTO `command` VALUES ('reload all_locales',3,'Syntax: .reload all_locales\r\n\r\nReload all `locales_*` tables with reload support added and that can be _safe_ reloaded.'); + diff --git a/sql/updates/850_world_scripts.sql b/sql/updates/850_world_scripts.sql index 720465b63..e830d53f9 100644 --- a/sql/updates/850_world_scripts.sql +++ b/sql/updates/850_world_scripts.sql @@ -1 +1,2 @@ -UPDATE creature_template SET ScriptName = 'npc_bessy' WHERE entry = 20415; \ No newline at end of file +UPDATE creature_template SET ScriptName = 'npc_bessy' WHERE entry = 20415; + diff --git a/sql/updates/852_world_scripts.sql b/sql/updates/852_world_scripts.sql index 96b5c7d6e..3fcdfc1f3 100644 --- a/sql/updates/852_world_scripts.sql +++ b/sql/updates/852_world_scripts.sql @@ -1,2 +1,3 @@ update creature_template set scriptname='mob_nestlewood_owlkin' where entry=16518; -update item_template set scriptname='item_inoculating_crystal' where entry=22962; \ No newline at end of file +update item_template set scriptname='item_inoculating_crystal' where entry=22962; + diff --git a/sql/updates/857_world_scripts.sql b/sql/updates/857_world_scripts.sql index 3a34d80ee..78452693d 100644 --- a/sql/updates/857_world_scripts.sql +++ b/sql/updates/857_world_scripts.sql @@ -1 +1,2 @@ -update creature_template set scriptname='npc_kaya_flathoof' where entry=11856; \ No newline at end of file +update creature_template set scriptname='npc_kaya_flathoof' where entry=11856; + diff --git a/sql/updates/863_world_scripts.sql b/sql/updates/863_world_scripts.sql index e23f6067c..1c760bd5b 100644 --- a/sql/updates/863_world_scripts.sql +++ b/sql/updates/863_world_scripts.sql @@ -9,4 +9,5 @@ VALUES (-1060004, 'No one challenges the wastevander nomads -- not even robotic chickens! ATTACK!', NULL, NULL, 'Niemand fordert die Wüsenläufernomaden heraus - auch keine Robothühner! ANGRIFF!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL), (-1060005, 'Cloaking systems online! CLUCK! Engaging cloak for transport to Booty Bay!', NULL, NULL, 'Tarnsysteme online! GLUCK! Tarnung für Transport nach Beutebucht wird aktiviert.', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL); -UPDATE `creature_template` SET `ScriptName` = 'npc_OOX17' WHERE `entry` = 7784; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_OOX17' WHERE `entry` = 7784; + diff --git a/sql/updates/86_world_scripts.sql b/sql/updates/86_world_scripts.sql index 8f3c6ac62..d3c17926a 100644 --- a/sql/updates/86_world_scripts.sql +++ b/sql/updates/86_world_scripts.sql @@ -3,4 +3,5 @@ update `creature_template` set `ScriptName`='mob_ember_of_alar' where `entry`='1 update `creature_template` set `ScriptName`='mob_flame_patch_alar' where `entry`='20602'; update gameobject_template set scriptname = "go_manticron_cube" where entry = 181713; -update creature_template set scriptname = "mob_abyssal" where entry = 17454; \ No newline at end of file +update creature_template set scriptname = "mob_abyssal" where entry = 17454; + diff --git a/sql/updates/871_world.sql b/sql/updates/871_world.sql index 54922de2a..0f4fa4245 100644 --- a/sql/updates/871_world.sql +++ b/sql/updates/871_world.sql @@ -29,3 +29,4 @@ INSERT INTO trinity_string (`entry`, `content_default`, `content_loc1`, `content DELETE FROM `command` WHERE (`name` LIKE '%ticket closedlist%'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket closedlist','1','Displays a list of closed GM tickets.'); + diff --git a/sql/updates/884_world.sql b/sql/updates/884_world.sql index fd3ead623..cbcf89192 100644 --- a/sql/updates/884_world.sql +++ b/sql/updates/884_world.sql @@ -2,3 +2,4 @@ delete from command where name in ('gobject tempadd','npc tempadd'); insert into command (name, security, help) values ('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'), ('npc addtemp','2','Adds temporary NPC, not saved to database.'); + diff --git a/sql/updates/905_world_scripts.sql b/sql/updates/905_world_scripts.sql index 3e59e1f0e..aa52204e6 100644 --- a/sql/updates/905_world_scripts.sql +++ b/sql/updates/905_world_scripts.sql @@ -7,4 +7,5 @@ INSERT INTO `areatrigger_scripts` VALUES (1526,'at_ring_of_law'); DELETE FROM `script_texts` WHERE `entry`=-1230000; INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,`comment`) VALUES -(-1230000,'Ah, hits the spot!',0,0,0,'rocknot SAY_GOT_BEER'); \ No newline at end of file +(-1230000,'Ah, hits the spot!',0,0,0,'rocknot SAY_GOT_BEER'); + diff --git a/sql/updates/90_world.sql b/sql/updates/90_world.sql index 52ca028b6..529de4f71 100644 --- a/sql/updates/90_world.sql +++ b/sql/updates/90_world.sql @@ -5,3 +5,4 @@ CREATE TABLE `spell_disabled` ( `comment` varchar(64) NOT NULL default '', PRIMARY KEY (`entry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Disabled Spell System'; + diff --git a/sql/updates/917_world.sql b/sql/updates/917_world.sql index 084091ec0..556276fa0 100644 --- a/sql/updates/917_world.sql +++ b/sql/updates/917_world.sql @@ -5,4 +5,5 @@ CREATE TABLE `version` ( ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Version Notes'; INSERT INTO version (core_version, db_version, script_version) VALUES ("",(SELECT version FROM db_version),(SELECT version FROM script_db_version)); DROP TABLE IF EXISTS db_version; -DROP TABLE IF EXISTS script_db_version; \ No newline at end of file +DROP TABLE IF EXISTS script_db_version; + diff --git a/sql/updates/919_world.sql b/sql/updates/919_world.sql index 24267d492..5febe1ebd 100644 --- a/sql/updates/919_world.sql +++ b/sql/updates/919_world.sql @@ -1,2 +1,3 @@ ALTER TABLE version - ADD `core_revision` BIGINT UNSIGNED AFTER `core_version`; \ No newline at end of file + ADD `core_revision` BIGINT UNSIGNED AFTER `core_version`; + diff --git a/sql/updates/927_characters.sql b/sql/updates/927_characters.sql index 6cbcf21e7..c3a0df39b 100644 --- a/sql/updates/927_characters.sql +++ b/sql/updates/927_characters.sql @@ -1 +1,2 @@ -ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL default '0'; \ No newline at end of file +ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL default '0'; + diff --git a/sql/updates/930_characters.sql b/sql/updates/930_characters.sql index f0ec58c2d..303bda032 100644 --- a/sql/updates/930_characters.sql +++ b/sql/updates/930_characters.sql @@ -54,3 +54,4 @@ insert into `auctionhousebot` (`auctionhouse`,`name`,`minitems`,`maxitems`,`mint (2,'Alliance',0,0,8,24,27,12,10,1,10,30,8,2,150,250,800,1400,1250,1750,2250,4550,70,100,80,100,75,100,80,100,0,3,2,1,1,1,5,12,15,1,1), (6,'Horde',0,0,8,24,27,12,10,1,10,30,8,2,150,250,800,1400,1250,1750,2250,4550,70,100,80,100,75,100,80,100,0,3,2,1,1,1,5,12,15,1,1), (7,'Neutral',0,0,8,24,27,12,10,1,10,30,8,2,150,250,800,1400,1250,1750,2250,4550,70,100,80,100,75,100,80,100,0,3,2,1,1,1,5,12,15,1,1); + diff --git a/sql/updates/933_world_scripts.sql b/sql/updates/933_world_scripts.sql index 7b1271e25..0918e8f1e 100644 --- a/sql/updates/933_world_scripts.sql +++ b/sql/updates/933_world_scripts.sql @@ -1 +1,2 @@ update creature_template set scriptname='npc_snake_trap_serpents' where entry in (19921, 19833); + diff --git a/sql/updates/935_world_scripts.sql b/sql/updates/935_world_scripts.sql index de02b51d4..5027cafa2 100644 --- a/sql/updates/935_world_scripts.sql +++ b/sql/updates/935_world_scripts.sql @@ -3,4 +3,5 @@ DELETE FROM `creature` WHERE `id` = '17653'; UPDATE `gameobject_template` SET `flags` = '4' WHERE `entry` IN ('181766','181823'); UPDATE `gameobject` SET `SpawnMask` = '3',`state` = '1' WHERE `id` IN ('181766','181823'); -UPDATE `instance_template` SET `script` = 'instance_blood_furnace' WHERE `map` = '542'; \ No newline at end of file +UPDATE `instance_template` SET `script` = 'instance_blood_furnace' WHERE `map` = '542'; + diff --git a/sql/updates/940_world_scripts.sql b/sql/updates/940_world_scripts.sql index c9ad252f4..a7f78170c 100644 --- a/sql/updates/940_world_scripts.sql +++ b/sql/updates/940_world_scripts.sql @@ -1,2 +1,3 @@ ALTER TABLE custom_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0'; -ALTER TABLE script_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0'; \ No newline at end of file +ALTER TABLE script_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0'; + diff --git a/sql/updates/945_world_scripts.sql b/sql/updates/945_world_scripts.sql index 8d007e347..0831d5c0e 100644 --- a/sql/updates/945_world_scripts.sql +++ b/sql/updates/945_world_scripts.sql @@ -39,3 +39,4 @@ INSERT INTO script_texts (entry, content_default, emote, comment) VALUES (-1000233, 'It shouldn\'t be much further, $N. The exit is just up ahead.', 0, 'SAY_PROGRESS6'), (-1000234, 'Thank you, $N. Please return to my brethren at the Altar of Damnation, near the Hand of Gul\'dan, and tell them that Wilda is safe. May the Earthmother watch over you...', 0, 'SAY_END'); + diff --git a/sql/updates/947_world_scripts.sql b/sql/updates/947_world_scripts.sql index 7067a1ed7..9e81f39a8 100644 --- a/sql/updates/947_world_scripts.sql +++ b/sql/updates/947_world_scripts.sql @@ -9,4 +9,5 @@ INSERT INTO script_texts (entry, content_default, type, emote, comment) VALUES (-1000241, 'I\'ve done it! I have harnessed the power of the stone into the goggles! Let\'s get out of here!', 0, 1, 'phizzlethorpe - SAY_PROGRESS_6'), (-1000242, 'Phew! Glad to be back from that creepy cave.', 0, 1, 'phizzlethorpe - SAY_PROGRESS_7'), (-1000243, 'hands one glowing goggles over to Doctor Draxlegauge.', 2, 0, 'phizzlethorpe - EMOTE_PROGRESS_8'), -(-1000244, 'Doctor Draxlegauge will give you further instructions, $N. Many thanks for your help!', 0, 1, 'phizzlethorpe - SAY_PROGRESS_9'); \ No newline at end of file +(-1000244, 'Doctor Draxlegauge will give you further instructions, $N. Many thanks for your help!', 0, 1, 'phizzlethorpe - SAY_PROGRESS_9'); + diff --git a/sql/updates/948_world_scripts.sql b/sql/updates/948_world_scripts.sql index 5f8f74cb5..9270e5d99 100644 --- a/sql/updates/948_world_scripts.sql +++ b/sql/updates/948_world_scripts.sql @@ -2,4 +2,5 @@ DELETE FROM script_texts WHERE entry BETWEEN -1000247 and -1000245; INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000245, 'You, there! Hand over that moonstone and nobody gets hurt!', 1, 'SAY_RIZZLE_START'), (-1000246, 'Just chill!', 4, 'SAY_RIZZLE_GRENADE'), -(-1000247, 'All right, you win! I surrender! Just don\'t hurt me!', 1, 'SAY_RIZZLE_FINAL'); \ No newline at end of file +(-1000247, 'All right, you win! I surrender! Just don\'t hurt me!', 1, 'SAY_RIZZLE_FINAL'); + diff --git a/sql/updates/950_world_scripts.sql b/sql/updates/950_world_scripts.sql index 789ad8101..c1058f4b9 100644 --- a/sql/updates/950_world_scripts.sql +++ b/sql/updates/950_world_scripts.sql @@ -20,4 +20,5 @@ INSERT INTO script_texts (entry, content_default, type, emote, comment) VALUES (-1000263, 'Relax? Do you know what Kael\'thas does to those that fail him, Geezle? Eternal suffering and pain... Do NOT screw this up, fool.', 0, 0, 'geezle - SPARK_SAY_5'), (-1000264, 'Our Bloodmyst scouts have located our contact. The fool, Velen, will soon leave himself open and defenseless -- long enough for us to strike! Now get out of my sight before I vaporize you...', 0, 0, 'geezle - SPARK_SAY_6'), (-1000265, 'Yes, sir. It won\'t happen again...', 0, 0, 'geezle - GEEZLE_SAY_7'), -(-1000266, 'picks up the naga flag.', 2, 0, 'geezle - EMOTE_SPARK'); \ No newline at end of file +(-1000266, 'picks up the naga flag.', 2, 0, 'geezle - EMOTE_SPARK'); + diff --git a/sql/updates/951_world_scripts.sql b/sql/updates/951_world_scripts.sql index 39208672b..93f877bdb 100644 --- a/sql/updates/951_world_scripts.sql +++ b/sql/updates/951_world_scripts.sql @@ -13,4 +13,5 @@ INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000276, 'Looks like we\'re out of woods, eh? Wonder what this does...', 0, 'shredder - SAY_PROGRESS_5'), (-1000277, 'Come on, don\'t break down on me now!', 0, 'shredder - SAY_PROGRESS_6'), (-1000278, 'That was a close one! Well, let\'s get going, it\'s still a ways to Ratchet!', 0, 'shredder - SAY_PROGRESS_7'), -(-1000279, 'Hmm... I don\'t think this blinking red light is a good thing...', 0, 'shredder - SAY_PROGRESS_8'); \ No newline at end of file +(-1000279, 'Hmm... I don\'t think this blinking red light is a good thing...', 0, 'shredder - SAY_PROGRESS_8'); + diff --git a/sql/updates/952_world_scripts.sql b/sql/updates/952_world_scripts.sql index e06302538..25a19a697 100644 --- a/sql/updates/952_world_scripts.sql +++ b/sql/updates/952_world_scripts.sql @@ -7,4 +7,5 @@ INSERT INTO script_texts (entry, content_default, type, language, comment) VALUE (-1000283, 'releases the last of its energies into the nerarby runestone, succesfully reactivating it.', 2, 0, 'crystal - EMOTE'), (-1000284, 'Deployment sucessful. Trespassers will be neutralized.', 0, 0, 'sentry - SAY_CONVERTED_1'), -(-1000285, 'Objective acquired. Initiating security routines.', 0, 0, 'sentry - SAY_CONVERTED_1'); \ No newline at end of file +(-1000285, 'Objective acquired. Initiating security routines.', 0, 0, 'sentry - SAY_CONVERTED_1'); + diff --git a/sql/updates/953_world_scripts.sql b/sql/updates/953_world_scripts.sql index 3811b6a98..b90eb7326 100644 --- a/sql/updates/953_world_scripts.sql +++ b/sql/updates/953_world_scripts.sql @@ -6,4 +6,5 @@ INSERT INTO script_texts (entry, content_default, type, emote, comment) VALUES (-1000289, 'That\'s the first relic, but there are still two more. Follow me, $N.', 0, 0, 'clintar_spirit'), (-1000290, 'I\'ve recovered the second relic. Take a moment to rest, and then we\'ll continue to the last reliquary.', 0, 0, 'clintar_spirit'), (-1000291, 'We have all three of the relics, but my energy is rapidly fading. We must make our way back to Dreamwarden Lurosa! He will let you know what to do next.', 0, 0, 'clintar_spirit'), -(-1000292, 'Lurosa, I am entrusting the Relics of Aviana to $N, who will take them to Morthis Whisperwing. I must return completely to the Emerald Dream now. Do not let $N fail!', 0, 0, 'clintar_spirit'); \ No newline at end of file +(-1000292, 'Lurosa, I am entrusting the Relics of Aviana to $N, who will take them to Morthis Whisperwing. I must return completely to the Emerald Dream now. Do not let $N fail!', 0, 0, 'clintar_spirit'); + diff --git a/sql/updates/954_world_scripts.sql b/sql/updates/954_world_scripts.sql index 009f59517..11c52b109 100644 --- a/sql/updates/954_world_scripts.sql +++ b/sql/updates/954_world_scripts.sql @@ -16,4 +16,5 @@ INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000303, 'is very weak', 2, 'mob_phase_hunter - EMOTE_WEAK'), (-1000304, 'Bessy, is that you?', 0, 'npc_bessy- SAY_THADELL_1'), -(-1000305, 'Thank you for bringing back my Bessy, $N. I couldn\'t live without her!', 0, 'npc_bessy- SAY_THADELL_2'); \ No newline at end of file +(-1000305, 'Thank you for bringing back my Bessy, $N. I couldn\'t live without her!', 0, 'npc_bessy- SAY_THADELL_2'); + diff --git a/sql/updates/955_world_scripts.sql b/sql/updates/955_world_scripts.sql index 7c3893774..1afcd46cb 100644 --- a/sql/updates/955_world_scripts.sql +++ b/sql/updates/955_world_scripts.sql @@ -56,4 +56,5 @@ SAY_ON_BYE'), (-1000347, 'Let\'s go before they find out I\'m free!', 0, 'npc_kaya_flathoof - SAY_START'), (-1000348, 'Look out! We\'re under attack!', 0, 'npc_kaya_flathoof - SAY_AMBUSH'), -(-1000349, 'Thank you for helping me. I know my way back from here.', 0, 'npc_kaya_flathoof - SAY_END'); \ No newline at end of file +(-1000349, 'Thank you for helping me. I know my way back from here.', 0, 'npc_kaya_flathoof - SAY_END'); + diff --git a/sql/updates/956_world_scripts.sql b/sql/updates/956_world_scripts.sql index 35859f191..1e9b5b6d2 100644 --- a/sql/updates/956_world_scripts.sql +++ b/sql/updates/956_world_scripts.sql @@ -23,4 +23,5 @@ INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000362, 'Let\'s keep moving. We\'re not safe here!', 0, 'npc_kayra_longmane - SAY_PROGRESS_3'), (-1000363, 'Look out, $N! Enemies ahead!', 0, 'npc_kayra_longmane - SAY_PROGRESS_4'), (-1000364, 'We\'re almost to the refuge! Let\'s go.', 0, 'npc_kayra_longmane - SAY_PROGRESS_5'), -(-1000365, 'I can see my fellow druids from here. Thank you, $N. I\'m sure Ysiel will reward you for your actions!', 0, 'npc_kayra_longmane - SAY_PROGRESS_6'); \ No newline at end of file +(-1000365, 'I can see my fellow druids from here. Thank you, $N. I\'m sure Ysiel will reward you for your actions!', 0, 'npc_kayra_longmane - SAY_PROGRESS_6'); + diff --git a/sql/updates/957_world_scripts.sql b/sql/updates/957_world_scripts.sql index 8cae6b3fe..9ebc7b73b 100644 --- a/sql/updates/957_world_scripts.sql +++ b/sql/updates/957_world_scripts.sql @@ -34,3 +34,4 @@ INSERT INTO `waypoint_data`(`id`,`point`,`position_x`,`position_y`,`position_z`) ('2081','5','-1393.5','1705.5','112'), ('2081','6','-1369.8','1724.5','112'), ('2081','7','-1377','1760','112'); + diff --git a/sql/updates/963_world_scripts.sql b/sql/updates/963_world_scripts.sql index df8869870..ab46bba98 100644 --- a/sql/updates/963_world_scripts.sql +++ b/sql/updates/963_world_scripts.sql @@ -18,4 +18,5 @@ INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000371, 'What manner of fool dares stand before Illidan Stormrage? Soldiers, destroy these insects!', 1, 'Quest: Battle of the crimson watch WavesInfo - First'), (-1000372, 'You are no challenge for the Crimson Sigil. Mind breakers, end this nonsense.', 1, 'Quest: Battle of the crimson watch WavesInfo - Second'), (-1000373, 'Run while you still can. The highlords come soon...', 1, 'Quest: Battle of the crimson watch WavesInfo - Third'), -(-1000374, 'Torloth your master calls!', 1, 'Quest: Battle of the crimson watch WavesInfo - Fourth'); \ No newline at end of file +(-1000374, 'Torloth your master calls!', 1, 'Quest: Battle of the crimson watch WavesInfo - Fourth'); + diff --git a/sql/updates/965_world_scripts.sql b/sql/updates/965_world_scripts.sql index 9c93f78ec..51ea41b94 100644 --- a/sql/updates/965_world_scripts.sql +++ b/sql/updates/965_world_scripts.sql @@ -15,3 +15,4 @@ REPLACE INTO `spell_script_target` VALUES (43144,1,23817), (12613,1,5843), (9095,1,1200); + diff --git a/sql/updates/966_world_scripts.sql b/sql/updates/966_world_scripts.sql index 10a3e0998..78ecaa6eb 100644 --- a/sql/updates/966_world_scripts.sql +++ b/sql/updates/966_world_scripts.sql @@ -21,4 +21,5 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen (-1000392,'Threat level zero.',11349,1,0,0,'doomwalker SAY_SLAY_1'), (-1000393,'Directive accomplished.',11350,1,0,0,'doomwalker SAY_SLAY_2'), (-1000394,'Target exterminated.',11351,1,0,0,'doomwalker SAY_SLAY_3'), -(-1000395,'System failure in five, f-o-u-r...',11352,1,0,0,'doomwalker SAY_DEATH'); \ No newline at end of file +(-1000395,'System failure in five, f-o-u-r...',11352,1,0,0,'doomwalker SAY_DEATH'); + diff --git a/sql/updates/970_world_scripts.sql b/sql/updates/970_world_scripts.sql index 9e66e60f6..6105fc5cc 100644 --- a/sql/updates/970_world_scripts.sql +++ b/sql/updates/970_world_scripts.sql @@ -7,3 +7,4 @@ INSERT INTO script_texts (entry, content_default, type, language, comment) VALUE (-1000400, 'NOOOOooooooo!', 1, 0, 'mobs_nether_drake - SAY_NIHIL_INTERRUPT'), (-1000401, 'Good $N, you are under the spell\'s influence. I must analyze it quickly, then we can talk.', 0, 7, 'npc_daranelle - SAY_DARANELLE'); + diff --git a/sql/updates/973_world_scripts.sql b/sql/updates/973_world_scripts.sql index b53219c6a..35261fc7b 100644 --- a/sql/updates/973_world_scripts.sql +++ b/sql/updates/973_world_scripts.sql @@ -1 +1,2 @@ update creature_template set scriptname = 'npc_enraged_spirit' where entry in (21050, 21061, 21060, 21059); + diff --git a/sql/world.sql b/sql/world.sql index ec2590829..810f98612 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -3297,3 +3297,4 @@ UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2008-10-14 13:23:35 + diff --git a/sql/world_scripts_full.sql b/sql/world_scripts_full.sql index 47c4087f7..ed2b963fe 100644 --- a/sql/world_scripts_full.sql +++ b/sql/world_scripts_full.sql @@ -998,3 +998,4 @@ UPDATE `creature_template` SET `ScriptName`='mob_batrider' WHERE `entry`=14965; UPDATE `creature_template` SET `ScriptName`='mob_shade_of_jindo' WHERE `entry`=14986; /* EOF */ + diff --git a/sql/world_scripts_structure.sql b/sql/world_scripts_structure.sql index dff8a54a8..aeb1eb6b3 100644 --- a/sql/world_scripts_structure.sql +++ b/sql/world_scripts_structure.sql @@ -99,3 +99,4 @@ DROP TABLE IF EXISTS `script_db_version`; CREATE TABLE `script_db_version` ( `version` varchar(255) NOT NULL default '' COMMENT 'Script Database version string' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; + diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 1c71285a5..cfaa310a1 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -367,3 +367,4 @@ REPLACE INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES DELETE FROM spell_target_position WHERE `id` IN (46019, 46020); INSERT INTO spell_target_position () VALUES (46019, 580, 1704.34, 928.17, -74.558, 0); INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0); + diff --git a/src/bindings/interface/ScriptMgr.cpp b/src/bindings/interface/ScriptMgr.cpp index 276b5fa3a..0499db47e 100644 --- a/src/bindings/interface/ScriptMgr.cpp +++ b/src/bindings/interface/ScriptMgr.cpp @@ -320,3 +320,4 @@ void ScriptedAI::DoGoHome() m_creature->GetMotionMaster()->MoveTargetedHome(); } */ + diff --git a/src/bindings/interface/ScriptMgr.h b/src/bindings/interface/ScriptMgr.h index 30d94ac01..911737f00 100644 --- a/src/bindings/interface/ScriptMgr.h +++ b/src/bindings/interface/ScriptMgr.h @@ -159,3 +159,4 @@ struct TRINITY_DLL_DECL ScriptedAI : public CreatureAI }; #endif + diff --git a/src/bindings/interface/Scripts/sc_default.cpp b/src/bindings/interface/Scripts/sc_default.cpp index 79796eba8..495de39c2 100644 --- a/src/bindings/interface/Scripts/sc_default.cpp +++ b/src/bindings/interface/Scripts/sc_default.cpp @@ -119,3 +119,4 @@ void AddSC_default() m_scripts[nrscripts++] = newscript; } + diff --git a/src/bindings/interface/Scripts/sc_defines.cpp b/src/bindings/interface/Scripts/sc_defines.cpp index 2c7c4ec74..5665a2991 100644 --- a/src/bindings/interface/Scripts/sc_defines.cpp +++ b/src/bindings/interface/Scripts/sc_defines.cpp @@ -152,3 +152,4 @@ uint32 GetSkillLevel(Player *player,uint32 trskill) return TRADESKILL_LEVEL_NONE; } + diff --git a/src/bindings/interface/Scripts/sc_defines.h b/src/bindings/interface/Scripts/sc_defines.h index 1f8b468dc..e942e755a 100644 --- a/src/bindings/interface/Scripts/sc_defines.h +++ b/src/bindings/interface/Scripts/sc_defines.h @@ -96,3 +96,4 @@ extern uint32 GetSkillLevel(Player *player,uint32 skill); // ----------------------------------- #endif + diff --git a/src/bindings/interface/config.h b/src/bindings/interface/config.h index f074f0a33..eaef18f9a 100644 --- a/src/bindings/interface/config.h +++ b/src/bindings/interface/config.h @@ -31,3 +31,4 @@ #else #define TRINITY_DLL_EXPORT extern "C" export #endif + diff --git a/src/bindings/interface/system.cpp b/src/bindings/interface/system.cpp index 3c76284b5..3cf3c7acf 100644 --- a/src/bindings/interface/system.cpp +++ b/src/bindings/interface/system.cpp @@ -25,3 +25,4 @@ BOOL APIENTRY DllMain( HANDLE /*hModule*/, DWORD /*ul_reason_for_call*/, LPVOID return true; } #endif + diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index c41a461e4..eb7e6dafa 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -2115,3 +2115,4 @@ InstanceData* CreateInstanceData(Map *map) return tmpscript->GetInstanceData(map); } + diff --git a/src/bindings/scripts/ScriptMgr.h b/src/bindings/scripts/ScriptMgr.h index ef7bdfd3c..b3c25bfaf 100644 --- a/src/bindings/scripts/ScriptMgr.h +++ b/src/bindings/scripts/ScriptMgr.h @@ -82,3 +82,4 @@ void DoScriptText(int32 textEntry, WorldObject* pSource, Unit* target = NULL); #endif #endif + diff --git a/src/bindings/scripts/include/precompiled.cpp b/src/bindings/scripts/include/precompiled.cpp index 8863d83ac..9753d0233 100644 --- a/src/bindings/scripts/include/precompiled.cpp +++ b/src/bindings/scripts/include/precompiled.cpp @@ -3,3 +3,4 @@ * Please see the included DOCS/LICENSE.TXT for more information */ #include "precompiled.h" + diff --git a/src/bindings/scripts/include/precompiled.h b/src/bindings/scripts/include/precompiled.h index 275947e0e..cd6d68f9f 100644 --- a/src/bindings/scripts/include/precompiled.h +++ b/src/bindings/scripts/include/precompiled.h @@ -28,3 +28,4 @@ LPVOID lpReserved #endif #endif + diff --git a/src/bindings/scripts/include/sc_creature.cpp b/src/bindings/scripts/include/sc_creature.cpp index 48b6efc82..3db6ba165 100644 --- a/src/bindings/scripts/include/sc_creature.cpp +++ b/src/bindings/scripts/include/sc_creature.cpp @@ -857,3 +857,4 @@ void LoadOverridenDBCData() if(spellInfo) spellInfo->EffectApplyAuraName[0] = 4; // proc debuff, and summon infinite fiends } + diff --git a/src/bindings/scripts/include/sc_creature.h b/src/bindings/scripts/include/sc_creature.h index 82283138d..683110989 100644 --- a/src/bindings/scripts/include/sc_creature.h +++ b/src/bindings/scripts/include/sc_creature.h @@ -205,3 +205,4 @@ struct TRINITY_DLL_DECL NullCreatureAI : public ScriptedAI }; #endif + diff --git a/src/bindings/scripts/include/sc_gossip.h b/src/bindings/scripts/include/sc_gossip.h index ec4ba0ae3..74bc93694 100644 --- a/src/bindings/scripts/include/sc_gossip.h +++ b/src/bindings/scripts/include/sc_gossip.h @@ -184,3 +184,4 @@ extern uint32 GetSkillLevel(Player *player,uint32 skill); #define QUEST_DIALOG_STATUS(a,b,c) GetSession()->getDialogStatus(a,b,c) #endif + diff --git a/src/bindings/scripts/include/sc_instance.h b/src/bindings/scripts/include/sc_instance.h index 59c19bda0..75a254904 100644 --- a/src/bindings/scripts/include/sc_instance.h +++ b/src/bindings/scripts/include/sc_instance.h @@ -43,3 +43,4 @@ class TRINITY_DLL_DECL ScriptedInstance : public InstanceData }; #endif + diff --git a/src/bindings/scripts/scripts/areatrigger/areatrigger_scripts.cpp b/src/bindings/scripts/scripts/areatrigger/areatrigger_scripts.cpp index 9c2684072..6767a8fe8 100644 --- a/src/bindings/scripts/scripts/areatrigger/areatrigger_scripts.cpp +++ b/src/bindings/scripts/scripts/areatrigger/areatrigger_scripts.cpp @@ -76,3 +76,4 @@ void AddSC_areatrigger_scripts() newscript->pAreaTrigger = &ATtest; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/boss/boss_emeriss.cpp b/src/bindings/scripts/scripts/boss/boss_emeriss.cpp index c22c3deb6..fdaae660d 100644 --- a/src/bindings/scripts/scripts/boss/boss_emeriss.cpp +++ b/src/bindings/scripts/scripts/boss/boss_emeriss.cpp @@ -154,3 +154,4 @@ void AddSC_boss_emeriss() newscript->GetAI = &GetAI_boss_emeriss; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/boss/boss_lethon.cpp b/src/bindings/scripts/scripts/boss/boss_lethon.cpp index 2a6ab499c..721009ac6 100644 --- a/src/bindings/scripts/scripts/boss/boss_lethon.cpp +++ b/src/bindings/scripts/scripts/boss/boss_lethon.cpp @@ -22,3 +22,4 @@ SDCategory: Bosses EndScriptData */ #include "precompiled.h" + diff --git a/src/bindings/scripts/scripts/boss/boss_taerar.cpp b/src/bindings/scripts/scripts/boss/boss_taerar.cpp index ab2a9fb0d..9eddeeb3b 100644 --- a/src/bindings/scripts/scripts/boss/boss_taerar.cpp +++ b/src/bindings/scripts/scripts/boss/boss_taerar.cpp @@ -304,3 +304,4 @@ void AddSC_boss_taerar() newscript->GetAI = &GetAI_boss_shadeoftaerar; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/boss/boss_ysondre.cpp b/src/bindings/scripts/scripts/boss/boss_ysondre.cpp index 4f8eafeb6..8b3d8bcdf 100644 --- a/src/bindings/scripts/scripts/boss/boss_ysondre.cpp +++ b/src/bindings/scripts/scripts/boss/boss_ysondre.cpp @@ -244,3 +244,4 @@ void AddSC_boss_ysondre() newscript->GetAI = &GetAI_mob_dementeddruids; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/creature/mob_event_ai.cpp b/src/bindings/scripts/scripts/creature/mob_event_ai.cpp index 93cb9aba3..89151cd49 100644 --- a/src/bindings/scripts/scripts/creature/mob_event_ai.cpp +++ b/src/bindings/scripts/scripts/creature/mob_event_ai.cpp @@ -1395,3 +1395,4 @@ void AddSC_mob_event() newscript->GetAI = &GetAI_Mob_EventAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/creature/mob_event_ai.h b/src/bindings/scripts/scripts/creature/mob_event_ai.h index d08a6b33a..fafd21b35 100644 --- a/src/bindings/scripts/scripts/creature/mob_event_ai.h +++ b/src/bindings/scripts/scripts/creature/mob_event_ai.h @@ -218,3 +218,4 @@ extern UNORDERED_MAP EventAI_CreatureErrorPrevent #define EVENTAI_EMPTY_EVENTLIST "SD2: Eventlist for Creature %i is empty but creature is using Mob_EventAI. Preventing EventAI on this creature." */ #endif + diff --git a/src/bindings/scripts/scripts/creature/mob_generic_creature.cpp b/src/bindings/scripts/scripts/creature/mob_generic_creature.cpp index be3168adb..1a42f53ed 100644 --- a/src/bindings/scripts/scripts/creature/mob_generic_creature.cpp +++ b/src/bindings/scripts/scripts/creature/mob_generic_creature.cpp @@ -170,3 +170,4 @@ void AddSC_generic_creature() newscript->GetAI = &GetAI_generic_creature; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/creature/simple_ai.cpp b/src/bindings/scripts/scripts/creature/simple_ai.cpp index 55fb05b19..96583c4ee 100644 --- a/src/bindings/scripts/scripts/creature/simple_ai.cpp +++ b/src/bindings/scripts/scripts/creature/simple_ai.cpp @@ -292,3 +292,4 @@ void SimpleAI::UpdateAI(const uint32 diff) DoMeleeAttackIfReady(); } + diff --git a/src/bindings/scripts/scripts/creature/simple_ai.h b/src/bindings/scripts/scripts/creature/simple_ai.h index 49d0f0c49..8745d78ad 100644 --- a/src/bindings/scripts/scripts/creature/simple_ai.h +++ b/src/bindings/scripts/scripts/creature/simple_ai.h @@ -72,3 +72,4 @@ protected: }; #endif + diff --git a/src/bindings/scripts/scripts/custom/custom_example.cpp b/src/bindings/scripts/scripts/custom/custom_example.cpp index a36d18d28..aae7fccbd 100644 --- a/src/bindings/scripts/scripts/custom/custom_example.cpp +++ b/src/bindings/scripts/scripts/custom/custom_example.cpp @@ -275,3 +275,4 @@ void AddSC_custom_example() newscript->pReceiveEmote = &ReceiveEmote_custom_example; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/custom/custom_gossip_codebox.cpp b/src/bindings/scripts/scripts/custom/custom_gossip_codebox.cpp index 3963d31b9..699f5377e 100644 --- a/src/bindings/scripts/scripts/custom/custom_gossip_codebox.cpp +++ b/src/bindings/scripts/scripts/custom/custom_gossip_codebox.cpp @@ -79,3 +79,4 @@ void AddSC_custom_gossip_codebox() newscript->pGossipSelectWithCode = &GossipSelectWithCode_custom_gossip_codebox; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/custom/test.cpp b/src/bindings/scripts/scripts/custom/test.cpp index 2add3c03d..b4e2780c4 100644 --- a/src/bindings/scripts/scripts/custom/test.cpp +++ b/src/bindings/scripts/scripts/custom/test.cpp @@ -198,3 +198,4 @@ void AddSC_test() newscript->pGossipSelect = &GossipSelect_npc_test; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/go/go_scripts.cpp b/src/bindings/scripts/scripts/go/go_scripts.cpp index 511e28337..2a40a1352 100644 --- a/src/bindings/scripts/scripts/go/go_scripts.cpp +++ b/src/bindings/scripts/scripts/go/go_scripts.cpp @@ -207,3 +207,4 @@ void AddSC_go_scripts() newscript->pGOHello = &GOHello_go_teleporter; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/guard/guard_ai.cpp b/src/bindings/scripts/scripts/guard/guard_ai.cpp index 1a27a87c1..f28820eb7 100644 --- a/src/bindings/scripts/scripts/guard/guard_ai.cpp +++ b/src/bindings/scripts/scripts/guard/guard_ai.cpp @@ -171,3 +171,4 @@ void guardAI::UpdateAI(const uint32 diff) } } } + diff --git a/src/bindings/scripts/scripts/guard/guard_ai.h b/src/bindings/scripts/scripts/guard/guard_ai.h index 57e7bdc22..aba1266ee 100644 --- a/src/bindings/scripts/scripts/guard/guard_ai.h +++ b/src/bindings/scripts/scripts/guard/guard_ai.h @@ -23,3 +23,4 @@ struct TRINITY_DLL_DECL guardAI : public ScriptedAI void UpdateAI(const uint32 diff); }; #endif + diff --git a/src/bindings/scripts/scripts/guard/guards.cpp b/src/bindings/scripts/scripts/guard/guards.cpp index f4bc70d1b..4d50626f1 100644 --- a/src/bindings/scripts/scripts/guard/guards.cpp +++ b/src/bindings/scripts/scripts/guard/guards.cpp @@ -4071,3 +4071,4 @@ void AddSC_guards() newscript->GetAI = &GetAI_guard_undercity; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/item/item_scripts.cpp b/src/bindings/scripts/scripts/item/item_scripts.cpp index 7fd6e7679..a2e02069e 100644 --- a/src/bindings/scripts/scripts/item/item_scripts.cpp +++ b/src/bindings/scripts/scripts/item/item_scripts.cpp @@ -593,3 +593,4 @@ void AddSC_item_scripts() newscript->pItemUse = &ItemUse_item_zezzak_shard; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/item/item_test.cpp b/src/bindings/scripts/scripts/item/item_test.cpp index dd41ae102..4fc8ea221 100644 --- a/src/bindings/scripts/scripts/item/item_test.cpp +++ b/src/bindings/scripts/scripts/item/item_test.cpp @@ -40,3 +40,4 @@ void AddSC_item_test() newscript->pItemUse = &ItemUse_item_test; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/npc/npc_escortAI.cpp b/src/bindings/scripts/scripts/npc/npc_escortAI.cpp index fefe92783..97f3f088a 100644 --- a/src/bindings/scripts/scripts/npc/npc_escortAI.cpp +++ b/src/bindings/scripts/scripts/npc/npc_escortAI.cpp @@ -300,3 +300,4 @@ void npc_escortAI::Start(bool bAttack, bool bDefend, bool bRun, uint64 pGUID) //Disable questgiver flag m_creature->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_QUESTGIVER); } + diff --git a/src/bindings/scripts/scripts/npc/npc_escortAI.h b/src/bindings/scripts/scripts/npc/npc_escortAI.h index a805bdd45..906726dd0 100644 --- a/src/bindings/scripts/scripts/npc/npc_escortAI.h +++ b/src/bindings/scripts/scripts/npc/npc_escortAI.h @@ -85,3 +85,4 @@ struct TRINITY_DLL_DECL npc_escortAI : public ScriptedAI bool Run; }; #endif + diff --git a/src/bindings/scripts/scripts/npc/npc_innkeeper.cpp b/src/bindings/scripts/scripts/npc/npc_innkeeper.cpp index efc5e4b7b..f96011266 100644 --- a/src/bindings/scripts/scripts/npc/npc_innkeeper.cpp +++ b/src/bindings/scripts/scripts/npc/npc_innkeeper.cpp @@ -142,3 +142,4 @@ void AddSC_npc_innkeeper() newscript->pGossipSelect = &GossipSelect_npc_innkeeper; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/npc/npc_professions.cpp b/src/bindings/scripts/scripts/npc/npc_professions.cpp index 5061f1959..a13dc9276 100644 --- a/src/bindings/scripts/scripts/npc/npc_professions.cpp +++ b/src/bindings/scripts/scripts/npc/npc_professions.cpp @@ -1203,3 +1203,4 @@ void AddSC_npc_professions() //newscript->pGossipSelect = &GossipSelect_go_soothsaying_for_dummies; newscript->RegisterSelf();*/ } + diff --git a/src/bindings/scripts/scripts/npc/npcs_special.cpp b/src/bindings/scripts/scripts/npc/npcs_special.cpp index d0131bf40..3a113b8fa 100644 --- a/src/bindings/scripts/scripts/npc/npcs_special.cpp +++ b/src/bindings/scripts/scripts/npc/npcs_special.cpp @@ -1207,3 +1207,4 @@ void AddSC_npcs_special() newscript->GetAI = &GetAI_npc_snake_trap_serpents; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/alterac_mountains/alterac_mountains.cpp b/src/bindings/scripts/scripts/zone/alterac_mountains/alterac_mountains.cpp index a56d23ec6..19b19444b 100644 --- a/src/bindings/scripts/scripts/zone/alterac_mountains/alterac_mountains.cpp +++ b/src/bindings/scripts/scripts/zone/alterac_mountains/alterac_mountains.cpp @@ -60,3 +60,4 @@ void AddSC_alterac_mountains() newscript->GetAI = &GetAI_npc_ravenholdt; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/arathi_highlands/arathi_highlands.cpp b/src/bindings/scripts/scripts/zone/arathi_highlands/arathi_highlands.cpp index 86f4ab7a0..06cfa1b8a 100644 --- a/src/bindings/scripts/scripts/zone/arathi_highlands/arathi_highlands.cpp +++ b/src/bindings/scripts/scripts/zone/arathi_highlands/arathi_highlands.cpp @@ -162,3 +162,4 @@ void AddSC_arathi_highlands() newscript->pQuestAccept = &QuestAccept_npc_professor_phizzlethorpe; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/ashenvale_forest/ashenvale.cpp b/src/bindings/scripts/scripts/zone/ashenvale_forest/ashenvale.cpp index 5af8088a0..79d76824e 100644 --- a/src/bindings/scripts/scripts/zone/ashenvale_forest/ashenvale.cpp +++ b/src/bindings/scripts/scripts/zone/ashenvale_forest/ashenvale.cpp @@ -314,3 +314,4 @@ void AddSC_ashenvale() newscript->pQuestAccept = &QuestAccept_npc_ruul_snowhoof; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/auchenai_crypts/boss_exarch_maladaar.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/auchenai_crypts/boss_exarch_maladaar.cpp index fd880dca5..89e1dcb52 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/auchenai_crypts/boss_exarch_maladaar.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/auchenai_crypts/boss_exarch_maladaar.cpp @@ -356,3 +356,4 @@ void AddSC_boss_exarch_maladaar() newscript->GetAI = &GetAI_mob_stolen_soul; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/auchenai_crypts/boss_shirrak_the_dead_watcher.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/auchenai_crypts/boss_shirrak_the_dead_watcher.cpp index 8802cbf5e..2262266ce 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/auchenai_crypts/boss_shirrak_the_dead_watcher.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/auchenai_crypts/boss_shirrak_the_dead_watcher.cpp @@ -208,4 +208,5 @@ void AddSC_boss_shirrak_the_dead_watcher() newscript->Name="mob_focus_fire"; newscript->GetAI = &GetAI_mob_focus_fire; newscript->RegisterSelf(); -} \ No newline at end of file +} + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/mana_tombs/boss_nexusprince_shaffar.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/mana_tombs/boss_nexusprince_shaffar.cpp index e6d5897f5..7875addda 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/mana_tombs/boss_nexusprince_shaffar.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/mana_tombs/boss_nexusprince_shaffar.cpp @@ -287,3 +287,4 @@ void AddSC_boss_nexusprince_shaffar() newscript->GetAI = &GetAI_mob_ethereal_beacon; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/mana_tombs/boss_pandemonius.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/mana_tombs/boss_pandemonius.cpp index 6bf52dabf..74e8fd1e9 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/mana_tombs/boss_pandemonius.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/mana_tombs/boss_pandemonius.cpp @@ -136,3 +136,4 @@ void AddSC_boss_pandemonius() newscript->GetAI = &GetAI_boss_pandemonius; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/boss_darkweaver_syth.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/boss_darkweaver_syth.cpp index 1b03590e7..aa198fa00 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/boss_darkweaver_syth.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/boss_darkweaver_syth.cpp @@ -440,3 +440,4 @@ void AddSC_boss_darkweaver_syth() newscript->GetAI = &GetAI_mob_syth_shadow; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/boss_tailonking_ikiss.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/boss_tailonking_ikiss.cpp index 0dc5aa4aa..4f02dd1af 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/boss_tailonking_ikiss.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/boss_tailonking_ikiss.cpp @@ -219,3 +219,4 @@ void AddSC_boss_talon_king_ikiss() newscript->GetAI = &GetAI_boss_talon_king_ikiss; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/def_sethekk_halls.h b/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/def_sethekk_halls.h index f609ecac1..52ba2206c 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/def_sethekk_halls.h +++ b/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/def_sethekk_halls.h @@ -7,3 +7,4 @@ #define DATA_IKISSDOOREVENT 1 #endif + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/instance_sethekk_halls.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/instance_sethekk_halls.cpp index 07027f7f8..e22ac68ff 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/instance_sethekk_halls.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/sethekk_halls/instance_sethekk_halls.cpp @@ -72,3 +72,4 @@ void AddSC_instance_sethekk_halls() newscript->GetInstanceData = &GetInstanceData_instance_sethekk_halls; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp index 2e28b2a76..b54a402c8 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_ambassador_hellmaw.cpp @@ -203,3 +203,4 @@ void AddSC_boss_ambassador_hellmaw() newscript->GetAI = &GetAI_boss_ambassador_hellmaw; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp index cd4ba800c..424869e8c 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp @@ -175,3 +175,4 @@ void AddSC_boss_blackheart_the_inciter() newscript->GetAI = &GetAI_boss_blackheart_the_inciter; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp index 0d04fc57f..f0461e4ca 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_grandmaster_vorpil.cpp @@ -321,3 +321,4 @@ void AddSC_boss_grandmaster_vorpil() newscript->GetAI = &GetAI_mob_voidtraveler; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_murmur.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_murmur.cpp index d2dfce165..c6599ad7d 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_murmur.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/boss_murmur.cpp @@ -180,3 +180,4 @@ void AddSC_boss_murmur() newscript->GetAI = &GetAI_boss_murmur; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/def_shadow_labyrinth.h b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/def_shadow_labyrinth.h index 3331999c8..d03c92701 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/def_shadow_labyrinth.h +++ b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/def_shadow_labyrinth.h @@ -12,3 +12,4 @@ #define DATA_MURMUREVENT 5 #define DATA_GRANDMASTERVORPIL 6 #endif + diff --git a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp index f94254f27..c87670085 100644 --- a/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp +++ b/src/bindings/scripts/scripts/zone/aunchindoun/shadow_labyrinth/instance_shadow_labyrinth.cpp @@ -244,3 +244,4 @@ void AddSC_instance_shadow_labyrinth() newscript->GetInstanceData = &GetInstanceData_instance_shadow_labyrinth; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/azshara/azshara.cpp b/src/bindings/scripts/scripts/zone/azshara/azshara.cpp index adcb8fbf0..4ed71f89c 100644 --- a/src/bindings/scripts/scripts/zone/azshara/azshara.cpp +++ b/src/bindings/scripts/scripts/zone/azshara/azshara.cpp @@ -515,3 +515,4 @@ void AddSC_azshara() newscript->GetAI = &GetAI_mob_depth_charge; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/azshara/boss_azuregos.cpp b/src/bindings/scripts/scripts/zone/azshara/boss_azuregos.cpp index 9b58b553d..a38f25361 100644 --- a/src/bindings/scripts/scripts/zone/azshara/boss_azuregos.cpp +++ b/src/bindings/scripts/scripts/zone/azshara/boss_azuregos.cpp @@ -152,3 +152,4 @@ void AddSC_boss_azuregos() newscript->GetAI = &GetAI_boss_azuregos; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/azuremyst_isle/azuremyst_isle.cpp b/src/bindings/scripts/scripts/zone/azuremyst_isle/azuremyst_isle.cpp index 4c7675ad0..7a78def9d 100644 --- a/src/bindings/scripts/scripts/zone/azuremyst_isle/azuremyst_isle.cpp +++ b/src/bindings/scripts/scripts/zone/azuremyst_isle/azuremyst_isle.cpp @@ -698,3 +698,4 @@ void AddSC_azuremyst_isle() newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp b/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp index ceab92a11..83537bcf2 100644 --- a/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp +++ b/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp @@ -557,3 +557,4 @@ void AddSC_the_barrens() newscript->pQuestAccept = &QuestAccept_npc_wizzlecrank_shredder; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/black_temple.cpp b/src/bindings/scripts/scripts/zone/black_temple/black_temple.cpp index 3a1981831..da9b20ef6 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/black_temple.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/black_temple.cpp @@ -66,3 +66,4 @@ void AddSC_black_temple() newscript->pGossipSelect = &GossipSelect_npc_spirit_of_olum; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/boss_bloodboil.cpp b/src/bindings/scripts/scripts/zone/black_temple/boss_bloodboil.cpp index d483b4ec1..16fff2fac 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/boss_bloodboil.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/boss_bloodboil.cpp @@ -345,3 +345,4 @@ void AddSC_boss_gurtogg_bloodboil() newscript->GetAI = &GetAI_boss_gurtogg_bloodboil; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/boss_illidan.cpp b/src/bindings/scripts/scripts/zone/black_temple/boss_illidan.cpp index 813705739..152033059 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/boss_illidan.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/boss_illidan.cpp @@ -2214,3 +2214,4 @@ void AddSC_boss_illidan() newscript->GetAI = &GetAI_parasitic_shadowfiend; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/boss_mother_shahraz.cpp b/src/bindings/scripts/scripts/zone/black_temple/boss_mother_shahraz.cpp index 36dcd1ff5..705e7ed88 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/boss_mother_shahraz.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/boss_mother_shahraz.cpp @@ -313,3 +313,4 @@ void AddSC_boss_mother_shahraz() newscript->GetAI = &GetAI_boss_shahraz; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/boss_reliquary_of_souls.cpp b/src/bindings/scripts/scripts/zone/black_temple/boss_reliquary_of_souls.cpp index 231a84107..777d5fdcd 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/boss_reliquary_of_souls.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/boss_reliquary_of_souls.cpp @@ -685,3 +685,4 @@ void AddSC_boss_reliquary_of_souls() newscript->GetAI = &GetAI_npc_enslaved_soul; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/boss_shade_of_akama.cpp b/src/bindings/scripts/scripts/zone/black_temple/boss_shade_of_akama.cpp index d2b2da6d8..6a4d18c72 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/boss_shade_of_akama.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/boss_shade_of_akama.cpp @@ -836,3 +836,4 @@ void AddSC_boss_shade_of_akama() newscript->pGossipSelect = &GossipSelect_npc_akama; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/boss_supremus.cpp b/src/bindings/scripts/scripts/zone/black_temple/boss_supremus.cpp index e82c35fad..ac6d1091c 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/boss_supremus.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/boss_supremus.cpp @@ -311,3 +311,4 @@ void AddSC_boss_supremus() newscript->GetAI = &GetAI_npc_volcano; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/boss_teron_gorefiend.cpp b/src/bindings/scripts/scripts/zone/black_temple/boss_teron_gorefiend.cpp index 35f17986e..36554a7c2 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/boss_teron_gorefiend.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/boss_teron_gorefiend.cpp @@ -534,3 +534,4 @@ void AddSC_boss_teron_gorefiend() newscript->GetAI = &GetAI_boss_teron_gorefiend; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/boss_warlord_najentus.cpp b/src/bindings/scripts/scripts/zone/black_temple/boss_warlord_najentus.cpp index 1b1099e79..d8e4f5c7a 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/boss_warlord_najentus.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/boss_warlord_najentus.cpp @@ -223,3 +223,4 @@ void AddSC_boss_najentus() newscript->pGOHello = &GOHello_go_najentus_spine; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/def_black_temple.h b/src/bindings/scripts/scripts/zone/black_temple/def_black_temple.h index 53e099f78..0d5bb1847 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/def_black_temple.h +++ b/src/bindings/scripts/scripts/zone/black_temple/def_black_temple.h @@ -32,3 +32,4 @@ #define DATA_GAMEOBJECT_SUPREMUS_DOORS 25 #define DATA_BLOOD_ELF_COUNCIL_VOICE 26 #endif + diff --git a/src/bindings/scripts/scripts/zone/black_temple/illidari_council.cpp b/src/bindings/scripts/scripts/zone/black_temple/illidari_council.cpp index eecdd70dc..92a7e4247 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/illidari_council.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/illidari_council.cpp @@ -865,3 +865,4 @@ void AddSC_boss_illidari_council() newscript->GetAI = &GetAI_boss_high_nethermancer_zerevor; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/black_temple/instance_black_temple.cpp b/src/bindings/scripts/scripts/zone/black_temple/instance_black_temple.cpp index 23f36badb..a5db59abb 100644 --- a/src/bindings/scripts/scripts/zone/black_temple/instance_black_temple.cpp +++ b/src/bindings/scripts/scripts/zone/black_temple/instance_black_temple.cpp @@ -349,3 +349,4 @@ void AddSC_instance_black_temple() newscript->GetInstanceData = &GetInstanceData_instance_black_temple; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp index 44b668f7a..92031355a 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp @@ -1322,3 +1322,4 @@ void AddSC_blackrock_depths() newscript->pChooseReward = &ChooseReward_npc_rocknot; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_ambassador_flamelash.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_ambassador_flamelash.cpp index 51a35f3f6..8c1b1748a 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_ambassador_flamelash.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_ambassador_flamelash.cpp @@ -104,3 +104,4 @@ void AddSC_boss_ambassador_flamelash() newscript->GetAI = &GetAI_boss_ambassador_flamelash; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_anubshiah.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_anubshiah.cpp index ca7b76d56..c6b4931e0 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_anubshiah.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_anubshiah.cpp @@ -113,3 +113,4 @@ void AddSC_boss_anubshiah() newscript->GetAI = &GetAI_boss_anubshiah; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_emperor_dagran_thaurissan.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_emperor_dagran_thaurissan.cpp index 790e06769..f6a755bfe 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_emperor_dagran_thaurissan.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_emperor_dagran_thaurissan.cpp @@ -102,3 +102,4 @@ void AddSC_boss_draganthaurissan() newscript->GetAI = &GetAI_boss_draganthaurissan; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_general_angerforge.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_general_angerforge.cpp index d31a0e592..7ef0d5d53 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_general_angerforge.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_general_angerforge.cpp @@ -165,3 +165,4 @@ void AddSC_boss_general_angerforge() newscript->GetAI = &GetAI_boss_general_angerforge; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_gorosh_the_dervish.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_gorosh_the_dervish.cpp index 81cc6713f..bb67b5723 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_gorosh_the_dervish.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_gorosh_the_dervish.cpp @@ -79,3 +79,4 @@ void AddSC_boss_gorosh_the_dervish() newscript->GetAI = &GetAI_boss_gorosh_the_dervish; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_grizzle.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_grizzle.cpp index ea3dea480..24ba7183d 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_grizzle.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_grizzle.cpp @@ -84,3 +84,4 @@ void AddSC_boss_grizzle() newscript->GetAI = &GetAI_boss_grizzle; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_high_interrogator_gerstahn.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_high_interrogator_gerstahn.cpp index dc7b7b466..77d1093e2 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_high_interrogator_gerstahn.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_high_interrogator_gerstahn.cpp @@ -103,3 +103,4 @@ void AddSC_boss_high_interrogator_gerstahn() newscript->GetAI = &GetAI_boss_high_interrogator_gerstahn; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_magmus.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_magmus.cpp index 826c49626..4b89c34dd 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_magmus.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_magmus.cpp @@ -82,3 +82,4 @@ void AddSC_boss_magmus() newscript->GetAI = &GetAI_boss_magmus; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_moira_bronzebeard.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_moira_bronzebeard.cpp index c7416a8d8..7184706eb 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_moira_bronzebeard.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_moira_bronzebeard.cpp @@ -97,3 +97,4 @@ void AddSC_boss_moira_bronzebeard() newscript->GetAI = &GetAI_boss_moira_bronzebeard; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_tomb_of_seven.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_tomb_of_seven.cpp index d74b88391..21fb384db 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/boss_tomb_of_seven.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/boss_tomb_of_seven.cpp @@ -641,3 +641,4 @@ void AddSC_boss_tomb_of_seven() newscript->pGossipSelect = &GossipSelect_boss_doomrel; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/def_blackrock_depths.h b/src/bindings/scripts/scripts/zone/blackrock_depths/def_blackrock_depths.h index 355c55705..58d963437 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/def_blackrock_depths.h +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/def_blackrock_depths.h @@ -23,4 +23,5 @@ #define DATA_GO_BAR_KEG 16 #define DATA_GO_BAR_KEG_TRAP 17 #define DATA_GO_BAR_DOOR 18 -#endif \ No newline at end of file +#endif + diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/instance_blackrock_depths.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/instance_blackrock_depths.cpp index 3ae0b910d..2d5615779 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/instance_blackrock_depths.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/instance_blackrock_depths.cpp @@ -304,4 +304,5 @@ InstanceData* GetInstanceData_instance_blackrock_depths(Map* map) newscript->Name = "instance_blackrock_depths"; newscript->GetInstanceData = &GetInstanceData_instance_blackrock_depths; newscript->RegisterSelf(); - } \ No newline at end of file + } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_drakkisath.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_drakkisath.cpp index 48f642495..c2bcac760 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_drakkisath.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_drakkisath.cpp @@ -99,3 +99,4 @@ void AddSC_boss_drakkisath() newscript->GetAI = &GetAI_boss_drakkisath; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_gyth.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_gyth.cpp index 732e367ee..6f0172d06 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_gyth.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_gyth.cpp @@ -203,3 +203,4 @@ void AddSC_boss_gyth() newscript->GetAI = &GetAI_boss_gyth; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_halycon.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_halycon.cpp index 7c4cb2bad..40bd0fb52 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_halycon.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_halycon.cpp @@ -93,3 +93,4 @@ void AddSC_boss_halycon() newscript->GetAI = &GetAI_boss_halycon; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_highlord_omokk.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_highlord_omokk.cpp index cbed894bc..ce8d7dc16 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_highlord_omokk.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_highlord_omokk.cpp @@ -129,3 +129,4 @@ void AddSC_boss_highlordomokk() newscript->GetAI = &GetAI_boss_highlordomokk; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_mother_smolderweb.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_mother_smolderweb.cpp index b8c79f281..63fb0e5d6 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_mother_smolderweb.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_mother_smolderweb.cpp @@ -84,3 +84,4 @@ void AddSC_boss_mothersmolderweb() newscript->GetAI = &GetAI_boss_mothersmolderweb; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_overlord_wyrmthalak.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_overlord_wyrmthalak.cpp index 85f9e29af..08e832052 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_overlord_wyrmthalak.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_overlord_wyrmthalak.cpp @@ -125,3 +125,4 @@ void AddSC_boss_overlordwyrmthalak() newscript->GetAI = &GetAI_boss_overlordwyrmthalak; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_pyroguard_emberseer.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_pyroguard_emberseer.cpp index f436ffeb8..10252a3c5 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_pyroguard_emberseer.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_pyroguard_emberseer.cpp @@ -91,3 +91,4 @@ void AddSC_boss_pyroguard_emberseer() newscript->GetAI = &GetAI_boss_pyroguard_emberseer; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_quartermaster_zigris.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_quartermaster_zigris.cpp index f51b8d19b..849d47ed7 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_quartermaster_zigris.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_quartermaster_zigris.cpp @@ -83,3 +83,4 @@ void AddSC_boss_quatermasterzigris() newscript->GetAI = &GetAI_boss_quatermasterzigris; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_rend_blackhand.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_rend_blackhand.cpp index 5be92c57c..a0af3dd2b 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_rend_blackhand.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_rend_blackhand.cpp @@ -89,3 +89,4 @@ void AddSC_boss_rend_blackhand() newscript->GetAI = &GetAI_boss_rend_blackhand; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_shadow_hunter_voshgajin.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_shadow_hunter_voshgajin.cpp index 13c92c27d..e746f8edd 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_shadow_hunter_voshgajin.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_shadow_hunter_voshgajin.cpp @@ -93,3 +93,4 @@ void AddSC_boss_shadowvosh() newscript->GetAI = &GetAI_boss_shadowvosh; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_the_beast.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_the_beast.cpp index 3d4f7673a..ea9c90c5b 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_the_beast.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_the_beast.cpp @@ -91,3 +91,4 @@ void AddSC_boss_thebeast() newscript->GetAI = &GetAI_boss_thebeast; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_warmaster_voone.cpp b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_warmaster_voone.cpp index 12cd27c6e..f257eb631 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_spire/boss_warmaster_voone.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_spire/boss_warmaster_voone.cpp @@ -119,3 +119,4 @@ void AddSC_boss_warmastervoone() newscript->GetAI = &GetAI_boss_warmastervoone; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_broodlord_lashlayer.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_broodlord_lashlayer.cpp index 64757ad13..858fa96d3 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_broodlord_lashlayer.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_broodlord_lashlayer.cpp @@ -126,3 +126,4 @@ void AddSC_boss_broodlord() newscript->GetAI = &GetAI_boss_broodlord; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_chromaggus.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_chromaggus.cpp index 09dd9ec53..8e89a3aee 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_chromaggus.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_chromaggus.cpp @@ -312,3 +312,4 @@ void AddSC_boss_chromaggus() newscript->GetAI = &GetAI_boss_chromaggus; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_ebonroc.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_ebonroc.cpp index 87770b725..6574cc8a9 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_ebonroc.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_ebonroc.cpp @@ -101,3 +101,4 @@ void AddSC_boss_ebonroc() newscript->GetAI = &GetAI_boss_ebonroc; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_firemaw.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_firemaw.cpp index 609a1d08c..edc2650fa 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_firemaw.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_firemaw.cpp @@ -92,3 +92,4 @@ void AddSC_boss_firemaw() newscript->GetAI = &GetAI_boss_firemaw; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_flamegor.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_flamegor.cpp index 32c7ae2ae..9339f604f 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_flamegor.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_flamegor.cpp @@ -95,3 +95,4 @@ void AddSC_boss_flamegor() newscript->GetAI = &GetAI_boss_flamegor; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_nefarian.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_nefarian.cpp index 2c60d7fa7..3bbb33cfd 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_nefarian.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_nefarian.cpp @@ -225,3 +225,4 @@ void AddSC_boss_nefarian() newscript->GetAI = &GetAI_boss_nefarian; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_razorgore.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_razorgore.cpp index e3b73bc9b..701c9b5aa 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_razorgore.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_razorgore.cpp @@ -129,3 +129,4 @@ void AddSC_boss_razorgore() newscript->GetAI = &GetAI_boss_razorgore; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_vaelastrasz.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_vaelastrasz.cpp index 2515d4174..db7f46ad9 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_vaelastrasz.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_vaelastrasz.cpp @@ -259,3 +259,4 @@ void AddSC_boss_vael() newscript->pGossipSelect = &GossipSelect_boss_vael; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_victor_nefarius.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_victor_nefarius.cpp index d6940c387..51988bc42 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/boss_victor_nefarius.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/boss_victor_nefarius.cpp @@ -392,3 +392,4 @@ void AddSC_boss_victor_nefarius() newscript->pGossipSelect = &GossipSelect_boss_victor_nefarius; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blackwing_lair/instance_blackwing_lair.cpp b/src/bindings/scripts/scripts/zone/blackwing_lair/instance_blackwing_lair.cpp index 0384e40a6..ddd9e8b9a 100644 --- a/src/bindings/scripts/scripts/zone/blackwing_lair/instance_blackwing_lair.cpp +++ b/src/bindings/scripts/scripts/zone/blackwing_lair/instance_blackwing_lair.cpp @@ -22,3 +22,4 @@ SDCategory: Blackwing Lair EndScriptData */ #include "precompiled.h" + diff --git a/src/bindings/scripts/scripts/zone/blades_edge_mountains/blades_edge_mountains.cpp b/src/bindings/scripts/scripts/zone/blades_edge_mountains/blades_edge_mountains.cpp index 8b08011bc..da4eb5cf2 100644 --- a/src/bindings/scripts/scripts/zone/blades_edge_mountains/blades_edge_mountains.cpp +++ b/src/bindings/scripts/scripts/zone/blades_edge_mountains/blades_edge_mountains.cpp @@ -432,3 +432,4 @@ void AddSC_blades_edge_mountains() newscript->pGossipSelect = &GossipSelect_npc_skyguard_handler_irena; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blasted_lands/blasted_lands.cpp b/src/bindings/scripts/scripts/zone/blasted_lands/blasted_lands.cpp index 0d89f7111..954792a10 100644 --- a/src/bindings/scripts/scripts/zone/blasted_lands/blasted_lands.cpp +++ b/src/bindings/scripts/scripts/zone/blasted_lands/blasted_lands.cpp @@ -159,3 +159,4 @@ void AddSC_blasted_lands() newscript->pGossipSelect = &GossipSelect_npc_fallen_hero_of_horde; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/blasted_lands/boss_kruul.cpp b/src/bindings/scripts/scripts/zone/blasted_lands/boss_kruul.cpp index 3e0937146..6627ee05f 100644 --- a/src/bindings/scripts/scripts/zone/blasted_lands/boss_kruul.cpp +++ b/src/bindings/scripts/scripts/zone/blasted_lands/boss_kruul.cpp @@ -180,3 +180,4 @@ void AddSC_boss_kruul() newscript->GetAI = &GetAI_boss_kruul; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/bloodmyst_isle/bloodmyst_isle.cpp b/src/bindings/scripts/scripts/zone/bloodmyst_isle/bloodmyst_isle.cpp index f298f3fa2..a7db97a39 100644 --- a/src/bindings/scripts/scripts/zone/bloodmyst_isle/bloodmyst_isle.cpp +++ b/src/bindings/scripts/scripts/zone/bloodmyst_isle/bloodmyst_isle.cpp @@ -139,3 +139,4 @@ void AddSC_bloodmyst_isle() newscript->pGossipSelect = &GossipSelect_npc_captured_sunhawk_agent; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/burning_steppes/burning_steppes.cpp b/src/bindings/scripts/scripts/zone/burning_steppes/burning_steppes.cpp index e61ce75c9..a512a1f19 100644 --- a/src/bindings/scripts/scripts/zone/burning_steppes/burning_steppes.cpp +++ b/src/bindings/scripts/scripts/zone/burning_steppes/burning_steppes.cpp @@ -151,3 +151,4 @@ void AddSC_burning_steppes() newscript->pGossipSelect = &GossipSelect_npc_ragged_john; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_aeonus.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_aeonus.cpp index d2d5f53e3..7bd5575fe 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_aeonus.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_aeonus.cpp @@ -146,3 +146,4 @@ void AddSC_boss_aeonus() newscript->GetAI = &GetAI_boss_aeonus; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_chrono_lord_deja.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_chrono_lord_deja.cpp index 106a330ec..c689c77bc 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_chrono_lord_deja.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_chrono_lord_deja.cpp @@ -134,3 +134,4 @@ void AddSC_boss_chrono_lord_deja() newscript->GetAI = &GetAI_boss_chrono_lord_deja; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_temporus.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_temporus.cpp index d55a4c61f..6f5f6962e 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_temporus.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/boss_temporus.cpp @@ -136,3 +136,4 @@ void AddSC_boss_temporus() newscript->GetAI = &GetAI_boss_temporus; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/dark_portal.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/dark_portal.cpp index 9c4084755..57511f891 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/dark_portal.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/dark_portal.cpp @@ -403,3 +403,4 @@ void AddSC_dark_portal() newscript->pGossipSelect = &GossipSelect_npc_saat; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/def_dark_portal.h b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/def_dark_portal.h index 4fa7c14c5..61018f581 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/def_dark_portal.h +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/def_dark_portal.h @@ -31,4 +31,5 @@ #define C_EXECU 18994 #define C_VANQU 18995 -#endif \ No newline at end of file +#endif + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/instance_dark_portal.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/instance_dark_portal.cpp index 36740b0ed..39445fe72 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/instance_dark_portal.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/dark_portal/instance_dark_portal.cpp @@ -380,3 +380,4 @@ void AddSC_instance_dark_portal() newscript->GetInstanceData = &GetInstanceData_instance_dark_portal; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/boss_archimonde.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/boss_archimonde.cpp index 295da36df..ef709977d 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/boss_archimonde.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/boss_archimonde.cpp @@ -745,3 +745,4 @@ void AddSC_boss_archimonde() newscript->GetAI = &GetAI_mob_ancient_wisp; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/def_hyjal.h b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/def_hyjal.h index 164d26223..757ce2ce2 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/def_hyjal.h +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/def_hyjal.h @@ -27,3 +27,4 @@ #define ERROR_INST_DATA "TSCR: Instance data not set properly for Mount Hyjal. Encounters will be buggy" #endif + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjal.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjal.cpp index 11d745085..8d6686bb5 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjal.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjal.cpp @@ -247,3 +247,4 @@ void AddSC_hyjal() newscript->GetAI = &GetAI_npc_tyrande_whisperwind; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.cpp index 1cd8a6dc8..366c5863d 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.cpp @@ -476,3 +476,4 @@ void hyjalAI::UpdateAI(const uint32 diff) DoMeleeAttackIfReady(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.h b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.h index cd6341a05..cb4e3f72a 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.h +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/hyjalAI.h @@ -212,3 +212,4 @@ struct TRINITY_DLL_DECL hyjalAI : public ScriptedAI std::list CreatureList; }; #endif + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/instance_hyjal.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/instance_hyjal.cpp index e3b1c5ea0..44419b375 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/instance_hyjal.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/hyjal/instance_hyjal.cpp @@ -207,3 +207,4 @@ void AddSC_instance_mount_hyjal() newscript->GetInstanceData = &GetInstanceData_instance_mount_hyjal; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_captain_skarloc.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_captain_skarloc.cpp index 2c6737a16..c3abfe681 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_captain_skarloc.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_captain_skarloc.cpp @@ -154,3 +154,4 @@ void AddSC_boss_captain_skarloc() newscript->GetAI = &GetAI_boss_captain_skarloc; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_epoch_hunter.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_epoch_hunter.cpp index 706b804da..02b90958f 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_epoch_hunter.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_epoch_hunter.cpp @@ -148,3 +148,4 @@ void AddSC_boss_epoch_hunter() newscript->GetAI = &GetAI_boss_epoch_hunter; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_leutenant_drake.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_leutenant_drake.cpp index 86214a507..f80dfcdca 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_leutenant_drake.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/boss_leutenant_drake.cpp @@ -193,3 +193,4 @@ void AddSC_boss_lieutenant_drake() newscript->GetAI = &GetAI_boss_lieutenant_drake; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/def_old_hillsbrad.h b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/def_old_hillsbrad.h index b8dbc693d..b49e67133 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/def_old_hillsbrad.h +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/def_old_hillsbrad.h @@ -15,3 +15,4 @@ #define DATA_TARETHA 8 #define WORLD_STATE_OH 2436 #endif + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/instance_old_hillsbrad.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/instance_old_hillsbrad.cpp index 02689a7aa..9e713cf8f 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/instance_old_hillsbrad.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/instance_old_hillsbrad.cpp @@ -233,3 +233,4 @@ void AddSC_instance_old_hillsbrad() newscript->GetInstanceData = &GetInstanceData_instance_old_hillsbrad; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/old_hillsbrad.cpp b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/old_hillsbrad.cpp index e3aeaf556..675cc78f8 100644 --- a/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/old_hillsbrad.cpp +++ b/src/bindings/scripts/scripts/zone/caverns_of_time/old_hillsbrad/old_hillsbrad.cpp @@ -866,3 +866,4 @@ void AddSC_old_hillsbrad() newscript->GetAI = &GetAI_npc_taretha; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_fathomlord_karathress.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_fathomlord_karathress.cpp index d8416e37a..273f0cc0f 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_fathomlord_karathress.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_fathomlord_karathress.cpp @@ -761,3 +761,4 @@ void AddSC_boss_fathomlord_karathress() newscript->GetAI = &GetAI_boss_fathomguard_caribdis; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_hydross_the_unstable.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_hydross_the_unstable.cpp index e9809b0a6..69006dade 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_hydross_the_unstable.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_hydross_the_unstable.cpp @@ -384,3 +384,4 @@ void AddSC_boss_hydross_the_unstable() newscript->GetAI = &GetAI_boss_hydross_the_unstable; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_lady_vashj.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_lady_vashj.cpp index eec977a75..2cc2e1e0a 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_lady_vashj.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_lady_vashj.cpp @@ -1075,3 +1075,4 @@ void AddSC_boss_lady_vashj() newscript->pItemUse = &ItemUse_item_tainted_core; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp index 1643f1068..97eee7439 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_leotheras_the_blind.cpp @@ -815,3 +815,4 @@ void AddSC_boss_leotheras_the_blind() newscript->GetAI = &GetAI_mob_inner_demon; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_lurker_below.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_lurker_below.cpp index 1489f128d..4944f9022 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_lurker_below.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_lurker_below.cpp @@ -487,3 +487,4 @@ void AddSC_boss_the_lurker_below() newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_morogrim_tidewalker.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_morogrim_tidewalker.cpp index febabd896..d8538dd3e 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_morogrim_tidewalker.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/boss_morogrim_tidewalker.cpp @@ -368,3 +368,4 @@ void AddSC_boss_morogrim_tidewalker() newscript->GetAI = &GetAI_mob_water_globule; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/def_serpent_shrine.h b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/def_serpent_shrine.h index 989ab4689..aceabea4b 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/def_serpent_shrine.h +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/def_serpent_shrine.h @@ -29,3 +29,4 @@ #define DATA_CONTROL_CONSOLE 22 #define DATA_STRANGE_POOL 23 #endif + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/instance_serpent_shrine.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/instance_serpent_shrine.cpp index 919a455bb..15fcd8717 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/instance_serpent_shrine.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/serpent_shrine/instance_serpent_shrine.cpp @@ -289,3 +289,4 @@ void AddSC_instance_serpentshrine_cavern() newscript->pGOHello = &GOHello_go_bridge_console; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/slave_pens/boss_rokmar.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/slave_pens/boss_rokmar.cpp index 5c8ee98ef..aab4fbd1a 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/slave_pens/boss_rokmar.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/slave_pens/boss_rokmar.cpp @@ -63,3 +63,4 @@ void AddSC_boss_rokmar_the_crackler() newscript->GetAI = GetAI_boss_rokmar_the_crackler; m_scripts[nrscripts++] = newscript; } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_hydromancer_thespia.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_hydromancer_thespia.cpp index 388a07046..6bd8257dd 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_hydromancer_thespia.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_hydromancer_thespia.cpp @@ -195,3 +195,4 @@ void AddSC_boss_hydromancer_thespia() newscript->GetAI = &GetAI_mob_coilfang_waterelementalAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_mekgineer_steamrigger.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_mekgineer_steamrigger.cpp index 938cb732e..0b5dfa9c7 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_mekgineer_steamrigger.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_mekgineer_steamrigger.cpp @@ -278,3 +278,4 @@ void AddSC_boss_mekgineer_steamrigger() newscript->GetAI = &GetAI_mob_steamrigger_mechanic; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_warlord_kalithresh.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_warlord_kalithresh.cpp index efa5cf72e..139617947 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_warlord_kalithresh.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/boss_warlord_kalithresh.cpp @@ -233,3 +233,4 @@ void AddSC_boss_warlord_kalithresh() newscript->GetAI = &GetAI_boss_warlord_kalithresh; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/def_steam_vault.h b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/def_steam_vault.h index 0f8ae80fe..09a76d482 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/def_steam_vault.h +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/def_steam_vault.h @@ -14,3 +14,4 @@ #define DATA_KALITRESH 6 #define DATA_THESPIA 7 #endif + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/instance_steam_vault.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/instance_steam_vault.cpp index 8771cf2ab..b76cfedb7 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/instance_steam_vault.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/steam_vault/instance_steam_vault.cpp @@ -260,3 +260,4 @@ void AddSC_instance_steam_vault() newscript->GetInstanceData = &GetInstanceData_instance_steam_vault; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_ghazan.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_ghazan.cpp index b6da72e84..914e6b3f2 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_ghazan.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_ghazan.cpp @@ -77,3 +77,4 @@ void AddSC_boss_ghazan() newscript->GetAI = GetAI_boss_ghazan; m_scripts[nrscripts++] = newscript; } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_hungarfen.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_hungarfen.cpp index ac04981d9..28543aea8 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_hungarfen.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_hungarfen.cpp @@ -154,3 +154,4 @@ void AddSC_boss_hungarfen() newscript->GetAI = &GetAI_mob_underbog_mushroom; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_the_black_stalker.cpp b/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_the_black_stalker.cpp index 0f773ac97..9e27f2bc0 100644 --- a/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_the_black_stalker.cpp +++ b/src/bindings/scripts/scripts/zone/coilfang_resevoir/underbog/boss_the_black_stalker.cpp @@ -189,3 +189,4 @@ void AddSC_boss_the_black_stalker() newscript->GetAI = &GetAI_boss_the_black_stalker; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/darkshore/darkshore.cpp b/src/bindings/scripts/scripts/zone/darkshore/darkshore.cpp index 01a76b6d0..aea0e52e4 100644 --- a/src/bindings/scripts/scripts/zone/darkshore/darkshore.cpp +++ b/src/bindings/scripts/scripts/zone/darkshore/darkshore.cpp @@ -22,3 +22,4 @@ SDCategory: Darkshore EndScriptData */ #include "precompiled.h" + diff --git a/src/bindings/scripts/scripts/zone/deadmines/deadmines.cpp b/src/bindings/scripts/scripts/zone/deadmines/deadmines.cpp index 4bd33af98..3f71dc904 100644 --- a/src/bindings/scripts/scripts/zone/deadmines/deadmines.cpp +++ b/src/bindings/scripts/scripts/zone/deadmines/deadmines.cpp @@ -228,3 +228,4 @@ void AddSC_instance_deadmines() newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/deadmines/def_deadmines.h b/src/bindings/scripts/scripts/zone/deadmines/def_deadmines.h index 73b95a30b..9b535a9fd 100644 --- a/src/bindings/scripts/scripts/zone/deadmines/def_deadmines.h +++ b/src/bindings/scripts/scripts/zone/deadmines/def_deadmines.h @@ -11,3 +11,4 @@ #define EVENT_STATE 1 #endif + diff --git a/src/bindings/scripts/scripts/zone/deadmines/instance_deadmines.cpp b/src/bindings/scripts/scripts/zone/deadmines/instance_deadmines.cpp index ed74c6f8c..35bd4cb34 100644 --- a/src/bindings/scripts/scripts/zone/deadmines/instance_deadmines.cpp +++ b/src/bindings/scripts/scripts/zone/deadmines/instance_deadmines.cpp @@ -20,3 +20,4 @@ SD%Complete: 0 SDComment: Placeholder SDCategory: Deadmines EndScriptData */ + diff --git a/src/bindings/scripts/scripts/zone/dun_morogh/dun_morogh.cpp b/src/bindings/scripts/scripts/zone/dun_morogh/dun_morogh.cpp index 634a05d3e..db79d4498 100644 --- a/src/bindings/scripts/scripts/zone/dun_morogh/dun_morogh.cpp +++ b/src/bindings/scripts/scripts/zone/dun_morogh/dun_morogh.cpp @@ -96,3 +96,4 @@ void AddSC_dun_morogh() newscript->GetAI = &GetAI_npc_narm_faulk; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/dustwallow_marsh/dustwallow_marsh.cpp b/src/bindings/scripts/scripts/zone/dustwallow_marsh/dustwallow_marsh.cpp index 03a5e8816..8cc53ece4 100644 --- a/src/bindings/scripts/scripts/zone/dustwallow_marsh/dustwallow_marsh.cpp +++ b/src/bindings/scripts/scripts/zone/dustwallow_marsh/dustwallow_marsh.cpp @@ -229,3 +229,4 @@ void AddSC_dustwallow_marsh() newscript->pGossipSelect = &GossipSelect_npc_nat_pagle; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/eastern_plaguelands/eastern_plaguelands.cpp b/src/bindings/scripts/scripts/zone/eastern_plaguelands/eastern_plaguelands.cpp index 44abf0da8..de0260111 100644 --- a/src/bindings/scripts/scripts/zone/eastern_plaguelands/eastern_plaguelands.cpp +++ b/src/bindings/scripts/scripts/zone/eastern_plaguelands/eastern_plaguelands.cpp @@ -177,3 +177,4 @@ void AddSC_eastern_plaguelands() newscript->pGossipSelect = &GossipSelect_npc_tirion_fordring; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/elwynn_forest/elwynn_forest.cpp b/src/bindings/scripts/scripts/zone/elwynn_forest/elwynn_forest.cpp index 4e1857226..01c4e89d9 100644 --- a/src/bindings/scripts/scripts/zone/elwynn_forest/elwynn_forest.cpp +++ b/src/bindings/scripts/scripts/zone/elwynn_forest/elwynn_forest.cpp @@ -96,3 +96,4 @@ void AddSC_elwynn_forest() newscript->GetAI = &GetAI_npc_henze_faulk; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/eversong_woods/eversong_woods.cpp b/src/bindings/scripts/scripts/zone/eversong_woods/eversong_woods.cpp index 1aa7a6259..9665e10ca 100644 --- a/src/bindings/scripts/scripts/zone/eversong_woods/eversong_woods.cpp +++ b/src/bindings/scripts/scripts/zone/eversong_woods/eversong_woods.cpp @@ -793,3 +793,4 @@ void AddSC_eversong_woods() newscript->GetAI = &GetAI_npc_infused_crystalAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/felwood/felwood.cpp b/src/bindings/scripts/scripts/zone/felwood/felwood.cpp index 4aa752add..b7a4bc03c 100644 --- a/src/bindings/scripts/scripts/zone/felwood/felwood.cpp +++ b/src/bindings/scripts/scripts/zone/felwood/felwood.cpp @@ -87,3 +87,4 @@ void AddSC_felwood() newscript->pGossipSelect = &GossipSelect_npcs_riverbreeze_and_silversky; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/feralas/feralas.cpp b/src/bindings/scripts/scripts/zone/feralas/feralas.cpp index 0abd9fdf3..f3822bcdb 100644 --- a/src/bindings/scripts/scripts/zone/feralas/feralas.cpp +++ b/src/bindings/scripts/scripts/zone/feralas/feralas.cpp @@ -85,3 +85,4 @@ void AddSC_feralas() newscript->pGossipHello = &GossipHello_npc_screecher_spirit; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/ghostlands/ghostlands.cpp b/src/bindings/scripts/scripts/zone/ghostlands/ghostlands.cpp index c61a9318b..398d642b2 100644 --- a/src/bindings/scripts/scripts/zone/ghostlands/ghostlands.cpp +++ b/src/bindings/scripts/scripts/zone/ghostlands/ghostlands.cpp @@ -321,3 +321,4 @@ void AddSC_ghostlands() newscript->pQuestAccept = &QuestAccept_npc_ranger_lilatha; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/gruuls_lair/boss_gruul.cpp b/src/bindings/scripts/scripts/zone/gruuls_lair/boss_gruul.cpp index 3588552fb..0d47bed71 100644 --- a/src/bindings/scripts/scripts/zone/gruuls_lair/boss_gruul.cpp +++ b/src/bindings/scripts/scripts/zone/gruuls_lair/boss_gruul.cpp @@ -324,3 +324,4 @@ void AddSC_boss_gruul() newscript->GetAI = &GetAI_boss_gruul; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/gruuls_lair/boss_high_king_maulgar.cpp b/src/bindings/scripts/scripts/zone/gruuls_lair/boss_high_king_maulgar.cpp index e0d3aea7d..c731dd63c 100644 --- a/src/bindings/scripts/scripts/zone/gruuls_lair/boss_high_king_maulgar.cpp +++ b/src/bindings/scripts/scripts/zone/gruuls_lair/boss_high_king_maulgar.cpp @@ -729,3 +729,4 @@ void AddSC_boss_high_king_maulgar() newscript->GetAI = &GetAI_boss_krosh_firehand; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/gruuls_lair/def_gruuls_lair.h b/src/bindings/scripts/scripts/zone/gruuls_lair/def_gruuls_lair.h index 320d03c7c..145e573f0 100644 --- a/src/bindings/scripts/scripts/zone/gruuls_lair/def_gruuls_lair.h +++ b/src/bindings/scripts/scripts/zone/gruuls_lair/def_gruuls_lair.h @@ -16,3 +16,4 @@ #define DATA_GRUULDOOR 9 #define DATA_MAULGAR 10 #endif + diff --git a/src/bindings/scripts/scripts/zone/gruuls_lair/instance_gruuls_lair.cpp b/src/bindings/scripts/scripts/zone/gruuls_lair/instance_gruuls_lair.cpp index 296a26127..c5a82bff3 100644 --- a/src/bindings/scripts/scripts/zone/gruuls_lair/instance_gruuls_lair.cpp +++ b/src/bindings/scripts/scripts/zone/gruuls_lair/instance_gruuls_lair.cpp @@ -186,3 +186,4 @@ void AddSC_instance_gruuls_lair() newscript->GetInstanceData = &GetInstanceData_instance_gruuls_lair; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_broggok.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_broggok.cpp index 42016771d..20bffd905 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_broggok.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_broggok.cpp @@ -92,3 +92,4 @@ void AddSC_boss_broggok() newscript->GetAI = &GetAI_boss_broggokAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp index ed9476533..7959b9a60 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_kelidan_the_breaker.cpp @@ -360,4 +360,5 @@ void AddSC_boss_kelidan_the_breaker() newscript->Name="mob_shadowmoon_channeler"; newscript->GetAI = &GetAI_mob_shadowmoon_channeler; newscript->RegisterSelf(); -} \ No newline at end of file +} + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_the_maker.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_the_maker.cpp index 09efb66bd..7e2f6b65c 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_the_maker.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/boss_the_maker.cpp @@ -129,3 +129,4 @@ void AddSC_boss_the_maker() newscript->GetAI = &GetAI_boss_the_makerAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/def_blood_furnace.h b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/def_blood_furnace.h index 6462b401d..e6a49847a 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/def_blood_furnace.h +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/def_blood_furnace.h @@ -6,4 +6,5 @@ #define DEF_BLOOD_FURNACE_H #define DATA_KELIDANEVENT 1 -#endif \ No newline at end of file +#endif + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp index aae064d77..caf29b1f2 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/blood_furnace/instance_blood_furnace.cpp @@ -109,4 +109,5 @@ void AddSC_instance_blood_furnace() newscript->Name = "instance_blood_furnace"; newscript->GetInstanceData = &GetInstanceData_instance_blood_furnace; newscript->RegisterSelf(); -} \ No newline at end of file +} + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp index 6b4fd9929..2118dcc20 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_omor_the_unscarred.cpp @@ -211,3 +211,4 @@ void AddSC_boss_omor_the_unscarred() newscript->GetAI = &GetAI_boss_omor_the_unscarredAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_vazruden_the_herald.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_vazruden_the_herald.cpp index 97d2878bc..4a4647e7c 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_vazruden_the_herald.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_vazruden_the_herald.cpp @@ -487,4 +487,5 @@ void AddSC_boss_vazruden_the_herald() newscript->Name="mob_hellfire_sentry"; newscript->GetAI = &GetAI_mob_hellfire_sentry; newscript->RegisterSelf(); -} \ No newline at end of file +} + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp index 5608839ad..bd4c5a9f1 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/hellfire_ramparts/boss_watchkeeper_gargolmar.cpp @@ -166,3 +166,4 @@ void AddSC_boss_watchkeeper_gargolmar() newscript->GetAI = &GetAI_boss_watchkeeper_gargolmarAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp index f114cd005..195cc8246 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp @@ -562,4 +562,5 @@ void AddSC_boss_magtheridon() newscript->GetAI = &GetAI_mob_abyssalAI; newscript->RegisterSelf(); -} \ No newline at end of file +} + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/def_magtheridons_lair.h b/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/def_magtheridons_lair.h index 8c235a36a..3c0012ce4 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/def_magtheridons_lair.h +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/def_magtheridons_lair.h @@ -11,3 +11,4 @@ #define DATA_COLLAPSE 6 #define DATA_CHANNELER 9 #endif + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp index 20c64e050..ea51e5758 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/magtheridons_lair/instance_magtheridons_lair.cpp @@ -255,3 +255,4 @@ void AddSC_instance_magtheridons_lair() newscript->GetInstanceData = &GetInstanceData_instance_magtheridons_lair; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_nethekurse.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_nethekurse.cpp index d9ab39923..afd7fe9f1 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_nethekurse.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_nethekurse.cpp @@ -454,3 +454,4 @@ void AddSC_boss_grand_warlock_nethekurse() newscript->GetAI = &GetAI_mob_lesser_shadow_fissure; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp index cf02f04e3..6b88d266c 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_warbringer_omrogg.cpp @@ -401,3 +401,4 @@ void AddSC_boss_warbringer_omrogg() newscript->GetAI = &GetAI_mob_omrogg_heads; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp index 60df1f14b..dccfbaa0a 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/boss_warchief_kargath_bladefist.cpp @@ -296,3 +296,4 @@ void AddSC_boss_warchief_kargath_bladefist() newscript->GetAI = &GetAI_boss_warchief_kargath_bladefist; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/def_shattered_halls.h b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/def_shattered_halls.h index 602564d32..cb3a06055 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/def_shattered_halls.h +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/def_shattered_halls.h @@ -11,3 +11,4 @@ #define TYPE_OMROGG 4 #endif + diff --git a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp index 52d9d615b..aa2817ca9 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_citadel/shattered_halls/instance_shattered_halls.cpp @@ -112,3 +112,4 @@ void AddSC_instance_shattered_halls() newscript->GetInstanceData = &GetInstanceData_instance_shattered_halls; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_peninsula/boss_doomlord_kazzak.cpp b/src/bindings/scripts/scripts/zone/hellfire_peninsula/boss_doomlord_kazzak.cpp index 05770d534..de466759f 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_peninsula/boss_doomlord_kazzak.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_peninsula/boss_doomlord_kazzak.cpp @@ -180,3 +180,4 @@ void AddSC_boss_doomlordkazzak() newscript->GetAI = &GetAI_boss_doomlordkazzak; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/hellfire_peninsula/hellfire_peninsula.cpp b/src/bindings/scripts/scripts/zone/hellfire_peninsula/hellfire_peninsula.cpp index 1a96f0be0..d7d343e8d 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_peninsula/hellfire_peninsula.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_peninsula/hellfire_peninsula.cpp @@ -438,4 +438,5 @@ void AddSC_hellfire_peninsula() newscript->GetAI = &GetAI_npc_wounded_blood_elf; newscript->pQuestAccept = &QuestAccept_npc_wounded_blood_elf; newscript->RegisterSelf(); -} \ No newline at end of file +} + diff --git a/src/bindings/scripts/scripts/zone/ironforge/ironforge.cpp b/src/bindings/scripts/scripts/zone/ironforge/ironforge.cpp index 701f208f2..674bf56bb 100644 --- a/src/bindings/scripts/scripts/zone/ironforge/ironforge.cpp +++ b/src/bindings/scripts/scripts/zone/ironforge/ironforge.cpp @@ -91,3 +91,4 @@ void AddSC_ironforge() newscript->pGossipSelect = &GossipSelect_npc_royal_historian_archesonus; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/isle_of_queldanas/isle_of_queldanas.cpp b/src/bindings/scripts/scripts/zone/isle_of_queldanas/isle_of_queldanas.cpp index 4e61ad687..9d2f1dbf7 100644 --- a/src/bindings/scripts/scripts/zone/isle_of_queldanas/isle_of_queldanas.cpp +++ b/src/bindings/scripts/scripts/zone/isle_of_queldanas/isle_of_queldanas.cpp @@ -220,3 +220,4 @@ void AddSC_isle_of_queldanas() newscript->GetAI = &GetAI_npc_greengill_slaveAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/boss_curator.cpp b/src/bindings/scripts/scripts/zone/karazhan/boss_curator.cpp index eada90f94..1c7ea45cd 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/boss_curator.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/boss_curator.cpp @@ -166,3 +166,4 @@ void AddSC_boss_curator() newscript->GetAI = &GetAI_boss_curator; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/boss_maiden_of_virtue.cpp b/src/bindings/scripts/scripts/zone/karazhan/boss_maiden_of_virtue.cpp index b04b39c07..ecf4c76be 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/boss_maiden_of_virtue.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/boss_maiden_of_virtue.cpp @@ -150,3 +150,4 @@ void AddSC_boss_maiden_of_virtue() newscript->GetAI = &GetAI_boss_maiden_of_virtue; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/boss_midnight.cpp b/src/bindings/scripts/scripts/zone/karazhan/boss_midnight.cpp index 2324385e4..9c81d7a4c 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/boss_midnight.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/boss_midnight.cpp @@ -321,3 +321,4 @@ void AddSC_boss_attumen() newscript->GetAI = &GetAI_boss_midnight; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/boss_moroes.cpp b/src/bindings/scripts/scripts/zone/karazhan/boss_moroes.cpp index 170d6dfa3..5a725f197 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/boss_moroes.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/boss_moroes.cpp @@ -853,3 +853,4 @@ void AddSC_boss_moroes() newscript->GetAI = &GetAI_lord_crispin_ference; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/boss_netherspite.cpp b/src/bindings/scripts/scripts/zone/karazhan/boss_netherspite.cpp index 9e9ebe50b..b074dc920 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/boss_netherspite.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/boss_netherspite.cpp @@ -38,3 +38,4 @@ EndScriptData */ #define SPELL_PERSEVERANCE_SELF 30466 #define SPELL_SERENITY_ENEMY 30422 #define SPELL_SERENITY_SELF 30467 + diff --git a/src/bindings/scripts/scripts/zone/karazhan/boss_nightbane.cpp b/src/bindings/scripts/scripts/zone/karazhan/boss_nightbane.cpp index 2cce937dd..8ed47127e 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/boss_nightbane.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/boss_nightbane.cpp @@ -420,3 +420,4 @@ void AddSC_boss_nightbane() newscript->GetAI = &GetAI_boss_nightbane; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/boss_prince_malchezaar.cpp b/src/bindings/scripts/scripts/zone/karazhan/boss_prince_malchezaar.cpp index 34a1114a1..73139d9c7 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/boss_prince_malchezaar.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/boss_prince_malchezaar.cpp @@ -650,3 +650,4 @@ void AddSC_boss_malchezaar() newscript->GetAI = &GetAI_netherspite_infernal; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/boss_shade_of_aran.cpp b/src/bindings/scripts/scripts/zone/karazhan/boss_shade_of_aran.cpp index dac9b1900..50a8e01f5 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/boss_shade_of_aran.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/boss_shade_of_aran.cpp @@ -600,3 +600,4 @@ void AddSC_boss_shade_of_aran() newscript->GetAI = &GetAI_water_elemental; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/boss_terestian_illhoof.cpp b/src/bindings/scripts/scripts/zone/karazhan/boss_terestian_illhoof.cpp index dd4c0ce33..a6cd32333 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/boss_terestian_illhoof.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/boss_terestian_illhoof.cpp @@ -424,3 +424,4 @@ void AddSC_boss_terestian_illhoof() newscript->GetAI = &GetAI_mob_demon_chain; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/bosses_opera.cpp b/src/bindings/scripts/scripts/zone/karazhan/bosses_opera.cpp index 108282489..8478bdca2 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/bosses_opera.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/bosses_opera.cpp @@ -1418,3 +1418,4 @@ void AddSC_bosses_opera() newscript->Name = "boss_romulo"; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/def_karazhan.h b/src/bindings/scripts/scripts/zone/karazhan/def_karazhan.h index e1c4f7c32..d08911d9c 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/def_karazhan.h +++ b/src/bindings/scripts/scripts/zone/karazhan/def_karazhan.h @@ -41,3 +41,4 @@ #define ERROR_INST_DATA(a) error_log("SD2: Instance Data for Karazhan not set properly. Encounter for Creature Entry %u may not work properly.", a->GetEntry()); #endif + diff --git a/src/bindings/scripts/scripts/zone/karazhan/instance_karazhan.cpp b/src/bindings/scripts/scripts/zone/karazhan/instance_karazhan.cpp index f997f5fc6..f274e81b5 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/instance_karazhan.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/instance_karazhan.cpp @@ -289,3 +289,4 @@ void AddSC_instance_karazhan() newscript->GetInstanceData = &GetInstanceData_instance_karazhan; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/karazhan/karazhan.cpp b/src/bindings/scripts/scripts/zone/karazhan/karazhan.cpp index fd315e65c..144eea914 100644 --- a/src/bindings/scripts/scripts/zone/karazhan/karazhan.cpp +++ b/src/bindings/scripts/scripts/zone/karazhan/karazhan.cpp @@ -658,3 +658,4 @@ void AddSC_karazhan() newscript->GetAI = &GetAI_npc_image_of_medivh; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/loch_modan/loch_modan.cpp b/src/bindings/scripts/scripts/zone/loch_modan/loch_modan.cpp index 5d0cbad45..d79f581d1 100644 --- a/src/bindings/scripts/scripts/zone/loch_modan/loch_modan.cpp +++ b/src/bindings/scripts/scripts/zone/loch_modan/loch_modan.cpp @@ -98,3 +98,4 @@ void AddSC_loch_modan() newscript->pGossipSelect = &GossipSelect_npc_mountaineer_pebblebitty; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_felblood_kaelthas.cpp b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_felblood_kaelthas.cpp index 7136e4c83..72ce8097d 100644 --- a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_felblood_kaelthas.cpp +++ b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_felblood_kaelthas.cpp @@ -769,3 +769,4 @@ void AddSC_boss_felblood_kaelthas() newscript->pGOHello = &GOHello_go_movie_orb; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_priestess_delrissa.cpp b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_priestess_delrissa.cpp index 15af5cce3..0ef50b8db 100644 --- a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_priestess_delrissa.cpp +++ b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_priestess_delrissa.cpp @@ -1396,3 +1396,4 @@ void AddSC_boss_priestess_delrissa() newscript->GetAI = &GetAI_mob_sliver; newscript->RegisterSelf();*/ } + diff --git a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_selin_fireheart.cpp b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_selin_fireheart.cpp index 219a77303..8cf38da35 100644 --- a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_selin_fireheart.cpp +++ b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_selin_fireheart.cpp @@ -391,3 +391,4 @@ void AddSC_boss_selin_fireheart() newscript->GetAI = &GetAI_mob_fel_crystal; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_vexallus.cpp b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_vexallus.cpp index e3ed21fcb..b50f248bb 100644 --- a/src/bindings/scripts/scripts/zone/magisters_terrace/boss_vexallus.cpp +++ b/src/bindings/scripts/scripts/zone/magisters_terrace/boss_vexallus.cpp @@ -235,3 +235,4 @@ void AddSC_boss_vexallus() newscript->GetAI = &GetAI_mob_pure_energy; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/magisters_terrace/def_magisters_terrace.h b/src/bindings/scripts/scripts/zone/magisters_terrace/def_magisters_terrace.h index 7d52cbb74..f509a8bc7 100644 --- a/src/bindings/scripts/scripts/zone/magisters_terrace/def_magisters_terrace.h +++ b/src/bindings/scripts/scripts/zone/magisters_terrace/def_magisters_terrace.h @@ -29,3 +29,4 @@ #define ERROR_INST_DATA "SD2 Error: Instance Data not set properly for Magister's Terrace instance (map 585). Encounters will be buggy." #endif + diff --git a/src/bindings/scripts/scripts/zone/magisters_terrace/instance_magisters_terrace.cpp b/src/bindings/scripts/scripts/zone/magisters_terrace/instance_magisters_terrace.cpp index 018c86b06..5afb79e84 100644 --- a/src/bindings/scripts/scripts/zone/magisters_terrace/instance_magisters_terrace.cpp +++ b/src/bindings/scripts/scripts/zone/magisters_terrace/instance_magisters_terrace.cpp @@ -248,3 +248,4 @@ void AddSC_instance_magisters_terrace() newscript->GetInstanceData = &GetInstanceData_instance_magisters_terrace; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/maraudon/boss_celebras_the_cursed.cpp b/src/bindings/scripts/scripts/zone/maraudon/boss_celebras_the_cursed.cpp index f6d967945..3ae6cd01c 100644 --- a/src/bindings/scripts/scripts/zone/maraudon/boss_celebras_the_cursed.cpp +++ b/src/bindings/scripts/scripts/zone/maraudon/boss_celebras_the_cursed.cpp @@ -95,3 +95,4 @@ void AddSC_boss_celebras_the_cursed() newscript->GetAI = &GetAI_celebras_the_cursed; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/maraudon/boss_landslide.cpp b/src/bindings/scripts/scripts/zone/maraudon/boss_landslide.cpp index e296bedc9..8790a578b 100644 --- a/src/bindings/scripts/scripts/zone/maraudon/boss_landslide.cpp +++ b/src/bindings/scripts/scripts/zone/maraudon/boss_landslide.cpp @@ -92,3 +92,4 @@ void AddSC_boss_landslide() newscript->GetAI = &GetAI_boss_landslide; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/maraudon/boss_noxxion.cpp b/src/bindings/scripts/scripts/zone/maraudon/boss_noxxion.cpp index 0405bd6a8..a04715e8d 100644 --- a/src/bindings/scripts/scripts/zone/maraudon/boss_noxxion.cpp +++ b/src/bindings/scripts/scripts/zone/maraudon/boss_noxxion.cpp @@ -147,3 +147,4 @@ void AddSC_boss_noxxion() newscript->GetAI = &GetAI_boss_noxxion; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/maraudon/boss_princess_theradras.cpp b/src/bindings/scripts/scripts/zone/maraudon/boss_princess_theradras.cpp index 6999d2186..11c6047eb 100644 --- a/src/bindings/scripts/scripts/zone/maraudon/boss_princess_theradras.cpp +++ b/src/bindings/scripts/scripts/zone/maraudon/boss_princess_theradras.cpp @@ -106,3 +106,4 @@ void AddSC_boss_ptheradras() newscript->GetAI = &GetAI_boss_ptheradras; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_baron_geddon.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_baron_geddon.cpp index 4f74a48c4..21623b999 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_baron_geddon.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_baron_geddon.cpp @@ -104,3 +104,4 @@ void AddSC_boss_baron_geddon() newscript->GetAI = &GetAI_boss_baron_geddon; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_garr.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_garr.cpp index a9739a7b5..dce2e8e9d 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_garr.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_garr.cpp @@ -140,3 +140,4 @@ void AddSC_boss_garr() newscript->GetAI = &GetAI_mob_firesworn; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_gehennas.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_gehennas.cpp index 8a1df315d..34c87b909 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_gehennas.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_gehennas.cpp @@ -89,3 +89,4 @@ void AddSC_boss_gehennas() newscript->GetAI = &GetAI_boss_gehennas; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_golemagg.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_golemagg.cpp index 76c19d264..4aa53087b 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_golemagg.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_golemagg.cpp @@ -198,3 +198,4 @@ void AddSC_boss_golemagg() newscript->GetAI = &GetAI_mob_core_rager; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_lucifron.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_lucifron.cpp index 44b8d556b..d85d2604a 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_lucifron.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_lucifron.cpp @@ -88,3 +88,4 @@ void AddSC_boss_lucifron() newscript->GetAI = &GetAI_boss_lucifron; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_magmadar.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_magmadar.cpp index d57254132..4e8b8c323 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_magmadar.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_magmadar.cpp @@ -97,3 +97,4 @@ void AddSC_boss_magmadar() newscript->GetAI = &GetAI_boss_magmadar; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_majordomo_executus.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_majordomo_executus.cpp index 17d45819a..ff96627b2 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_majordomo_executus.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_majordomo_executus.cpp @@ -137,3 +137,4 @@ void AddSC_boss_majordomo() newscript->GetAI = &GetAI_boss_majordomo; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_ragnaros.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_ragnaros.cpp index d4304c619..f27265444 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_ragnaros.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_ragnaros.cpp @@ -294,3 +294,4 @@ void AddSC_boss_ragnaros() newscript->GetAI = &GetAI_boss_ragnaros; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_shazzrah.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_shazzrah.cpp index 2773e988f..e995a8adb 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_shazzrah.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_shazzrah.cpp @@ -119,3 +119,4 @@ void AddSC_boss_shazzrah() newscript->GetAI = &GetAI_boss_shazzrah; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/boss_sulfuron_harbinger.cpp b/src/bindings/scripts/scripts/zone/molten_core/boss_sulfuron_harbinger.cpp index c0ad09d36..93e8b478c 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/boss_sulfuron_harbinger.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/boss_sulfuron_harbinger.cpp @@ -213,3 +213,4 @@ void AddSC_boss_sulfuron() newscript->GetAI = &GetAI_mob_flamewaker_priest; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/def_molten_core.h b/src/bindings/scripts/scripts/zone/molten_core/def_molten_core.h index 584adce0d..e728c8637 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/def_molten_core.h +++ b/src/bindings/scripts/scripts/zone/molten_core/def_molten_core.h @@ -19,3 +19,4 @@ #define DATA_SULFURONISDEAD 12 #define DATA_GOLEMAGG 13 #endif + diff --git a/src/bindings/scripts/scripts/zone/molten_core/instance_molten_core.cpp b/src/bindings/scripts/scripts/zone/molten_core/instance_molten_core.cpp index 4326315d4..5c783edfe 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/instance_molten_core.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/instance_molten_core.cpp @@ -263,3 +263,4 @@ void AddSC_instance_molten_core() newscript->GetInstanceData = &GetInstance_instance_molten_core; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/molten_core/molten_core.cpp b/src/bindings/scripts/scripts/zone/molten_core/molten_core.cpp index 9a66b0f68..8d9977957 100644 --- a/src/bindings/scripts/scripts/zone/molten_core/molten_core.cpp +++ b/src/bindings/scripts/scripts/zone/molten_core/molten_core.cpp @@ -86,3 +86,4 @@ void AddSC_molten_core() newscript->GetAI = &GetAI_mob_ancient_core_hound; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/moonglade/moonglade.cpp b/src/bindings/scripts/scripts/zone/moonglade/moonglade.cpp index 70ce6517c..8b6e61c9d 100644 --- a/src/bindings/scripts/scripts/zone/moonglade/moonglade.cpp +++ b/src/bindings/scripts/scripts/zone/moonglade/moonglade.cpp @@ -573,3 +573,4 @@ void AddSC_moonglade() newscript->GetAI = &GetAI_npc_clintar_spirit; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/mulgore/mulgore.cpp b/src/bindings/scripts/scripts/zone/mulgore/mulgore.cpp index cde34fb11..8e1b664cf 100644 --- a/src/bindings/scripts/scripts/zone/mulgore/mulgore.cpp +++ b/src/bindings/scripts/scripts/zone/mulgore/mulgore.cpp @@ -291,3 +291,4 @@ void AddSC_mulgore() newscript->GetAI = &GetAI_npc_plains_vision; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/nagrand/nagrand.cpp b/src/bindings/scripts/scripts/zone/nagrand/nagrand.cpp index 3ee4f06d6..2e24f802e 100644 --- a/src/bindings/scripts/scripts/zone/nagrand/nagrand.cpp +++ b/src/bindings/scripts/scripts/zone/nagrand/nagrand.cpp @@ -710,3 +710,4 @@ void AddSC_nagrand() newscript->GetAI = &GetAI_mob_sparrowhawk; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_anubrekhan.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_anubrekhan.cpp index e876dc932..9995ed950 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_anubrekhan.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_anubrekhan.cpp @@ -148,3 +148,4 @@ void AddSC_boss_anubrekhan() newscript->GetAI = &GetAI_boss_anubrekhan; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_faerlina.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_faerlina.cpp index dcf4d7cab..8ac7d8a5c 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_faerlina.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_faerlina.cpp @@ -134,3 +134,4 @@ void AddSC_boss_faerlina() newscript->GetAI = &GetAI_boss_faerlina; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_four_horsemen.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_four_horsemen.cpp index 496d0d685..49815dd31 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_four_horsemen.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_four_horsemen.cpp @@ -398,4 +398,5 @@ newscript->Name = "boss_sir_zeliek"; newscript->GetAI = &GetAI_boss_sir_zeliek; newscript->RegisterSelf(); - } \ No newline at end of file + } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_gluth.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_gluth.cpp index 9c527ba5d..3817e0cee 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_gluth.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_gluth.cpp @@ -172,3 +172,4 @@ void AddSC_boss_gluth() newscript->GetAI = &GetAI_boss_gluth; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_gothik.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_gothik.cpp index 8d6b986ab..ed2ef9de4 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_gothik.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_gothik.cpp @@ -59,3 +59,4 @@ EndScriptData */ //Spectral Horse #define SPELL_STOMP 27993 + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_grobbulus.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_grobbulus.cpp index f187bad2a..88ce581e6 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_grobbulus.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_grobbulus.cpp @@ -28,3 +28,4 @@ Mutating Injection 28169 Enrages 26527*/ #include "precompiled.h" + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_heigan.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_heigan.cpp index 7a9361457..78921efff 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_heigan.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_heigan.cpp @@ -44,3 +44,4 @@ EndScriptData */ //Spell by eye stalks #define SPELL_MIND_FLAY 26143 + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_highlord_mograine.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_highlord_mograine.cpp index e082dc091..8f8ee3ed7 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_highlord_mograine.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_highlord_mograine.cpp @@ -176,3 +176,4 @@ void AddSC_boss_highlord_mograine() newscript->GetAI = &GetAI_boss_highlord_mograine; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_kelthuzad.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_kelthuzad.cpp index ded2c5bdc..43619fcd0 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_kelthuzad.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_kelthuzad.cpp @@ -441,3 +441,4 @@ void AddSC_boss_kelthuzad() newscript->GetAI = &GetAI_boss_kelthuzadAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_loatheb.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_loatheb.cpp index 12a594dae..bb10ce680 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_loatheb.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_loatheb.cpp @@ -214,3 +214,4 @@ void AddSC_boss_loatheb() newscript->GetAI = &GetAI_boss_loatheb; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_maexxna.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_maexxna.cpp index 65d94747d..2bf39656f 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_maexxna.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_maexxna.cpp @@ -249,3 +249,4 @@ void AddSC_boss_maexxna() newscript->GetAI = &GetAI_mob_webwrap; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_noth.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_noth.cpp index 24e4deaf7..7f399c2e8 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_noth.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_noth.cpp @@ -142,3 +142,4 @@ void AddSC_boss_noth() newscript->GetAI = &GetAI_boss_noth; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_patchwerk.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_patchwerk.cpp index 1bf0dcff3..c36195c15 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_patchwerk.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_patchwerk.cpp @@ -150,3 +150,4 @@ void AddSC_boss_patchwerk() newscript->GetAI = &GetAI_boss_patchwerk; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_razuvious.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_razuvious.cpp index fcd1cdc4c..a078b98e3 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_razuvious.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_razuvious.cpp @@ -165,3 +165,4 @@ void AddSC_boss_razuvious() newscript->GetAI = &GetAI_boss_razuvious; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_sapphiron.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_sapphiron.cpp index db30c4c75..80b4fa497 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_sapphiron.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_sapphiron.cpp @@ -181,3 +181,4 @@ void AddSC_boss_sapphiron() newscript->GetAI = &GetAI_boss_sapphiron; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/boss_thaddius.cpp b/src/bindings/scripts/scripts/zone/naxxramas/boss_thaddius.cpp index de1c201cc..a8bc620ec 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/boss_thaddius.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/boss_thaddius.cpp @@ -67,4 +67,5 @@ EndScriptData */ #define SPELL_BESERK 26662 //generic -#define C_TESLA_COIL 16218 //the coils (emotes "Tesla Coil overloads!") \ No newline at end of file +#define C_TESLA_COIL 16218 //the coils (emotes "Tesla Coil overloads!") + diff --git a/src/bindings/scripts/scripts/zone/naxxramas/instance_naxxramas.cpp b/src/bindings/scripts/scripts/zone/naxxramas/instance_naxxramas.cpp index 8a8675c4c..e589630c1 100644 --- a/src/bindings/scripts/scripts/zone/naxxramas/instance_naxxramas.cpp +++ b/src/bindings/scripts/scripts/zone/naxxramas/instance_naxxramas.cpp @@ -22,3 +22,4 @@ SDCategory: Naxxramas EndScriptData */ #include "precompiled.h" + diff --git a/src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp b/src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp index fc27da1b6..6d44bf52d 100644 --- a/src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp +++ b/src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp @@ -1067,3 +1067,4 @@ void AddSC_netherstorm() newscript->pQuestAccept = &QuestAccept_npc_bessy; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/onyxias_lair/boss_onyxia.cpp b/src/bindings/scripts/scripts/zone/onyxias_lair/boss_onyxia.cpp index caf40a50d..1e9298b2c 100644 --- a/src/bindings/scripts/scripts/zone/onyxias_lair/boss_onyxia.cpp +++ b/src/bindings/scripts/scripts/zone/onyxias_lair/boss_onyxia.cpp @@ -308,3 +308,4 @@ void AddSC_boss_onyxia() newscript->GetAI = &GetAI_boss_onyxiaAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/orgrimmar/orgrimmar.cpp b/src/bindings/scripts/scripts/zone/orgrimmar/orgrimmar.cpp index 797a10f83..0f8616115 100644 --- a/src/bindings/scripts/scripts/zone/orgrimmar/orgrimmar.cpp +++ b/src/bindings/scripts/scripts/zone/orgrimmar/orgrimmar.cpp @@ -273,3 +273,4 @@ void AddSC_orgrimmar() newscript->pGossipSelect = &GossipSelect_npc_thrall_warchief; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/razorfen_downs/boss_amnennar_the_coldbringer.cpp b/src/bindings/scripts/scripts/zone/razorfen_downs/boss_amnennar_the_coldbringer.cpp index 036408ba7..4f9eff778 100644 --- a/src/bindings/scripts/scripts/zone/razorfen_downs/boss_amnennar_the_coldbringer.cpp +++ b/src/bindings/scripts/scripts/zone/razorfen_downs/boss_amnennar_the_coldbringer.cpp @@ -138,3 +138,4 @@ void AddSC_boss_amnennar_the_coldbringer() newscript->GetAI = &GetAI_boss_amnennar_the_coldbringer; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/razorfen_kraul/razorfen_kraul.cpp b/src/bindings/scripts/scripts/zone/razorfen_kraul/razorfen_kraul.cpp index e7391a51a..4af1cc894 100644 --- a/src/bindings/scripts/scripts/zone/razorfen_kraul/razorfen_kraul.cpp +++ b/src/bindings/scripts/scripts/zone/razorfen_kraul/razorfen_kraul.cpp @@ -202,3 +202,4 @@ void AddSC_razorfen_kraul() newscript->pQuestAccept = &QuestAccept_npc_willix; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_ayamiss.cpp b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_ayamiss.cpp index 362b4cc1b..df85b64f4 100644 --- a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_ayamiss.cpp +++ b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_ayamiss.cpp @@ -105,3 +105,4 @@ void AddSC_boss_ayamiss() newscript->GetAI = &GetAI_boss_ayamiss; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_buru.cpp b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_buru.cpp index f82095178..4297c3249 100644 --- a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_buru.cpp +++ b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_buru.cpp @@ -23,4 +23,5 @@ EndScriptData */ #include "precompiled.h" - #define EMOTE_TARGET -1509002 \ No newline at end of file + #define EMOTE_TARGET -1509002 + diff --git a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_kurinnaxx.cpp b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_kurinnaxx.cpp index ce337f3d2..6762e34f0 100644 --- a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_kurinnaxx.cpp +++ b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_kurinnaxx.cpp @@ -91,3 +91,4 @@ void AddSC_boss_kurinnaxx() newscript->GetAI = &GetAI_boss_kurinnaxx; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_moam.cpp b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_moam.cpp index 2b148b2e7..5269ccb94 100644 --- a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_moam.cpp +++ b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_moam.cpp @@ -117,3 +117,4 @@ void AddSC_boss_moam() newscript->GetAI = &GetAI_boss_moam; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_ossirian.cpp b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_ossirian.cpp index 4d579ede2..1d3898300 100644 --- a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_ossirian.cpp +++ b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_ossirian.cpp @@ -34,4 +34,5 @@ EndScriptData */ #define SAY_AGGRO -1509025 #define SAY_SLAY -1509026 -#define SAY_DEATH -1509027 \ No newline at end of file +#define SAY_DEATH -1509027 + diff --git a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_rajaxx.cpp b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_rajaxx.cpp index 803b51582..0639a02de 100644 --- a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_rajaxx.cpp +++ b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/boss_rajaxx.cpp @@ -41,4 +41,5 @@ EndScriptData */ #define SAY_DEAGGRO -1509015 #define SAY_KILLS_ANDOROV -1509016 -#define SAY_COMPLETE_QUEST -1509017 //Yell when realm complete quest 8743 for world event \ No newline at end of file +#define SAY_COMPLETE_QUEST -1509017 //Yell when realm complete quest 8743 for world event + diff --git a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/instance_ruins_of_ahnqiraj.cpp b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/instance_ruins_of_ahnqiraj.cpp index 825024f17..27a0621b2 100644 --- a/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/instance_ruins_of_ahnqiraj.cpp +++ b/src/bindings/scripts/scripts/zone/ruins_of_ahnqiraj/instance_ruins_of_ahnqiraj.cpp @@ -22,3 +22,4 @@ SDCategory: Ruins of Ahn'Qiraj EndScriptData */ #include "precompiled.h" + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_arcanist_doan.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_arcanist_doan.cpp index 61a83846c..0b265560d 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_arcanist_doan.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_arcanist_doan.cpp @@ -169,3 +169,4 @@ void AddSC_boss_arcanist_doan() newscript->GetAI = &GetAI_boss_arcanist_doan; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_azshir_the_sleepless.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_azshir_the_sleepless.cpp index cf82aabda..9422dfba6 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_azshir_the_sleepless.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_azshir_the_sleepless.cpp @@ -95,3 +95,4 @@ void AddSC_boss_azshir_the_sleepless() newscript->GetAI = &GetAI_boss_azshir_the_sleepless; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_bloodmage_thalnos.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_bloodmage_thalnos.cpp index 274eb382c..ed3a7f946 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_bloodmage_thalnos.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_bloodmage_thalnos.cpp @@ -134,3 +134,4 @@ void AddSC_boss_bloodmage_thalnos() newscript->GetAI = &GetAI_boss_bloodmage_thalnos; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_headless_horseman.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_headless_horseman.cpp index 66270e795..7bbbd4d4b 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_headless_horseman.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_headless_horseman.cpp @@ -849,3 +849,4 @@ void AddSC_boss_headless_horseman() newscript->pGOHello = &GOHello_go_loosely_turned_soil; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_herod.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_herod.cpp index 9cd9b930b..f78677b51 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_herod.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_herod.cpp @@ -184,3 +184,4 @@ void AddSC_boss_herod() newscript->GetAI = &GetAI_mob_scarlet_trainee; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_high_inquisitor_fairbanks.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_high_inquisitor_fairbanks.cpp index 9e219fb82..fd9808d3e 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_high_inquisitor_fairbanks.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_high_inquisitor_fairbanks.cpp @@ -130,3 +130,4 @@ void AddSC_boss_high_inquisitor_fairbanks() newscript->GetAI = &GetAI_boss_high_inquisitor_fairbanks; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_houndmaster_loksey.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_houndmaster_loksey.cpp index c95d01616..b5c54d3cc 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_houndmaster_loksey.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_houndmaster_loksey.cpp @@ -76,3 +76,4 @@ void AddSC_boss_houndmaster_loksey() newscript->GetAI = &GetAI_boss_houndmaster_loksey; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_interrogator_vishas.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_interrogator_vishas.cpp index ef8bb8e81..1f0dbe49d 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_interrogator_vishas.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_interrogator_vishas.cpp @@ -111,3 +111,4 @@ void AddSC_boss_interrogator_vishas() newscript->GetAI = &GetAI_boss_interrogator_vishas; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_mograine_and_whitemane.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_mograine_and_whitemane.cpp index 2a442c899..31ede8aa4 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_mograine_and_whitemane.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_mograine_and_whitemane.cpp @@ -321,3 +321,4 @@ void AddSC_boss_mograine_and_whitemane() newscript->GetAI = &GetAI_boss_high_inquisitor_whitemane; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_scorn.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_scorn.cpp index 3f5443dae..b0bb79cab 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_scorn.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/boss_scorn.cpp @@ -98,3 +98,4 @@ void AddSC_boss_scorn() newscript->GetAI = &GetAI_boss_scorn; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/def_scarlet_monastery.h b/src/bindings/scripts/scripts/zone/scarlet_monastery/def_scarlet_monastery.h index aa0dfa8b9..b8ab82212 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/def_scarlet_monastery.h +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/def_scarlet_monastery.h @@ -13,3 +13,4 @@ #define DATA_HORSEMAN_EVENT 5 #define GAMEOBJECT_PUMPKIN_SHRINE 6 #endif + diff --git a/src/bindings/scripts/scripts/zone/scarlet_monastery/instance_scarlet_monastery.cpp b/src/bindings/scripts/scripts/zone/scarlet_monastery/instance_scarlet_monastery.cpp index 953ae804e..44152e6b4 100644 --- a/src/bindings/scripts/scripts/zone/scarlet_monastery/instance_scarlet_monastery.cpp +++ b/src/bindings/scripts/scripts/zone/scarlet_monastery/instance_scarlet_monastery.cpp @@ -148,3 +148,4 @@ void AddSC_instance_scarlet_monastery() newscript->GetInstanceData = &GetInstanceData_instance_scarlet_monastery; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_darkmaster_gandling.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_darkmaster_gandling.cpp index ea3418a40..3f52b06ee 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_darkmaster_gandling.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_darkmaster_gandling.cpp @@ -190,3 +190,4 @@ void AddSC_boss_darkmaster_gandling() newscript->GetAI = &GetAI_boss_darkmaster_gandling; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_death_knight_darkreaver.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_death_knight_darkreaver.cpp index 6a7f7ce2e..9090ed148 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_death_knight_darkreaver.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_death_knight_darkreaver.cpp @@ -57,3 +57,4 @@ void AddSC_boss_death_knight_darkreaver() newscript->GetAI = &GetAI_boss_death_knight_darkreaver; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_doctor_theolen_krastinov.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_doctor_theolen_krastinov.cpp index 9e4761598..139809ab1 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_doctor_theolen_krastinov.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_doctor_theolen_krastinov.cpp @@ -106,3 +106,4 @@ void AddSC_boss_theolenkrastinov() newscript->GetAI = &GetAI_boss_theolenkrastinov; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_illucia_barov.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_illucia_barov.cpp index d46119306..9072c8390 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_illucia_barov.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_illucia_barov.cpp @@ -114,3 +114,4 @@ void AddSC_boss_illuciabarov() newscript->GetAI = &GetAI_boss_illuciabarov; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_instructor_malicia.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_instructor_malicia.cpp index 55c623d7e..dcee4c8d2 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_instructor_malicia.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_instructor_malicia.cpp @@ -150,3 +150,4 @@ void AddSC_boss_instructormalicia() newscript->GetAI = &GetAI_boss_instructormalicia; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_jandice_barov.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_jandice_barov.cpp index 3a7bb39e6..01d9632ec 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_jandice_barov.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_jandice_barov.cpp @@ -219,3 +219,4 @@ void AddSC_boss_jandicebarov() newscript->GetAI = &GetAI_mob_illusionofjandicebarov; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_kormok.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_kormok.cpp index d5d0aff45..fab849a59 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_kormok.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_kormok.cpp @@ -153,3 +153,4 @@ void AddSC_boss_kormok() newscript->GetAI = &GetAI_boss_kormok; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_lord_alexei_barov.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_lord_alexei_barov.cpp index 408312b26..f1a2b4310 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_lord_alexei_barov.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_lord_alexei_barov.cpp @@ -96,3 +96,4 @@ void AddSC_boss_lordalexeibarov() newscript->GetAI = &GetAI_boss_lordalexeibarov; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_lorekeeper_polkelt.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_lorekeeper_polkelt.cpp index b6af89fe6..f78882af4 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_lorekeeper_polkelt.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_lorekeeper_polkelt.cpp @@ -111,3 +111,4 @@ void AddSC_boss_lorekeeperpolkelt() newscript->GetAI = &GetAI_boss_lorekeeperpolkelt; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_ras_frostwhisper.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_ras_frostwhisper.cpp index e4d1801e1..06ebd10c8 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_ras_frostwhisper.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_ras_frostwhisper.cpp @@ -123,3 +123,4 @@ void AddSC_boss_rasfrost() newscript->GetAI = &GetAI_boss_rasfrost; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_the_ravenian.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_the_ravenian.cpp index 1a9b25c8d..92b13248d 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_the_ravenian.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_the_ravenian.cpp @@ -116,3 +116,4 @@ void AddSC_boss_theravenian() newscript->GetAI = &GetAI_boss_theravenian; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/boss_vectus.cpp b/src/bindings/scripts/scripts/zone/scholomance/boss_vectus.cpp index 080c97c6a..18b3168e4 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/boss_vectus.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/boss_vectus.cpp @@ -93,3 +93,4 @@ void AddSC_boss_vectus() newscript->GetAI = &GetAI_boss_vectus; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/scholomance/def_scholomance.h b/src/bindings/scripts/scripts/zone/scholomance/def_scholomance.h index a4023315e..0216a48fc 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/def_scholomance.h +++ b/src/bindings/scripts/scripts/zone/scholomance/def_scholomance.h @@ -13,3 +13,4 @@ #define DATA_LOREKEEPERPOLKELT_DEATH 6 #define DATA_THERAVENIAN_DEATH 7 #endif + diff --git a/src/bindings/scripts/scripts/zone/scholomance/instance_scholomance.cpp b/src/bindings/scripts/scripts/zone/scholomance/instance_scholomance.cpp index f7be96f24..74b90dfdf 100644 --- a/src/bindings/scripts/scripts/zone/scholomance/instance_scholomance.cpp +++ b/src/bindings/scripts/scripts/zone/scholomance/instance_scholomance.cpp @@ -100,3 +100,4 @@ void AddSC_instance_scholomance() newscript->GetInstanceData = &GetInstanceData_instance_scholomance; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/searing_gorge/searing_gorge.cpp b/src/bindings/scripts/scripts/zone/searing_gorge/searing_gorge.cpp index 23281eb90..fff417bcf 100644 --- a/src/bindings/scripts/scripts/zone/searing_gorge/searing_gorge.cpp +++ b/src/bindings/scripts/scripts/zone/searing_gorge/searing_gorge.cpp @@ -157,3 +157,4 @@ void AddSC_searing_gorge() newscript->pGossipSelect = &GossipSelect_npc_zamael_lunthistle; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/shadowfang_keep/def_shadowfang_keep.h b/src/bindings/scripts/scripts/zone/shadowfang_keep/def_shadowfang_keep.h index 7ece07f02..1612bfd59 100644 --- a/src/bindings/scripts/scripts/zone/shadowfang_keep/def_shadowfang_keep.h +++ b/src/bindings/scripts/scripts/zone/shadowfang_keep/def_shadowfang_keep.h @@ -10,3 +10,4 @@ #define TYPE_FENRUS 3 #define TYPE_NANDOS 4 #endif + diff --git a/src/bindings/scripts/scripts/zone/shadowfang_keep/instance_shadowfang_keep.cpp b/src/bindings/scripts/scripts/zone/shadowfang_keep/instance_shadowfang_keep.cpp index 07fbeb0d5..3e7caef43 100644 --- a/src/bindings/scripts/scripts/zone/shadowfang_keep/instance_shadowfang_keep.cpp +++ b/src/bindings/scripts/scripts/zone/shadowfang_keep/instance_shadowfang_keep.cpp @@ -180,3 +180,4 @@ void AddSC_instance_shadowfang_keep() newscript->GetInstanceData = &GetInstanceData_instance_shadowfang_keep; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/shadowfang_keep/shadowfang_keep.cpp b/src/bindings/scripts/scripts/zone/shadowfang_keep/shadowfang_keep.cpp index 1d00385a0..cc07d7639 100644 --- a/src/bindings/scripts/scripts/zone/shadowfang_keep/shadowfang_keep.cpp +++ b/src/bindings/scripts/scripts/zone/shadowfang_keep/shadowfang_keep.cpp @@ -121,3 +121,4 @@ void AddSC_shadowfang_keep() newscript->GetAI = &GetAI_npc_shadowfang_prisoner; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/shadowmoon_valley/boss_doomwalker.cpp b/src/bindings/scripts/scripts/zone/shadowmoon_valley/boss_doomwalker.cpp index f8e0a5ec6..99f1a9179 100644 --- a/src/bindings/scripts/scripts/zone/shadowmoon_valley/boss_doomwalker.cpp +++ b/src/bindings/scripts/scripts/zone/shadowmoon_valley/boss_doomwalker.cpp @@ -176,3 +176,4 @@ void AddSC_boss_doomwalker() newscript->GetAI = &GetAI_boss_doomwalker; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/shadowmoon_valley/shadowmoon_valley.cpp b/src/bindings/scripts/scripts/zone/shadowmoon_valley/shadowmoon_valley.cpp index 4d4f0f697..ad851eeaa 100644 --- a/src/bindings/scripts/scripts/zone/shadowmoon_valley/shadowmoon_valley.cpp +++ b/src/bindings/scripts/scripts/zone/shadowmoon_valley/shadowmoon_valley.cpp @@ -1848,3 +1848,4 @@ void AddSC_shadowmoon_valley() newscript->GetAI = &GetAI_npc_enraged_spirit; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/shattrath/shattrath_city.cpp b/src/bindings/scripts/scripts/zone/shattrath/shattrath_city.cpp index 1993ffb8d..fbad656ad 100644 --- a/src/bindings/scripts/scripts/zone/shattrath/shattrath_city.cpp +++ b/src/bindings/scripts/scripts/zone/shattrath/shattrath_city.cpp @@ -737,3 +737,4 @@ void AddSC_shattrath_city() newscript->pGossipSelect = &GossipSelect_npc_khadgar; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/silithus/silithus.cpp b/src/bindings/scripts/scripts/zone/silithus/silithus.cpp index b2fb69781..35dca28dd 100644 --- a/src/bindings/scripts/scripts/zone/silithus/silithus.cpp +++ b/src/bindings/scripts/scripts/zone/silithus/silithus.cpp @@ -220,3 +220,4 @@ void AddSC_silithus() newscript->pGossipSelect = &GossipSelect_npcs_rutgar_and_frankal; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/silvermoon/silvermoon_city.cpp b/src/bindings/scripts/scripts/zone/silvermoon/silvermoon_city.cpp index fb15929cd..2ce8e3eea 100644 --- a/src/bindings/scripts/scripts/zone/silvermoon/silvermoon_city.cpp +++ b/src/bindings/scripts/scripts/zone/silvermoon/silvermoon_city.cpp @@ -101,3 +101,4 @@ void AddSC_silvermoon_city() newscript->GetAI = &GetAI_npc_blood_knight_stillblade; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/silverpine_forest/silverpine_forest.cpp b/src/bindings/scripts/scripts/zone/silverpine_forest/silverpine_forest.cpp index 73c708d4a..f23f6d7fb 100644 --- a/src/bindings/scripts/scripts/zone/silverpine_forest/silverpine_forest.cpp +++ b/src/bindings/scripts/scripts/zone/silverpine_forest/silverpine_forest.cpp @@ -231,3 +231,4 @@ void AddSC_silverpine_forest() newscript->pQuestAccept = &QuestAccept_npc_deathstalker_erland; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stonetalon_mountains/stonetalon_mountains.cpp b/src/bindings/scripts/scripts/zone/stonetalon_mountains/stonetalon_mountains.cpp index b20998b58..1ef6b1595 100644 --- a/src/bindings/scripts/scripts/zone/stonetalon_mountains/stonetalon_mountains.cpp +++ b/src/bindings/scripts/scripts/zone/stonetalon_mountains/stonetalon_mountains.cpp @@ -205,3 +205,4 @@ void AddSC_stonetalon_mountains() newscript->pQuestAccept = &QuestAccept_npc_kaya_flathoof; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stormwind/stormwind_city.cpp b/src/bindings/scripts/scripts/zone/stormwind/stormwind_city.cpp index 6a11c455f..27395081a 100644 --- a/src/bindings/scripts/scripts/zone/stormwind/stormwind_city.cpp +++ b/src/bindings/scripts/scripts/zone/stormwind/stormwind_city.cpp @@ -269,3 +269,4 @@ void AddSC_stormwind_city() newscript->pGossipSelect = &GossipSelect_npc_lady_katrana_prestor; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stranglethorn_vale/stranglethorn_vale.cpp b/src/bindings/scripts/scripts/zone/stranglethorn_vale/stranglethorn_vale.cpp index e517a17d7..7f9bb8945 100644 --- a/src/bindings/scripts/scripts/zone/stranglethorn_vale/stranglethorn_vale.cpp +++ b/src/bindings/scripts/scripts/zone/stranglethorn_vale/stranglethorn_vale.cpp @@ -120,3 +120,4 @@ void AddSC_stranglethorn_vale() newscript->GetAI = &GetAI_mob_yenniku; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_baron_rivendare.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_baron_rivendare.cpp index 4a49dae13..9d6b3b591 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_baron_rivendare.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_baron_rivendare.cpp @@ -187,3 +187,4 @@ void AddSC_boss_baron_rivendare() newscript->GetAI = &GetAI_boss_baron_rivendare; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_baroness_anastari.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_baroness_anastari.cpp index 108ae8bb9..c082da105 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_baroness_anastari.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_baroness_anastari.cpp @@ -126,3 +126,4 @@ void AddSC_boss_baroness_anastari() newscript->GetAI = &GetAI_boss_baroness_anastari; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_cannon_master_willey.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_cannon_master_willey.cpp index cdf22d1e1..8be1f7f4f 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_cannon_master_willey.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_cannon_master_willey.cpp @@ -219,3 +219,4 @@ void AddSC_boss_cannon_master_willey() newscript->GetAI = &GetAI_boss_cannon_master_willey; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_dathrohan_balnazzar.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_dathrohan_balnazzar.cpp index 8fa6d3859..f44585d9e 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_dathrohan_balnazzar.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_dathrohan_balnazzar.cpp @@ -314,3 +314,4 @@ void AddSC_boss_dathrohan_balnazzar() newscript->GetAI = &GetAI_boss_dathrohan_balnazzar; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_magistrate_barthilas.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_magistrate_barthilas.cpp index 95f2a5670..47522bda5 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_magistrate_barthilas.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_magistrate_barthilas.cpp @@ -132,3 +132,4 @@ void AddSC_boss_magistrate_barthilas() newscript->GetAI = &GetAI_boss_magistrate_barthilas; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_maleki_the_pallid.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_maleki_the_pallid.cpp index 7e3d8340c..4a9b9159e 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_maleki_the_pallid.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_maleki_the_pallid.cpp @@ -107,3 +107,4 @@ void AddSC_boss_maleki_the_pallid() newscript->GetAI = &GetAI_boss_maleki_the_pallid; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_nerubenkan.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_nerubenkan.cpp index a9441c600..455b544b1 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_nerubenkan.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_nerubenkan.cpp @@ -141,3 +141,4 @@ void AddSC_boss_nerubenkan() newscript->GetAI = &GetAI_boss_nerubenkan; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_order_of_silver_hand.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_order_of_silver_hand.cpp index 608f999b1..8aaafcc25 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_order_of_silver_hand.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_order_of_silver_hand.cpp @@ -159,3 +159,4 @@ void AddSC_boss_order_of_silver_hand() newscript->GetAI = &GetAI_boss_silver_hand_bossesAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_postmaster_malown.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_postmaster_malown.cpp index a5e7fa249..18f8af2a0 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_postmaster_malown.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_postmaster_malown.cpp @@ -142,3 +142,4 @@ void AddSC_boss_postmaster_malown() newscript->GetAI = &GetAI_boss_postmaster_malown; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_ramstein_the_gorger.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_ramstein_the_gorger.cpp index 5984a60ac..9467dde25 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_ramstein_the_gorger.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_ramstein_the_gorger.cpp @@ -98,3 +98,4 @@ void AddSC_boss_ramstein_the_gorger() newscript->GetAI = &GetAI_boss_ramstein_the_gorger; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/boss_timmy_the_cruel.cpp b/src/bindings/scripts/scripts/zone/stratholme/boss_timmy_the_cruel.cpp index ac3c4c5f6..45a214dd7 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/boss_timmy_the_cruel.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/boss_timmy_the_cruel.cpp @@ -81,3 +81,4 @@ void AddSC_boss_timmy_the_cruel() newscript->GetAI = &GetAI_boss_timmy_the_cruel; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/def_stratholme.h b/src/bindings/scripts/scripts/zone/stratholme/def_stratholme.h index e5ab77383..79dd277c9 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/def_stratholme.h +++ b/src/bindings/scripts/scripts/zone/stratholme/def_stratholme.h @@ -25,3 +25,4 @@ #define QUEST_DEAD_MAN_PLEA 8945 #define SPELL_BARON_ULTIMATUM 27861 #endif + diff --git a/src/bindings/scripts/scripts/zone/stratholme/instance_stratholme.cpp b/src/bindings/scripts/scripts/zone/stratholme/instance_stratholme.cpp index 108bfd1db..142c38f06 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/instance_stratholme.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/instance_stratholme.cpp @@ -393,3 +393,4 @@ void AddSC_instance_stratholme() newscript->GetInstanceData = &GetInstanceData_instance_stratholme; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/stratholme/stratholme.cpp b/src/bindings/scripts/scripts/zone/stratholme/stratholme.cpp index 0ce345f65..e3eba9074 100644 --- a/src/bindings/scripts/scripts/zone/stratholme/stratholme.cpp +++ b/src/bindings/scripts/scripts/zone/stratholme/stratholme.cpp @@ -287,3 +287,4 @@ void AddSC_stratholme() newscript->pReceiveEmote = &ReciveEmote_mobs_spectral_ghostly_citizen; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_brutallus.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_brutallus.cpp index d114ee283..124aa8bb6 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_brutallus.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_brutallus.cpp @@ -172,3 +172,4 @@ void AddSC_boss_brutallus() newscript->GetAI = &GetAI_boss_brutallus; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_eredar_twins.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_eredar_twins.cpp index e7762757c..9f2324f56 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_eredar_twins.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_eredar_twins.cpp @@ -786,3 +786,4 @@ void AddSC_boss_eredar_twins() newscript->GetAI = &GetAI_mob_shadow_image; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_felmyst.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_felmyst.cpp index 4dea21dd7..3a5512c93 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_felmyst.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_felmyst.cpp @@ -586,3 +586,4 @@ void AddSC_boss_felmyst() newscript->GetAI = &GetAI_mob_felmyst_trail; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kalecgos.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kalecgos.cpp index a08b71751..763317d14 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kalecgos.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kalecgos.cpp @@ -673,4 +673,5 @@ void AddSC_boss_kalecgos() newscript->Name="kalocegos_teleporter"; newscript->pGOHello = &GOkalocegos_teleporter; newscript->RegisterSelf(); -} \ No newline at end of file +} + diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/def_sunwell_plateau.h b/src/bindings/scripts/scripts/zone/sunwell_plateau/def_sunwell_plateau.h index 497f6d304..0844d5dff 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/def_sunwell_plateau.h +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/def_sunwell_plateau.h @@ -38,3 +38,4 @@ /*** Misc ***/ #endif + diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/instance_sunwell_plateau.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/instance_sunwell_plateau.cpp index 2bbc0160d..fd93aa15d 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/instance_sunwell_plateau.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/instance_sunwell_plateau.cpp @@ -198,3 +198,4 @@ void AddSC_instance_sunwell_plateau() newscript->GetInstanceData = &GetInstanceData_instance_sunwell_plateau; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tanaris/tanaris.cpp b/src/bindings/scripts/scripts/zone/tanaris/tanaris.cpp index 022f1d29f..4cdf369d4 100644 --- a/src/bindings/scripts/scripts/zone/tanaris/tanaris.cpp +++ b/src/bindings/scripts/scripts/zone/tanaris/tanaris.cpp @@ -607,3 +607,4 @@ void AddSC_tanaris() newscript->pQuestAccept = &QuestAccept_npc_OOX17; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/arcatraz.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/arcatraz.cpp index 1493b6d0d..746721a0e 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/arcatraz.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/arcatraz.cpp @@ -527,3 +527,4 @@ void AddSC_arcatraz() newscript->GetAI = &GetAI_mob_zerekethvoidzoneAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp index 1721c8bfe..352ee6688 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/boss_harbinger_skyriss.cpp @@ -312,3 +312,4 @@ void AddSC_boss_harbinger_skyriss() newscript->GetAI = &GetAI_boss_harbinger_skyriss_illusion; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/def_arcatraz.h b/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/def_arcatraz.h index 34daa29a2..76f8d5753 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/def_arcatraz.h +++ b/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/def_arcatraz.h @@ -18,3 +18,4 @@ #define TYPE_SHIELD_OPEN 11 #define DATA_SPHERE_SHIELD 12 #endif + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/instance_arcatraz.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/instance_arcatraz.cpp index 86cf7d35d..ddf648d52 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/instance_arcatraz.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/arcatraz/instance_arcatraz.cpp @@ -236,3 +236,4 @@ void AddSC_instance_arcatraz() newscript->GetInstanceData = &GetInstanceData_instance_arcatraz; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_high_botanist_freywinn.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_high_botanist_freywinn.cpp index 7eeeb55f5..f2b56ba9f 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_high_botanist_freywinn.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_high_botanist_freywinn.cpp @@ -196,3 +196,4 @@ void AddSC_boss_high_botanist_freywinn() newscript->GetAI = &GetAI_boss_high_botanist_freywinn; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_laj.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_laj.cpp index 19f5445b3..86c8c6d91 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_laj.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_laj.cpp @@ -202,3 +202,4 @@ void AddSC_boss_laj() newscript->GetAI = &GetAI_boss_laj; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_warp_splinter.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_warp_splinter.cpp index 360272958..ea623ddbd 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_warp_splinter.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/botanica/boss_warp_splinter.cpp @@ -225,3 +225,4 @@ void AddSC_boss_warp_splinter() newscript->GetAI = &GetAI_mob_treant; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_alar.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_alar.cpp index ec7036e46..78e9d3ede 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_alar.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_alar.cpp @@ -502,3 +502,4 @@ void AddSC_boss_alar() newscript->GetAI = &GetAI_mob_flame_patch_alar; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_astromancer.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_astromancer.cpp index 496a4bd70..e86c75656 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_astromancer.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_astromancer.cpp @@ -469,3 +469,4 @@ void AddSC_boss_high_astromancer_solarian() newscript->GetAI = &GetAI_mob_solarium_priest; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_kaelthas.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_kaelthas.cpp index 2c9df9cb2..32f563abd 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_kaelthas.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_kaelthas.cpp @@ -1607,3 +1607,4 @@ void AddSC_boss_kaelthas() newscript->GetAI = &GetAI_mob_phoenix_egg_tk; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_void_reaver.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_void_reaver.cpp index 14a2dc60f..f9ab24f26 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_void_reaver.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_void_reaver.cpp @@ -172,3 +172,4 @@ void AddSC_boss_void_reaver() newscript->GetAI = &GetAI_boss_void_reaver; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/def_the_eye.h b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/def_the_eye.h index 42b3af634..7162fb901 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/def_the_eye.h +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/def_the_eye.h @@ -17,3 +17,4 @@ #define DATA_VOIDREAVEREVENT 11 #define DATA_ALAR 12 #endif + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/instance_the_eye.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/instance_the_eye.cpp index 20bd72ab5..6f7dcb0f1 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/instance_the_eye.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/instance_the_eye.cpp @@ -174,3 +174,4 @@ void AddSC_instance_the_eye() newscript->GetInstanceData = &GetInstanceData_instance_the_eye; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/the_eye.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/the_eye.cpp index 2c69411c7..65190e375 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/the_eye.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/the_eye.cpp @@ -96,3 +96,4 @@ void AddSC_the_eye() newscript->GetAI = &GetAI_mob_crystalcore_devastator; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_gatewatcher_gyrokill.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_gatewatcher_gyrokill.cpp index 77cf5e773..c77989e27 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_gatewatcher_gyrokill.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_gatewatcher_gyrokill.cpp @@ -34,4 +34,5 @@ EndScriptData */ #define SPELL_SAW_BLADE 35318 #define H_SPELL_SAW_BLADE 39192 #define SPELL_SHADOW_POWER 35322 -#define H_SPELL_SHADOW_POWER 39193 \ No newline at end of file +#define H_SPELL_SHADOW_POWER 39193 + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp index 2a7d9eae3..cdbfd0a63 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_gatewatcher_ironhand.cpp @@ -146,3 +146,4 @@ void AddSC_boss_gatewatcher_iron_hand() newscript->GetAI = &GetAI_boss_gatewatcher_iron_hand; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp index 01c786be5..85cb419c4 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_nethermancer_sepethrea.cpp @@ -258,3 +258,4 @@ void AddSC_boss_nethermancer_sepethrea() newscript->GetAI = &GetAI_mob_ragin_flames; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp index c93d38a0d..4511b76e7 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/boss_pathaleon_the_calculator.cpp @@ -252,3 +252,4 @@ void AddSC_boss_pathaleon_the_calculator() newscript->GetAI = &GetAI_mob_nether_wraith; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/def_mechanar.h b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/def_mechanar.h index 5bbfe79ff..8a054604b 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/def_mechanar.h +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/def_mechanar.h @@ -4,3 +4,4 @@ #define DATA_SEPETHREA_DEATH 1 #define DATA_SEPETHREAISDEAD 2 #endif + diff --git a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/instance_mechanar.cpp b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/instance_mechanar.cpp index 40e12b661..e87ef22d7 100644 --- a/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/instance_mechanar.cpp +++ b/src/bindings/scripts/scripts/zone/tempest_keep/the_mechanar/instance_mechanar.cpp @@ -88,3 +88,4 @@ void AddSC_instance_mechanar() newscript->GetInstanceData = &GetInstanceData_instance_mechanar; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_bug_trio.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_bug_trio.cpp index d5bbfd209..c6ba4d28c 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_bug_trio.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_bug_trio.cpp @@ -346,3 +346,4 @@ void AddSC_bug_trio() newscript->GetAI = &GetAI_boss_yauj; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_cthun.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_cthun.cpp index 52106a682..6bdb489fc 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_cthun.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_cthun.cpp @@ -1344,3 +1344,4 @@ void AddSC_boss_cthun() newscript->GetAI = &GetAI_flesh_tentacle; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_fankriss.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_fankriss.cpp index 8e4f765e9..159e67604 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_fankriss.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_fankriss.cpp @@ -188,3 +188,4 @@ void AddSC_boss_fankriss() newscript->GetAI = &GetAI_boss_fankriss; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_huhuran.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_huhuran.cpp index aea477183..baaa7d5a9 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_huhuran.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_huhuran.cpp @@ -141,3 +141,4 @@ void AddSC_boss_huhuran() newscript->GetAI = &GetAI_boss_huhuran; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_ouro.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_ouro.cpp index ee17d559a..b5debb456 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_ouro.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_ouro.cpp @@ -138,3 +138,4 @@ void AddSC_boss_ouro() newscript->GetAI = &GetAI_boss_ouro; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_sartura.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_sartura.cpp index 918ad92c6..52d9f2ddf 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_sartura.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_sartura.cpp @@ -281,3 +281,4 @@ void AddSC_boss_sartura() newscript->GetAI = &GetAI_mob_sartura_royal_guard; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_skeram.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_skeram.cpp index ffea6281d..436d39c14 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_skeram.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_skeram.cpp @@ -306,3 +306,4 @@ void AddSC_boss_skeram() newscript->GetAI = &GetAI_boss_skeram; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_twinemperors.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_twinemperors.cpp index 97a4e2653..266a013f8 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_twinemperors.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_twinemperors.cpp @@ -647,3 +647,4 @@ void AddSC_boss_twinemperors() newscript->GetAI = &GetAI_boss_veklor; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_viscidus.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_viscidus.cpp index 16a965586..7b310dfe1 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_viscidus.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/boss_viscidus.cpp @@ -27,3 +27,4 @@ EndScriptData */ #define SPELL_POISONBOLT_VOLLEY 25991 #define SPELL_TOXIN_CLOUD 25989 + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/def_temple_of_ahnqiraj.h b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/def_temple_of_ahnqiraj.h index fdc6d30a0..95db307f7 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/def_temple_of_ahnqiraj.h +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/def_temple_of_ahnqiraj.h @@ -20,3 +20,4 @@ #define DATA_CTHUN_PHASE 20 #endif + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/instance_temple_of_ahnqiraj.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/instance_temple_of_ahnqiraj.cpp index 9c9fc3c77..7ca0f3356 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/instance_temple_of_ahnqiraj.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/instance_temple_of_ahnqiraj.cpp @@ -163,3 +163,4 @@ void AddSC_instance_temple_of_ahnqiraj() newscript->GetInstanceData = &GetInstanceData_instance_temple_of_ahnqiraj; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/mob_anubisath_sentinel.cpp b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/mob_anubisath_sentinel.cpp index 913bf6d9c..0ad654851 100644 --- a/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/mob_anubisath_sentinel.cpp +++ b/src/bindings/scripts/scripts/zone/temple_of_ahnqiraj/mob_anubisath_sentinel.cpp @@ -342,3 +342,4 @@ SentinelAbilityAura::SentinelAbilityAura(aqsentinelAI *abilityOwner, SpellEntry abilityId = ability; currentBasePoints = 0; } + diff --git a/src/bindings/scripts/scripts/zone/terokkar_forest/terokkar_forest.cpp b/src/bindings/scripts/scripts/zone/terokkar_forest/terokkar_forest.cpp index 444e8b0a5..fdfc034fc 100644 --- a/src/bindings/scripts/scripts/zone/terokkar_forest/terokkar_forest.cpp +++ b/src/bindings/scripts/scripts/zone/terokkar_forest/terokkar_forest.cpp @@ -533,3 +533,4 @@ void AddSC_terokkar_forest() newscript->pQuestAccept = &QuestAccept_npc_isla_starmane; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/thousand_needles/thousand_needles.cpp b/src/bindings/scripts/scripts/zone/thousand_needles/thousand_needles.cpp index 37576d2e3..f940ee534 100644 --- a/src/bindings/scripts/scripts/zone/thousand_needles/thousand_needles.cpp +++ b/src/bindings/scripts/scripts/zone/thousand_needles/thousand_needles.cpp @@ -321,3 +321,4 @@ void AddSC_thousand_needles() newscript->pGossipSelect = &GossipSelect_npc_plucky; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/thunder_bluff/thunder_bluff.cpp b/src/bindings/scripts/scripts/zone/thunder_bluff/thunder_bluff.cpp index 0d0db9b81..07dd70cba 100644 --- a/src/bindings/scripts/scripts/zone/thunder_bluff/thunder_bluff.cpp +++ b/src/bindings/scripts/scripts/zone/thunder_bluff/thunder_bluff.cpp @@ -135,3 +135,4 @@ void AddSC_thunder_bluff() newscript->pGossipSelect = &GossipSelect_npc_cairne_bloodhoof; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/tirisfal_glades/tirisfal_glades.cpp b/src/bindings/scripts/scripts/zone/tirisfal_glades/tirisfal_glades.cpp index 779466f28..ee813c58f 100644 --- a/src/bindings/scripts/scripts/zone/tirisfal_glades/tirisfal_glades.cpp +++ b/src/bindings/scripts/scripts/zone/tirisfal_glades/tirisfal_glades.cpp @@ -160,3 +160,4 @@ void AddSC_tirisfal_glades() newscript->pGOHello = &GOHello_go_mausoleum_trigger; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/uldaman/boss_archaedas.cpp b/src/bindings/scripts/scripts/zone/uldaman/boss_archaedas.cpp index 8859b947e..dee990fb4 100644 --- a/src/bindings/scripts/scripts/zone/uldaman/boss_archaedas.cpp +++ b/src/bindings/scripts/scripts/zone/uldaman/boss_archaedas.cpp @@ -494,3 +494,4 @@ void AddSC_boss_archaedas() newscript->GetAI = &GetAI_mob_stonekeepers; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/uldaman/boss_ironaya.cpp b/src/bindings/scripts/scripts/zone/uldaman/boss_ironaya.cpp index b5300261a..babb2ecab 100644 --- a/src/bindings/scripts/scripts/zone/uldaman/boss_ironaya.cpp +++ b/src/bindings/scripts/scripts/zone/uldaman/boss_ironaya.cpp @@ -105,3 +105,4 @@ void AddSC_boss_ironaya() newscript->GetAI = &GetAI_boss_ironaya; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/uldaman/instance_uldaman.cpp b/src/bindings/scripts/scripts/zone/uldaman/instance_uldaman.cpp index 08e1eeee4..7a5e50805 100644 --- a/src/bindings/scripts/scripts/zone/uldaman/instance_uldaman.cpp +++ b/src/bindings/scripts/scripts/zone/uldaman/instance_uldaman.cpp @@ -303,3 +303,4 @@ void AddSC_instance_uldaman() newscript->GetInstanceData = &GetInstanceData_instance_uldaman; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/uldaman/uldaman.cpp b/src/bindings/scripts/scripts/zone/uldaman/uldaman.cpp index 7855c3593..b9ca7de07 100644 --- a/src/bindings/scripts/scripts/zone/uldaman/uldaman.cpp +++ b/src/bindings/scripts/scripts/zone/uldaman/uldaman.cpp @@ -185,3 +185,4 @@ void AddSC_uldaman() newscript->pGossipSelect = &GossipSelect_npc_lore_keeper_of_norgannon; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/undercity/undercity.cpp b/src/bindings/scripts/scripts/zone/undercity/undercity.cpp index 2b92a0efd..87c7614c3 100644 --- a/src/bindings/scripts/scripts/zone/undercity/undercity.cpp +++ b/src/bindings/scripts/scripts/zone/undercity/undercity.cpp @@ -263,3 +263,4 @@ void AddSC_undercity() newscript->pGossipSelect = &GossipSelect_npc_parqual_fintallas; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/ungoro_crater/ungoro_crater.cpp b/src/bindings/scripts/scripts/zone/ungoro_crater/ungoro_crater.cpp index 36598bddf..16877f16d 100644 --- a/src/bindings/scripts/scripts/zone/ungoro_crater/ungoro_crater.cpp +++ b/src/bindings/scripts/scripts/zone/ungoro_crater/ungoro_crater.cpp @@ -207,3 +207,4 @@ void AddSC_ungoro_crater() newscript->pQuestAccept = &QuestAccept_npc_ame; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/wailing_caverns/instance_wailing_caverns.cpp b/src/bindings/scripts/scripts/zone/wailing_caverns/instance_wailing_caverns.cpp index bfdb05a94..9aaa32725 100644 --- a/src/bindings/scripts/scripts/zone/wailing_caverns/instance_wailing_caverns.cpp +++ b/src/bindings/scripts/scripts/zone/wailing_caverns/instance_wailing_caverns.cpp @@ -22,3 +22,4 @@ SDCategory: Wailing Caverns EndScriptData */ #include "precompiled.h" + diff --git a/src/bindings/scripts/scripts/zone/western_plaguelands/western_plaguelands.cpp b/src/bindings/scripts/scripts/zone/western_plaguelands/western_plaguelands.cpp index 48146e023..ea9c19b01 100644 --- a/src/bindings/scripts/scripts/zone/western_plaguelands/western_plaguelands.cpp +++ b/src/bindings/scripts/scripts/zone/western_plaguelands/western_plaguelands.cpp @@ -181,3 +181,4 @@ void AddSC_western_plaguelands() newscript->GetAI = &GetAI_npc_the_scourge_cauldron; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/westfall/westfall.cpp b/src/bindings/scripts/scripts/zone/westfall/westfall.cpp index 9abd202de..dfb6b1bc8 100644 --- a/src/bindings/scripts/scripts/zone/westfall/westfall.cpp +++ b/src/bindings/scripts/scripts/zone/westfall/westfall.cpp @@ -177,3 +177,4 @@ void AddSC_westfall() newscript->pQuestAccept = &QuestAccept_npc_defias_traitor; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/winterspring/winterspring.cpp b/src/bindings/scripts/scripts/zone/winterspring/winterspring.cpp index 9f1932ecc..1986d2c1b 100644 --- a/src/bindings/scripts/scripts/zone/winterspring/winterspring.cpp +++ b/src/bindings/scripts/scripts/zone/winterspring/winterspring.cpp @@ -165,3 +165,4 @@ void AddSC_winterspring() newscript->pGossipSelect = &GossipSelect_npc_witch_doctor_mauari; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zangarmarsh/zangarmarsh.cpp b/src/bindings/scripts/scripts/zone/zangarmarsh/zangarmarsh.cpp index 235813ec9..faeedd7b4 100644 --- a/src/bindings/scripts/scripts/zone/zangarmarsh/zangarmarsh.cpp +++ b/src/bindings/scripts/scripts/zone/zangarmarsh/zangarmarsh.cpp @@ -411,3 +411,4 @@ void AddSC_zangarmarsh() newscript->pQuestAccept = &QuestAccept_npc_kayra_longmane; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulaman/boss_akilzon.cpp b/src/bindings/scripts/scripts/zone/zulaman/boss_akilzon.cpp index 7eb9fb814..53c87a4a6 100644 --- a/src/bindings/scripts/scripts/zone/zulaman/boss_akilzon.cpp +++ b/src/bindings/scripts/scripts/zone/zulaman/boss_akilzon.cpp @@ -466,3 +466,4 @@ void AddSC_boss_akilzon() newscript->GetAI = &GetAI_mob_soaring_eagle; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulaman/boss_halazzi.cpp b/src/bindings/scripts/scripts/zone/zulaman/boss_halazzi.cpp index 03ed35fcf..20ccec717 100644 --- a/src/bindings/scripts/scripts/zone/zulaman/boss_halazzi.cpp +++ b/src/bindings/scripts/scripts/zone/zulaman/boss_halazzi.cpp @@ -401,3 +401,4 @@ void AddSC_boss_halazzi() newscript->GetAI = &GetAI_boss_spiritlynxAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulaman/boss_hexlord.cpp b/src/bindings/scripts/scripts/zone/zulaman/boss_hexlord.cpp index fe31c5fbf..7603a4db7 100644 --- a/src/bindings/scripts/scripts/zone/zulaman/boss_hexlord.cpp +++ b/src/bindings/scripts/scripts/zone/zulaman/boss_hexlord.cpp @@ -910,4 +910,5 @@ void AddSC_boss_hex_lord_malacrass() newscript->Name="boss_alyson_antille"; newscript->GetAI = &GetAI_boss_alyson_antille; newscript->RegisterSelf(); -} \ No newline at end of file +} + diff --git a/src/bindings/scripts/scripts/zone/zulaman/boss_janalai.cpp b/src/bindings/scripts/scripts/zone/zulaman/boss_janalai.cpp index 2ba5d5a57..1b19d9d92 100644 --- a/src/bindings/scripts/scripts/zone/zulaman/boss_janalai.cpp +++ b/src/bindings/scripts/scripts/zone/zulaman/boss_janalai.cpp @@ -712,3 +712,4 @@ void AddSC_boss_janalai() newscript->GetAI = &GetAI_mob_eggAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulaman/boss_nalorakk.cpp b/src/bindings/scripts/scripts/zone/zulaman/boss_nalorakk.cpp index c1ef845d1..02b36056b 100644 --- a/src/bindings/scripts/scripts/zone/zulaman/boss_nalorakk.cpp +++ b/src/bindings/scripts/scripts/zone/zulaman/boss_nalorakk.cpp @@ -450,3 +450,4 @@ void AddSC_boss_nalorakk() newscript->GetAI = &GetAI_boss_nalorakk; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulaman/boss_zuljin.cpp b/src/bindings/scripts/scripts/zone/zulaman/boss_zuljin.cpp index 685cfa57a..d0b247f20 100644 --- a/src/bindings/scripts/scripts/zone/zulaman/boss_zuljin.cpp +++ b/src/bindings/scripts/scripts/zone/zulaman/boss_zuljin.cpp @@ -613,3 +613,4 @@ void AddSC_boss_zuljin() newscript->GetAI = &GetAI_feather_vortexAI; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulaman/def_zulaman.h b/src/bindings/scripts/scripts/zone/zulaman/def_zulaman.h index b5e4cee25..c249cf6b3 100644 --- a/src/bindings/scripts/scripts/zone/zulaman/def_zulaman.h +++ b/src/bindings/scripts/scripts/zone/zulaman/def_zulaman.h @@ -16,3 +16,4 @@ #define TYPE_RAND_VENDOR_2 9 #endif + diff --git a/src/bindings/scripts/scripts/zone/zulaman/instance_zulaman.cpp b/src/bindings/scripts/scripts/zone/zulaman/instance_zulaman.cpp index dff3148aa..a56cdf3f9 100644 --- a/src/bindings/scripts/scripts/zone/zulaman/instance_zulaman.cpp +++ b/src/bindings/scripts/scripts/zone/zulaman/instance_zulaman.cpp @@ -330,3 +330,4 @@ void AddSC_instance_zulaman() newscript->GetInstanceData = &GetInstanceData_instance_zulaman; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulaman/zulaman.cpp b/src/bindings/scripts/scripts/zone/zulaman/zulaman.cpp index 2f6624f98..8e3b4e1ec 100644 --- a/src/bindings/scripts/scripts/zone/zulaman/zulaman.cpp +++ b/src/bindings/scripts/scripts/zone/zulaman/zulaman.cpp @@ -190,3 +190,4 @@ void AddSC_zulaman() newscript->pGossipSelect = &GossipSelect_npc_zulaman_hostage; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulfarrak/zulfarrak.cpp b/src/bindings/scripts/scripts/zone/zulfarrak/zulfarrak.cpp index 86757c0fc..227ab686c 100644 --- a/src/bindings/scripts/scripts/zone/zulfarrak/zulfarrak.cpp +++ b/src/bindings/scripts/scripts/zone/zulfarrak/zulfarrak.cpp @@ -222,3 +222,4 @@ void AddSC_zulfarrak() newscript->pGossipSelect = &GossipSelect_npc_weegli_blastfuse; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_arlokk.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_arlokk.cpp index 461b1a8ee..7968f315c 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_arlokk.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_arlokk.cpp @@ -207,3 +207,4 @@ void AddSC_boss_arlokk() newscript->GetAI = &GetAI_boss_arlokk; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_gahzranka.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_gahzranka.cpp index 9645b3ce4..d1bb952b2 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_gahzranka.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_gahzranka.cpp @@ -90,3 +90,4 @@ void AddSC_boss_gahzranka() newscript->GetAI = &GetAI_boss_gahzranka; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_grilek.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_grilek.cpp index 5ffdfd933..44191cbf4 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_grilek.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_grilek.cpp @@ -90,3 +90,4 @@ void AddSC_boss_grilek() newscript->GetAI = &GetAI_boss_grilek; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_hakkar.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_hakkar.cpp index d4c8039f5..5566879cf 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_hakkar.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_hakkar.cpp @@ -247,3 +247,4 @@ void AddSC_boss_hakkar() newscript->GetAI = &GetAI_boss_hakkar; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_hazzarah.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_hazzarah.cpp index 77c7ddc10..ef5607a2d 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_hazzarah.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_hazzarah.cpp @@ -98,3 +98,4 @@ void AddSC_boss_hazzarah() newscript->GetAI = &GetAI_boss_hazzarah; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_jeklik.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_jeklik.cpp index a5ac43e6c..2932676b5 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_jeklik.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_jeklik.cpp @@ -293,3 +293,4 @@ void AddSC_boss_jeklik() newscript->GetAI = &GetAI_mob_batrider; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_jindo.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_jindo.cpp index fa0bced67..cb390b1c2 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_jindo.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_jindo.cpp @@ -267,3 +267,4 @@ void AddSC_boss_jindo() newscript->GetAI = &GetAI_mob_shade_of_jindo; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_mandokir.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_mandokir.cpp index e365ba7f1..0d27cdb72 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_mandokir.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_mandokir.cpp @@ -332,3 +332,4 @@ void AddSC_boss_mandokir() newscript->GetAI = &GetAI_mob_ohgan; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_marli.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_marli.cpp index 31aff621b..aae7b4e88 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_marli.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_marli.cpp @@ -254,3 +254,4 @@ void AddSC_boss_marli() newscript->GetAI = &GetAI_mob_spawn_of_marli; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_renataki.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_renataki.cpp index 0dccc26ff..865295f7c 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_renataki.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_renataki.cpp @@ -149,3 +149,4 @@ void AddSC_boss_renataki() newscript->GetAI = &GetAI_boss_renataki; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_thekal.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_thekal.cpp index 312c94bd0..c426a6b25 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_thekal.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_thekal.cpp @@ -534,3 +534,4 @@ void AddSC_boss_thekal() newscript->GetAI = &GetAI_mob_zealot_zath; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_venoxis.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_venoxis.cpp index 75436b808..405c85d4b 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_venoxis.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_venoxis.cpp @@ -197,3 +197,4 @@ void AddSC_boss_venoxis() newscript->GetAI = &GetAI_boss_venoxis; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/boss_wushoolay.cpp b/src/bindings/scripts/scripts/zone/zulgurub/boss_wushoolay.cpp index 45391c7b6..76345cf68 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/boss_wushoolay.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/boss_wushoolay.cpp @@ -82,3 +82,4 @@ void AddSC_boss_wushoolay() newscript->GetAI = &GetAI_boss_wushoolay; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/def_zulgurub.h b/src/bindings/scripts/scripts/zone/zulgurub/def_zulgurub.h index 0dcbb83c4..fd1c90504 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/def_zulgurub.h +++ b/src/bindings/scripts/scripts/zone/zulgurub/def_zulgurub.h @@ -34,3 +34,4 @@ #define DATA_ZATH_ALIVE 27 #define DATA_ZATH_DEATH 28 #endif + diff --git a/src/bindings/scripts/scripts/zone/zulgurub/instance_zulgurub.cpp b/src/bindings/scripts/scripts/zone/zulgurub/instance_zulgurub.cpp index bf3fd8713..a49ff110b 100644 --- a/src/bindings/scripts/scripts/zone/zulgurub/instance_zulgurub.cpp +++ b/src/bindings/scripts/scripts/zone/zulgurub/instance_zulgurub.cpp @@ -236,3 +236,4 @@ void AddSC_instance_zulgurub() newscript->GetInstanceData = &GetInstanceData_instance_zulgurub; newscript->RegisterSelf(); } + diff --git a/src/bindings/scripts/system.cpp b/src/bindings/scripts/system.cpp index e1e103f58..893e476e2 100644 --- a/src/bindings/scripts/system.cpp +++ b/src/bindings/scripts/system.cpp @@ -19,3 +19,4 @@ */ #include "precompiled.h" + diff --git a/src/framework/Dynamic/FactoryHolder.h b/src/framework/Dynamic/FactoryHolder.h index a9c7a7185..39c6061a6 100644 --- a/src/framework/Dynamic/FactoryHolder.h +++ b/src/framework/Dynamic/FactoryHolder.h @@ -60,3 +60,4 @@ class Permissible virtual int Permit(const T *) const = 0; }; #endif + diff --git a/src/framework/Dynamic/ObjectRegistry.h b/src/framework/Dynamic/ObjectRegistry.h index 25dfa9f50..6e4b9aca5 100644 --- a/src/framework/Dynamic/ObjectRegistry.h +++ b/src/framework/Dynamic/ObjectRegistry.h @@ -108,3 +108,4 @@ class TRINITY_DLL_DECL ObjectRegistry } }; #endif + diff --git a/src/framework/GameSystem/Grid.h b/src/framework/GameSystem/Grid.h index a239795f3..a60b7306e 100644 --- a/src/framework/GameSystem/Grid.h +++ b/src/framework/GameSystem/Grid.h @@ -129,3 +129,4 @@ class TRINITY_DLL_DECL Grid TypeMapContainer i_objects; }; #endif + diff --git a/src/framework/GameSystem/GridLoader.h b/src/framework/GameSystem/GridLoader.h index 882974b81..23d32858e 100644 --- a/src/framework/GameSystem/GridLoader.h +++ b/src/framework/GameSystem/GridLoader.h @@ -76,3 +76,4 @@ class TRINITY_DLL_DECL GridLoader } }; #endif + diff --git a/src/framework/GameSystem/GridRefManager.h b/src/framework/GameSystem/GridRefManager.h index d233b8445..715d13fa2 100644 --- a/src/framework/GameSystem/GridRefManager.h +++ b/src/framework/GameSystem/GridRefManager.h @@ -41,3 +41,4 @@ class GridRefManager : public RefManager, OBJECT> iterator rend() { return iterator(NULL); } }; #endif + diff --git a/src/framework/GameSystem/GridReference.h b/src/framework/GameSystem/GridReference.h index 65592e780..5f9dbaf52 100644 --- a/src/framework/GameSystem/GridReference.h +++ b/src/framework/GameSystem/GridReference.h @@ -52,3 +52,4 @@ class TRINITY_DLL_SPEC GridReference : public Reference, GridReference *next() { return (GridReference*)Reference, OBJECT>::next(); } }; #endif + diff --git a/src/framework/GameSystem/NGrid.h b/src/framework/GameSystem/NGrid.h index ecb20ff50..617c85d73 100644 --- a/src/framework/GameSystem/NGrid.h +++ b/src/framework/GameSystem/NGrid.h @@ -160,3 +160,4 @@ class TRINITY_DLL_DECL NGrid bool i_GridObjectDataLoaded; }; #endif + diff --git a/src/framework/GameSystem/TypeContainer.h b/src/framework/GameSystem/TypeContainer.h index b7949b8b4..8d4989deb 100644 --- a/src/framework/GameSystem/TypeContainer.h +++ b/src/framework/GameSystem/TypeContainer.h @@ -128,3 +128,4 @@ class TRINITY_DLL_DECL TypeMapContainer ContainerMapList i_elements; }; #endif + diff --git a/src/framework/GameSystem/TypeContainerFunctions.h b/src/framework/GameSystem/TypeContainerFunctions.h index 4dc1bcf79..4ca4e6602 100644 --- a/src/framework/GameSystem/TypeContainerFunctions.h +++ b/src/framework/GameSystem/TypeContainerFunctions.h @@ -172,3 +172,4 @@ namespace Trinity } #endif + diff --git a/src/framework/GameSystem/TypeContainerFunctionsPtr.h b/src/framework/GameSystem/TypeContainerFunctionsPtr.h index 33df2b146..6bb4c9e4b 100644 --- a/src/framework/GameSystem/TypeContainerFunctionsPtr.h +++ b/src/framework/GameSystem/TypeContainerFunctionsPtr.h @@ -167,3 +167,4 @@ namespace Trinity } #endif + diff --git a/src/framework/GameSystem/TypeContainerVisitor.h b/src/framework/GameSystem/TypeContainerVisitor.h index c6999a883..40f61b65c 100644 --- a/src/framework/GameSystem/TypeContainerVisitor.h +++ b/src/framework/GameSystem/TypeContainerVisitor.h @@ -116,3 +116,4 @@ class TRINITY_DLL_DECL TypeContainerVisitor VISITOR &i_visitor; }; #endif + diff --git a/src/framework/Network/SocketDefines.h b/src/framework/Network/SocketDefines.h index b5c0434c1..bb59725bb 100644 --- a/src/framework/Network/SocketDefines.h +++ b/src/framework/Network/SocketDefines.h @@ -46,3 +46,4 @@ typedef int SocketHandle; typedef fd_set SelectSet; #endif #endif + diff --git a/src/framework/Platform/CompilerDefs.h b/src/framework/Platform/CompilerDefs.h index cd7b6ff55..64d497621 100644 --- a/src/framework/Platform/CompilerDefs.h +++ b/src/framework/Platform/CompilerDefs.h @@ -61,3 +61,4 @@ # pragma warning( disable : 4786 ) // identifier was truncated to '255' characters in the debug information #endif #endif + diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h index 522835958..cf4fa3e0d 100644 --- a/src/framework/Platform/Define.h +++ b/src/framework/Platform/Define.h @@ -123,3 +123,4 @@ typedef uint32 DWORD; typedef uint64 OBJECT_HANDLE; #endif //TRINITY_DEFINE_H + diff --git a/src/framework/Policies/CreationPolicy.h b/src/framework/Policies/CreationPolicy.h index 72a7e265d..df46d7649 100644 --- a/src/framework/Policies/CreationPolicy.h +++ b/src/framework/Policies/CreationPolicy.h @@ -107,3 +107,4 @@ namespace Trinity }; } #endif + diff --git a/src/framework/Policies/ObjectLifeTime.cpp b/src/framework/Policies/ObjectLifeTime.cpp index 15bcaa546..cb963f9c2 100644 --- a/src/framework/Policies/ObjectLifeTime.cpp +++ b/src/framework/Policies/ObjectLifeTime.cpp @@ -33,3 +33,4 @@ namespace Trinity external_wrapper((void*)func); } } + diff --git a/src/framework/Policies/ObjectLifeTime.h b/src/framework/Policies/ObjectLifeTime.h index acd8516fc..aaf468100 100644 --- a/src/framework/Policies/ObjectLifeTime.h +++ b/src/framework/Policies/ObjectLifeTime.h @@ -50,3 +50,4 @@ namespace Trinity } } #endif + diff --git a/src/framework/Policies/Singleton.h b/src/framework/Policies/Singleton.h index 0f382197f..6961200c7 100644 --- a/src/framework/Policies/Singleton.h +++ b/src/framework/Policies/Singleton.h @@ -62,3 +62,4 @@ namespace Trinity }; } #endif + diff --git a/src/framework/Policies/SingletonImp.h b/src/framework/Policies/SingletonImp.h index 16bfa2c4b..20d311858 100644 --- a/src/framework/Policies/SingletonImp.h +++ b/src/framework/Policies/SingletonImp.h @@ -90,3 +90,4 @@ Trinity::Singleton::DestroySing template<> TYPE* Trinity::Singleton::si_instance = 0; \ template<> bool Trinity::Singleton::si_destroyed = false #endif + diff --git a/src/framework/Policies/ThreadingModel.h b/src/framework/Policies/ThreadingModel.h index 08d728547..e41ed53b4 100644 --- a/src/framework/Policies/ThreadingModel.h +++ b/src/framework/Policies/ThreadingModel.h @@ -127,3 +127,4 @@ template MUTEX Trinity::ClassLevelLockable::si_m #define INSTANTIATE_CLASS_MUTEX(CTYPE,MUTEX) \ template class TRINITY_DLL_DECL Trinity::ClassLevelLockable #endif + diff --git a/src/framework/Utilities/ByteConverter.h b/src/framework/Utilities/ByteConverter.h index 59081ef8c..bfb5fea14 100644 --- a/src/framework/Utilities/ByteConverter.h +++ b/src/framework/Utilities/ByteConverter.h @@ -63,3 +63,4 @@ inline void EndianConvertReverse(uint8&) { } inline void EndianConvertReverse( int8&) { } #endif + diff --git a/src/framework/Utilities/Callback.h b/src/framework/Utilities/Callback.h index 29de60d99..05fa2d9d1 100644 --- a/src/framework/Utilities/Callback.h +++ b/src/framework/Utilities/Callback.h @@ -382,3 +382,4 @@ namespace Trinity } #endif + diff --git a/src/framework/Utilities/CountedReference/Reference.h b/src/framework/Utilities/CountedReference/Reference.h index 693df05dd..3c4a21856 100644 --- a/src/framework/Utilities/CountedReference/Reference.h +++ b/src/framework/Utilities/CountedReference/Reference.h @@ -97,3 +97,4 @@ class TRINITY_DLL_DECL Referencer ReferenceeHolder *i_holder; }; #endif + diff --git a/src/framework/Utilities/CountedReference/ReferenceHolder.h b/src/framework/Utilities/CountedReference/ReferenceHolder.h index 0c2294fc8..f4cbf2404 100644 --- a/src/framework/Utilities/CountedReference/ReferenceHolder.h +++ b/src/framework/Utilities/CountedReference/ReferenceHolder.h @@ -39,3 +39,4 @@ struct ReferenceHolder : public THREADING_MODEL typedef typename THREADING_MODEL::Lock Lock; }; #endif + diff --git a/src/framework/Utilities/CountedReference/ReferenceImpl.h b/src/framework/Utilities/CountedReference/ReferenceImpl.h index ef217a72d..b3f7ab2aa 100644 --- a/src/framework/Utilities/CountedReference/ReferenceImpl.h +++ b/src/framework/Utilities/CountedReference/ReferenceImpl.h @@ -130,3 +130,4 @@ Referencer::addReference(ReferenceHolder ++holder->i_referenceCount; } #endif + diff --git a/src/framework/Utilities/EventProcessor.cpp b/src/framework/Utilities/EventProcessor.cpp index cd80a9eff..b54739206 100644 --- a/src/framework/Utilities/EventProcessor.cpp +++ b/src/framework/Utilities/EventProcessor.cpp @@ -98,3 +98,4 @@ uint64 EventProcessor::CalculateTime(uint64 t_offset) { return(m_time + t_offset); } + diff --git a/src/framework/Utilities/EventProcessor.h b/src/framework/Utilities/EventProcessor.h index 508da2cc0..0ce4251de 100644 --- a/src/framework/Utilities/EventProcessor.h +++ b/src/framework/Utilities/EventProcessor.h @@ -70,3 +70,4 @@ class EventProcessor bool m_aborting; }; #endif + diff --git a/src/framework/Utilities/LinkedList.h b/src/framework/Utilities/LinkedList.h index 347fe7fa8..a25bbf75d 100644 --- a/src/framework/Utilities/LinkedList.h +++ b/src/framework/Utilities/LinkedList.h @@ -246,3 +246,4 @@ class LinkedListHead //============================================ #endif + diff --git a/src/framework/Utilities/LinkedReference/RefManager.h b/src/framework/Utilities/LinkedReference/RefManager.h index bfb163cc9..5f0e3a9e1 100644 --- a/src/framework/Utilities/LinkedReference/RefManager.h +++ b/src/framework/Utilities/LinkedReference/RefManager.h @@ -55,3 +55,4 @@ template class RefManager : public LinkedListHead //===================================================== #endif + diff --git a/src/framework/Utilities/LinkedReference/Reference.h b/src/framework/Utilities/LinkedReference/Reference.h index 28c77d918..bba58cf06 100644 --- a/src/framework/Utilities/LinkedReference/Reference.h +++ b/src/framework/Utilities/LinkedReference/Reference.h @@ -91,3 +91,4 @@ template class Reference : public LinkedListElement //===================================================== #endif + diff --git a/src/framework/Utilities/TypeList.h b/src/framework/Utilities/TypeList.h index daa688646..143a97383 100644 --- a/src/framework/Utilities/TypeList.h +++ b/src/framework/Utilities/TypeList.h @@ -43,3 +43,4 @@ struct TypeList #define TYPELIST_4(T1, T2, T3, T4) TypeList #define TYPELIST_5(T1, T2, T3, T4, T5) TypeList #endif + diff --git a/src/framework/Utilities/UnorderedMap.h b/src/framework/Utilities/UnorderedMap.h index 31cd453ec..a1de27cb6 100644 --- a/src/framework/Utilities/UnorderedMap.h +++ b/src/framework/Utilities/UnorderedMap.h @@ -70,3 +70,4 @@ namespace __gnu_cxx using std::hash_map; #endif #endif + diff --git a/src/game/AccountMgr.cpp b/src/game/AccountMgr.cpp index d12f07e7b..6d27df2cb 100644 --- a/src/game/AccountMgr.cpp +++ b/src/game/AccountMgr.cpp @@ -221,3 +221,4 @@ bool AccountMgr::normilizeString(std::string& utf8str) return WStrToUtf8(wstr_buf,wstr_len,utf8str); } + diff --git a/src/game/AccountMgr.h b/src/game/AccountMgr.h index 0c1703ee2..febd5c621 100644 --- a/src/game/AccountMgr.h +++ b/src/game/AccountMgr.h @@ -58,3 +58,4 @@ class AccountMgr #define accmgr Trinity::Singleton::Instance() #endif + diff --git a/src/game/AddonHandler.cpp b/src/game/AddonHandler.cpp index 74bb4d9d6..635821139 100644 --- a/src/game/AddonHandler.cpp +++ b/src/game/AddonHandler.cpp @@ -208,3 +208,4 @@ void AddonHandler::BuildAddonPacket(WorldPacket* Source, WorldPacket* Target, ui } } */ + diff --git a/src/game/AddonHandler.h b/src/game/AddonHandler.h index 6a3b6d21c..6255bd551 100644 --- a/src/game/AddonHandler.h +++ b/src/game/AddonHandler.h @@ -37,3 +37,4 @@ class AddonHandler }; #define sAddOnHandler Trinity::Singleton::Instance() #endif + diff --git a/src/game/AggressorAI.cpp b/src/game/AggressorAI.cpp index 65dd18492..a001ea5af 100644 --- a/src/game/AggressorAI.cpp +++ b/src/game/AggressorAI.cpp @@ -113,3 +113,4 @@ AggressorAI::UpdateAI(const uint32 /*diff*/) } } } + diff --git a/src/game/AggressorAI.h b/src/game/AggressorAI.h index e50a4c0ec..97dccbcd3 100644 --- a/src/game/AggressorAI.h +++ b/src/game/AggressorAI.h @@ -50,3 +50,4 @@ class TRINITY_DLL_DECL AggressorAI : public CreatureAI TimeTracker i_tracker; }; #endif + diff --git a/src/game/AnimalRandomMovementGenerator.h b/src/game/AnimalRandomMovementGenerator.h index 8f467dfe6..c24162d27 100644 --- a/src/game/AnimalRandomMovementGenerator.h +++ b/src/game/AnimalRandomMovementGenerator.h @@ -28,3 +28,4 @@ * animal creatures. */ #endif + diff --git a/src/game/ArenaTeam.cpp b/src/game/ArenaTeam.cpp index 5f1dfdb93..c498ed33b 100644 --- a/src/game/ArenaTeam.cpp +++ b/src/game/ArenaTeam.cpp @@ -662,3 +662,4 @@ arenateam fields (id from 2.3.3 client): 1430 - unk - rank? 1431 - personal arena rating */ + diff --git a/src/game/ArenaTeam.h b/src/game/ArenaTeam.h index 3c6972cdc..9641c1e59 100644 --- a/src/game/ArenaTeam.h +++ b/src/game/ArenaTeam.h @@ -235,3 +235,4 @@ class ArenaTeam ArenaTeamStats stats; }; #endif + diff --git a/src/game/ArenaTeamHandler.cpp b/src/game/ArenaTeamHandler.cpp index d2c9f54d0..9ba2e65ec 100644 --- a/src/game/ArenaTeamHandler.cpp +++ b/src/game/ArenaTeamHandler.cpp @@ -438,3 +438,4 @@ ERR_ARENA_TEAM_TOO_MANY_MEMBERS_S "%s is full" ERR_ARENA_TEAM_LEVEL_TOO_LOW_I "You must be level %d to form an arena team" */ + diff --git a/src/game/AuctionHouse.cpp b/src/game/AuctionHouse.cpp index c200c9751..9fc448cf2 100644 --- a/src/game/AuctionHouse.cpp +++ b/src/game/AuctionHouse.cpp @@ -756,3 +756,4 @@ void WorldSession::HandleAuctionListItems( WorldPacket & recv_data ) data << (uint32) 300; // unk 2.3.0 const? SendPacket(&data); } + diff --git a/src/game/AuctionHouseBot.cpp b/src/game/AuctionHouseBot.cpp index f05d31abb..bd3b51af4 100644 --- a/src/game/AuctionHouseBot.cpp +++ b/src/game/AuctionHouseBot.cpp @@ -1196,3 +1196,4 @@ void AuctionHouseBotLoadValues(AHBConfig *config) {sLog.outError("buyerBidsPerInterval = %u", config->GetBidsPerInterval());} } } + diff --git a/src/game/AuctionHouseBot.h b/src/game/AuctionHouseBot.h index 71b14d17a..3a224b8f7 100644 --- a/src/game/AuctionHouseBot.h +++ b/src/game/AuctionHouseBot.h @@ -685,3 +685,4 @@ void AuctionHouseBotInit(); void AuctionHouseBotLoadValues(AHBConfig*); void AuctionHouseBotCommands(uint32, uint32, uint32, char*); #endif + diff --git a/src/game/AuctionHouseObject.h b/src/game/AuctionHouseObject.h index cccba8413..83fd19d19 100644 --- a/src/game/AuctionHouseObject.h +++ b/src/game/AuctionHouseObject.h @@ -104,3 +104,4 @@ class AuctionHouseObject AuctionEntryMap AuctionsMap; }; #endif + diff --git a/src/game/Bag.cpp b/src/game/Bag.cpp index 765d40f39..331b12acd 100644 --- a/src/game/Bag.cpp +++ b/src/game/Bag.cpp @@ -224,3 +224,4 @@ Item* Bag::GetItemByPos( uint8 slot ) const return NULL; } + diff --git a/src/game/Bag.h b/src/game/Bag.h index 97f069174..d930809cf 100644 --- a/src/game/Bag.h +++ b/src/game/Bag.h @@ -75,3 +75,4 @@ inline Item* NewItemOrBag(ItemPrototype const * proto) return (proto->InventoryType == INVTYPE_BAG) ? new Bag : new Item; } #endif + diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index d392f0746..ccaab6cf6 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -1564,3 +1564,4 @@ int32 BattleGround::GetObjectType(uint64 guid) void BattleGround::HandleKillUnit(Creature *creature, Player *killer) { } + diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h index d1d9cb19f..b28ce709a 100644 --- a/src/game/BattleGround.h +++ b/src/game/BattleGround.h @@ -554,3 +554,4 @@ class BattleGround float m_TeamStartLocO[2]; }; #endif + diff --git a/src/game/BattleGroundAA.cpp b/src/game/BattleGroundAA.cpp index 873708889..ad9720ad5 100644 --- a/src/game/BattleGroundAA.cpp +++ b/src/game/BattleGroundAA.cpp @@ -63,3 +63,4 @@ bool BattleGroundAA::SetupBattleGround() { return true; } + diff --git a/src/game/BattleGroundAA.h b/src/game/BattleGroundAA.h index edddc1106..8a07831eb 100644 --- a/src/game/BattleGroundAA.h +++ b/src/game/BattleGroundAA.h @@ -47,3 +47,4 @@ class BattleGroundAA : public BattleGround void HandleKillPlayer(Player* player, Player *killer); }; #endif + diff --git a/src/game/BattleGroundAB.cpp b/src/game/BattleGroundAB.cpp index 00e1090d8..501ac8eef 100644 --- a/src/game/BattleGroundAB.cpp +++ b/src/game/BattleGroundAB.cpp @@ -671,3 +671,4 @@ void BattleGroundAB::UpdatePlayerScore(Player *Source, uint32 type, uint32 value break; } } + diff --git a/src/game/BattleGroundAB.h b/src/game/BattleGroundAB.h index 464108d63..3fcea59c8 100644 --- a/src/game/BattleGroundAB.h +++ b/src/game/BattleGroundAB.h @@ -284,3 +284,4 @@ class BattleGroundAB : public BattleGround bool m_IsInformedNearVictory; }; #endif + diff --git a/src/game/BattleGroundAV.cpp b/src/game/BattleGroundAV.cpp index c65ca4797..9eced355b 100644 --- a/src/game/BattleGroundAV.cpp +++ b/src/game/BattleGroundAV.cpp @@ -1445,3 +1445,4 @@ void BattleGroundAV::ResetBGSubclass() } + diff --git a/src/game/BattleGroundAV.h b/src/game/BattleGroundAV.h index e80ad47d8..310635b99 100644 --- a/src/game/BattleGroundAV.h +++ b/src/game/BattleGroundAV.h @@ -1579,3 +1579,4 @@ class BattleGroundAV : public BattleGround }; #endif + diff --git a/src/game/BattleGroundBE.cpp b/src/game/BattleGroundBE.cpp index 6f4ac89c6..a010bb166 100644 --- a/src/game/BattleGroundBE.cpp +++ b/src/game/BattleGroundBE.cpp @@ -251,3 +251,4 @@ spell 32725 - Green Team 35774 Gold Team 35775 Green Team */ + diff --git a/src/game/BattleGroundBE.h b/src/game/BattleGroundBE.h index a16464dd3..00f826f82 100644 --- a/src/game/BattleGroundBE.h +++ b/src/game/BattleGroundBE.h @@ -74,3 +74,4 @@ class BattleGroundBE : public BattleGround void UpdatePlayerScore(Player *Source, uint32 type, uint32 value); }; #endif + diff --git a/src/game/BattleGroundEY.cpp b/src/game/BattleGroundEY.cpp index 1af6aaabf..e9eba5243 100644 --- a/src/game/BattleGroundEY.cpp +++ b/src/game/BattleGroundEY.cpp @@ -940,3 +940,4 @@ WorldSafeLocsEntry const *BattleGroundEY::GetClosestGraveYard(float x, float y, return nearestEntry; } + diff --git a/src/game/BattleGroundEY.h b/src/game/BattleGroundEY.h index 0152a889f..30ff2b3e5 100644 --- a/src/game/BattleGroundEY.h +++ b/src/game/BattleGroundEY.h @@ -372,3 +372,4 @@ class BattleGroundEY : public BattleGround int32 m_PointAddingTimer; }; #endif + diff --git a/src/game/BattleGroundHandler.cpp b/src/game/BattleGroundHandler.cpp index fc99fe3f1..b1522c939 100644 --- a/src/game/BattleGroundHandler.cpp +++ b/src/game/BattleGroundHandler.cpp @@ -859,3 +859,4 @@ void WorldSession::SendBattleGroundOrArenaJoinError(uint8 err) SendPacket(&data); return; } + diff --git a/src/game/BattleGroundMgr.cpp b/src/game/BattleGroundMgr.cpp index b4a28d93f..259ee1fed 100644 --- a/src/game/BattleGroundMgr.cpp +++ b/src/game/BattleGroundMgr.cpp @@ -1768,3 +1768,4 @@ void BattleGroundMgr::SetHolidayWeekends(uint32 mask) } } } + diff --git a/src/game/BattleGroundMgr.h b/src/game/BattleGroundMgr.h index 70b899d5f..5edcc1457 100644 --- a/src/game/BattleGroundMgr.h +++ b/src/game/BattleGroundMgr.h @@ -251,3 +251,4 @@ class BattleGroundMgr #define sBattleGroundMgr Trinity::Singleton::Instance() #endif + diff --git a/src/game/BattleGroundNA.cpp b/src/game/BattleGroundNA.cpp index f06910af9..5debaa3c6 100644 --- a/src/game/BattleGroundNA.cpp +++ b/src/game/BattleGroundNA.cpp @@ -226,3 +226,4 @@ bool BattleGroundNA::SetupBattleGround() 0040: 00 00 00 00 00 00 d5 08 00 00 00 00 00 00 d3 08 | ................ 0050: 00 00 00 00 00 00 | ...... */ + diff --git a/src/game/BattleGroundNA.h b/src/game/BattleGroundNA.h index 45dc9efec..ae419b9fc 100644 --- a/src/game/BattleGroundNA.h +++ b/src/game/BattleGroundNA.h @@ -72,3 +72,4 @@ class BattleGroundNA : public BattleGround bool HandlePlayerUnderMap(Player * plr); }; #endif + diff --git a/src/game/BattleGroundRL.cpp b/src/game/BattleGroundRL.cpp index 193578e88..6d68403fe 100644 --- a/src/game/BattleGroundRL.cpp +++ b/src/game/BattleGroundRL.cpp @@ -226,3 +226,4 @@ Packet S->C, id 600, SMSG_INIT_WORLD_STATES (706), len 86 0040: 00 00 00 00 00 00 D3 08 00 00 00 00 00 00 D4 08 | ................ 0050: 00 00 00 00 00 00 | ...... */ + diff --git a/src/game/BattleGroundRL.h b/src/game/BattleGroundRL.h index d3f582648..599cb53dc 100644 --- a/src/game/BattleGroundRL.h +++ b/src/game/BattleGroundRL.h @@ -68,3 +68,4 @@ class BattleGroundRL : public BattleGround bool HandlePlayerUnderMap(Player * plr); }; #endif + diff --git a/src/game/BattleGroundWS.cpp b/src/game/BattleGroundWS.cpp index 755089473..500b00feb 100644 --- a/src/game/BattleGroundWS.cpp +++ b/src/game/BattleGroundWS.cpp @@ -736,3 +736,4 @@ void BattleGroundWS::FillInitialWorldStates(WorldPacket& data) data << uint32(BG_WS_FLAG_STATE_HORDE) << uint32(1); } + diff --git a/src/game/BattleGroundWS.h b/src/game/BattleGroundWS.h index 17b59d983..61898f922 100644 --- a/src/game/BattleGroundWS.h +++ b/src/game/BattleGroundWS.h @@ -185,3 +185,4 @@ class BattleGroundWS : public BattleGround int32 m_FlagsDropTimer[2]; }; #endif + diff --git a/src/game/Cell.h b/src/game/Cell.h index 35bcdbeea..160e037bc 100644 --- a/src/game/Cell.h +++ b/src/game/Cell.h @@ -163,3 +163,4 @@ struct TRINITY_DLL_DECL CellLock } }; #endif + diff --git a/src/game/CellImpl.h b/src/game/CellImpl.h index ee026ec83..463b051f7 100644 --- a/src/game/CellImpl.h +++ b/src/game/CellImpl.h @@ -178,3 +178,4 @@ Cell::Visit(const CellLock &l, TypeContainerVisitor &vi } } #endif + diff --git a/src/game/Channel.cpp b/src/game/Channel.cpp index e05a97938..bf787d7d2 100644 --- a/src/game/Channel.cpp +++ b/src/game/Channel.cpp @@ -989,3 +989,4 @@ void Channel::LeaveNotify(uint64 guid) data << GetName(); SendToAll(&data); } + diff --git a/src/game/Channel.h b/src/game/Channel.h index b8d322ee9..82b62df12 100644 --- a/src/game/Channel.h +++ b/src/game/Channel.h @@ -285,3 +285,4 @@ class Channel void LeaveNotify(uint64 guid); // invisible notify }; #endif + diff --git a/src/game/ChannelHandler.cpp b/src/game/ChannelHandler.cpp index ae869f36d..71e7ea365 100644 --- a/src/game/ChannelHandler.cpp +++ b/src/game/ChannelHandler.cpp @@ -387,3 +387,4 @@ void WorldSession::HandleChannelJoinNotify(WorldPacket &recvPacket) if(Channel *chn = cMgr->GetChannel(channelname, _player)) chn->JoinNotify(_player->GetGUID());*/ } + diff --git a/src/game/ChannelMgr.h b/src/game/ChannelMgr.h index c31998c05..453ee144d 100644 --- a/src/game/ChannelMgr.h +++ b/src/game/ChannelMgr.h @@ -101,3 +101,4 @@ inline ChannelMgr* channelMgr(uint32 team) return NULL; } #endif + diff --git a/src/game/CharacterHandler.cpp b/src/game/CharacterHandler.cpp index 192e85a53..4aef21df5 100644 --- a/src/game/CharacterHandler.cpp +++ b/src/game/CharacterHandler.cpp @@ -1087,3 +1087,4 @@ void WorldSession::HandleDeclinedPlayerNameOpcode(WorldPacket& recv_data) data << uint64(guid); SendPacket(&data); } + diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index fa2bc7115..f64877095 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -1395,3 +1395,4 @@ bool ChatHandler::GetPlayerGroupAndGUIDByName(const char* cname, Player* &plr, G return true; } + diff --git a/src/game/Chat.h b/src/game/Chat.h index 8329aab4d..e64749686 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -537,3 +537,4 @@ class CliHandler : public ChatHandler char const *fmtstring( char const *format, ... ); #endif + diff --git a/src/game/ChatHandler.cpp b/src/game/ChatHandler.cpp index 7b5b552e7..22b58cccd 100644 --- a/src/game/ChatHandler.cpp +++ b/src/game/ChatHandler.cpp @@ -588,3 +588,4 @@ void WorldSession::HandleChannelDeclineInvite(WorldPacket &recvPacket) { sLog.outDebug("Opcode %u", recvPacket.GetOpcode()); } + diff --git a/src/game/CombatHandler.cpp b/src/game/CombatHandler.cpp index 0ab8814fa..fb2128708 100644 --- a/src/game/CombatHandler.cpp +++ b/src/game/CombatHandler.cpp @@ -95,3 +95,4 @@ void WorldSession::SendAttackStop(Unit const* enemy) data << uint32(0); // unk, can be 1 also SendPacket(&data); } + diff --git a/src/game/ConfusedMovementGenerator.cpp b/src/game/ConfusedMovementGenerator.cpp index ad8bab6e3..bb7b56fdc 100644 --- a/src/game/ConfusedMovementGenerator.cpp +++ b/src/game/ConfusedMovementGenerator.cpp @@ -161,3 +161,4 @@ template void ConfusedMovementGenerator::Reset(Player &player); template void ConfusedMovementGenerator::Reset(Creature &creature); template bool ConfusedMovementGenerator::Update(Player &player, const uint32 &diff); template bool ConfusedMovementGenerator::Update(Creature &creature, const uint32 &diff); + diff --git a/src/game/ConfusedMovementGenerator.h b/src/game/ConfusedMovementGenerator.h index 8847460c5..4940c4bca 100644 --- a/src/game/ConfusedMovementGenerator.h +++ b/src/game/ConfusedMovementGenerator.h @@ -55,3 +55,4 @@ class TRINITY_DLL_SPEC ConfusedMovementGenerator uint32 i_nextMove; }; #endif + diff --git a/src/game/Corpse.cpp b/src/game/Corpse.cpp index 989ccd611..fe4794dea 100644 --- a/src/game/Corpse.cpp +++ b/src/game/Corpse.cpp @@ -213,3 +213,4 @@ bool Corpse::isVisibleForInState(Player const* u, bool inVisibleList) const { return IsInWorld() && u->IsInWorld() && IsWithinDistInMap(u,World::GetMaxVisibleDistanceForObject()+(inVisibleList ? World::GetVisibleObjectGreyDistance() : 0.0f), false); } + diff --git a/src/game/Corpse.h b/src/game/Corpse.h index 3cd6299a4..91131c1cb 100644 --- a/src/game/Corpse.h +++ b/src/game/Corpse.h @@ -100,3 +100,4 @@ class Corpse : public WorldObject GridPair m_grid; // gride for corpse position for fast search }; #endif + diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 681aab3eb..179143b15 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -2335,3 +2335,4 @@ const char* Creature::GetNameForLocaleIdx(int32 loc_idx) const return GetName(); } + diff --git a/src/game/Creature.h b/src/game/Creature.h index 97796f3e6..ea81053aa 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -711,3 +711,4 @@ class AssistDelayEvent : public BasicEvent }; #endif + diff --git a/src/game/CreatureAI.cpp b/src/game/CreatureAI.cpp index 885d9ddca..409463b00 100644 --- a/src/game/CreatureAI.cpp +++ b/src/game/CreatureAI.cpp @@ -100,3 +100,4 @@ void SimpleCharmedAI::UpdateAI(const uint32 /*diff*/) if(!target || !charmer->canAttack(target)) AttackStart(charmer->SelectNearestTarget()); } + diff --git a/src/game/CreatureAI.h b/src/game/CreatureAI.h index c39fb6ce9..a259475b5 100644 --- a/src/game/CreatureAI.h +++ b/src/game/CreatureAI.h @@ -174,3 +174,4 @@ typedef FactoryHolder CreatureAICreator; typedef FactoryHolder::FactoryHolderRegistry CreatureAIRegistry; typedef FactoryHolder::FactoryHolderRepository CreatureAIRepository; #endif + diff --git a/src/game/CreatureAIImpl.h b/src/game/CreatureAIImpl.h index 2122adeb6..2f82522f4 100644 --- a/src/game/CreatureAIImpl.h +++ b/src/game/CreatureAIImpl.h @@ -30,3 +30,4 @@ CreatureAIFactory::Create(void *data) const return (new REAL_AI(creature)); } #endif + diff --git a/src/game/CreatureAIRegistry.cpp b/src/game/CreatureAIRegistry.cpp index 12b4aa97d..2ac73da70 100644 --- a/src/game/CreatureAIRegistry.cpp +++ b/src/game/CreatureAIRegistry.cpp @@ -53,3 +53,4 @@ namespace AIRegistry (new MovementGeneratorFactory >(WAYPOINT_MOTION_TYPE))->RegisterSelf(); } } + diff --git a/src/game/CreatureAIRegistry.h b/src/game/CreatureAIRegistry.h index 0fecef476..b4155403e 100644 --- a/src/game/CreatureAIRegistry.h +++ b/src/game/CreatureAIRegistry.h @@ -26,3 +26,4 @@ namespace AIRegistry void Initialize(void); } #endif + diff --git a/src/game/CreatureAISelector.cpp b/src/game/CreatureAISelector.cpp index bebc810e6..a2f3d39fc 100644 --- a/src/game/CreatureAISelector.cpp +++ b/src/game/CreatureAISelector.cpp @@ -125,3 +125,4 @@ namespace FactorySelector } } + diff --git a/src/game/CreatureAISelector.h b/src/game/CreatureAISelector.h index 8a354a400..c7b4e541f 100644 --- a/src/game/CreatureAISelector.h +++ b/src/game/CreatureAISelector.h @@ -31,3 +31,4 @@ namespace FactorySelector MovementGenerator* selectMovementGenerator(Creature *); } #endif + diff --git a/src/game/CreatureGroups.cpp b/src/game/CreatureGroups.cpp index 3669c638c..6b69a9102 100644 --- a/src/game/CreatureGroups.cpp +++ b/src/game/CreatureGroups.cpp @@ -212,3 +212,4 @@ void CreatureGroup::SetMemberDestination(Creature *member) member->GetMotionMaster()->MovePoint(0, x, y, z); } } + diff --git a/src/game/CreatureGroups.h b/src/game/CreatureGroups.h index c8dd45c1b..dbf8dcec6 100644 --- a/src/game/CreatureGroups.h +++ b/src/game/CreatureGroups.h @@ -66,3 +66,4 @@ extern UNORDERED_MAP CreatureGroupMap; #define formation_mgr Trinity::Singleton::Instance() #endif + diff --git a/src/game/Debugcmds.cpp b/src/game/Debugcmds.cpp index daa8a2f8f..c0f673a53 100644 --- a/src/game/Debugcmds.cpp +++ b/src/game/Debugcmds.cpp @@ -570,3 +570,4 @@ bool ChatHandler::HandleDebugHostilRefList(const char * /*args*/) SendSysMessage("End of hostil reference list."); return true; } + diff --git a/src/game/DestinationHolder.cpp b/src/game/DestinationHolder.cpp index 1a9beab4a..904509aee 100644 --- a/src/game/DestinationHolder.cpp +++ b/src/game/DestinationHolder.cpp @@ -19,3 +19,4 @@ */ #include "DestinationHolder.h" + diff --git a/src/game/DestinationHolder.h b/src/game/DestinationHolder.h index 311fb4f4d..4c259d0df 100644 --- a/src/game/DestinationHolder.h +++ b/src/game/DestinationHolder.h @@ -62,3 +62,4 @@ class TRINITY_DLL_DECL DestinationHolder }; #endif + diff --git a/src/game/DestinationHolderImp.h b/src/game/DestinationHolderImp.h index 443f6a902..fcc2d946d 100644 --- a/src/game/DestinationHolderImp.h +++ b/src/game/DestinationHolderImp.h @@ -247,3 +247,4 @@ DestinationHolder::GetLocationNowNoMicroMovement(float &x, float &y, } #endif + diff --git a/src/game/DuelHandler.cpp b/src/game/DuelHandler.cpp index bc3cf7db4..58506f949 100644 --- a/src/game/DuelHandler.cpp +++ b/src/game/DuelHandler.cpp @@ -90,3 +90,4 @@ void WorldSession::HandleDuelCancelledOpcode(WorldPacket& recvPacket) GetPlayer()->DuelComplete(DUEL_INTERUPTED); } + diff --git a/src/game/DynamicObject.cpp b/src/game/DynamicObject.cpp index 4f63a1492..96b6f68bb 100644 --- a/src/game/DynamicObject.cpp +++ b/src/game/DynamicObject.cpp @@ -160,3 +160,4 @@ bool DynamicObject::isVisibleForInState(Player const* u, bool inVisibleList) con && (IsWithinDistInMap(u,World::GetMaxVisibleDistanceForObject()+(inVisibleList ? World::GetVisibleObjectGreyDistance() : 0.0f), false) || GetCasterGUID() == u->GetGUID()); } + diff --git a/src/game/DynamicObject.h b/src/game/DynamicObject.h index a27be9a52..1bcd29998 100644 --- a/src/game/DynamicObject.h +++ b/src/game/DynamicObject.h @@ -73,3 +73,4 @@ class DynamicObject : public WorldObject GridReference m_gridRef; }; #endif + diff --git a/src/game/FleeingMovementGenerator.cpp b/src/game/FleeingMovementGenerator.cpp index ff3d2f21b..87800d2ed 100644 --- a/src/game/FleeingMovementGenerator.cpp +++ b/src/game/FleeingMovementGenerator.cpp @@ -402,3 +402,4 @@ template void FleeingMovementGenerator::Reset(Player &); template void FleeingMovementGenerator::Reset(Creature &); template bool FleeingMovementGenerator::Update(Player &, const uint32 &); template bool FleeingMovementGenerator::Update(Creature &, const uint32 &); + diff --git a/src/game/FleeingMovementGenerator.h b/src/game/FleeingMovementGenerator.h index 23b5a0ad5..6a4f35933 100644 --- a/src/game/FleeingMovementGenerator.h +++ b/src/game/FleeingMovementGenerator.h @@ -63,3 +63,4 @@ class TRINITY_DLL_SPEC FleeingMovementGenerator DestinationHolder< Traveller > i_destinationHolder; }; #endif + diff --git a/src/game/FollowerRefManager.h b/src/game/FollowerRefManager.h index ab445fa29..136fdbfea 100644 --- a/src/game/FollowerRefManager.h +++ b/src/game/FollowerRefManager.h @@ -31,3 +31,4 @@ class FollowerRefManager : public RefManagerstopFollowing(); } + diff --git a/src/game/FollowerReference.h b/src/game/FollowerReference.h index 1a7c09d13..16fa880bc 100644 --- a/src/game/FollowerReference.h +++ b/src/game/FollowerReference.h @@ -34,3 +34,4 @@ class TRINITY_DLL_SPEC FollowerReference : public ReferenceSendUpdateWorldState(itr->second.max_world_state, (uint32)(itr->second.reqNum)); } } + diff --git a/src/game/GameEvent.h b/src/game/GameEvent.h index 2655a5925..9f69aa9e6 100644 --- a/src/game/GameEvent.h +++ b/src/game/GameEvent.h @@ -160,3 +160,4 @@ class GameEvent #define gameeventmgr Trinity::Singleton::Instance() #endif + diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 82102a994..9338ee170 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -1331,3 +1331,4 @@ const char* GameObject::GetNameForLocaleIdx(int32 loc_idx) const return GetName(); } + diff --git a/src/game/GameObject.h b/src/game/GameObject.h index 3b837a055..2eb51a6fb 100644 --- a/src/game/GameObject.h +++ b/src/game/GameObject.h @@ -600,3 +600,4 @@ class TRINITY_DLL_SPEC GameObject : public WorldObject GridReference m_gridRef; }; #endif + diff --git a/src/game/GlobalEvents.cpp b/src/game/GlobalEvents.cpp index 635d426f6..a2dd89d34 100644 --- a/src/game/GlobalEvents.cpp +++ b/src/game/GlobalEvents.cpp @@ -86,3 +86,4 @@ void CorpsesErase() CorpsesErase(true, 20*MINUTE); CorpsesErase(false,3*DAY); } + diff --git a/src/game/GlobalEvents.h b/src/game/GlobalEvents.h index a1c6b31a4..6ec6e6b60 100644 --- a/src/game/GlobalEvents.h +++ b/src/game/GlobalEvents.h @@ -29,3 +29,4 @@ void CorpsesErase(); void HandleCorpsesErase(void*); #endif /// @} + diff --git a/src/game/GossipDef.cpp b/src/game/GossipDef.cpp index 85414fa33..b0f717eea 100644 --- a/src/game/GossipDef.cpp +++ b/src/game/GossipDef.cpp @@ -763,3 +763,4 @@ void PlayerMenu::SendQuestGiverRequestItems( Quest const *pQuest, uint64 npcGUID pSession->SendPacket( &data ); sLog.outDebug( "WORLD: Sent SMSG_QUESTGIVER_REQUEST_ITEMS NPCGuid=%u, questid=%u", GUID_LOPART(npcGUID), pQuest->GetQuestId() ); } + diff --git a/src/game/GossipDef.h b/src/game/GossipDef.h index ac4ac213b..e22795505 100644 --- a/src/game/GossipDef.h +++ b/src/game/GossipDef.h @@ -206,3 +206,4 @@ class TRINITY_DLL_SPEC PlayerMenu void SendQuestGiverRequestItems( Quest const *pQuest, uint64 npcGUID, bool Completable, bool CloseOnCancel ); }; #endif + diff --git a/src/game/GridDefines.h b/src/game/GridDefines.h index 1c67bd0ca..9b39702d3 100644 --- a/src/game/GridDefines.h +++ b/src/game/GridDefines.h @@ -188,3 +188,4 @@ namespace Trinity } } #endif + diff --git a/src/game/GridNotifiers.cpp b/src/game/GridNotifiers.cpp index a189aa723..f516035ea 100644 --- a/src/game/GridNotifiers.cpp +++ b/src/game/GridNotifiers.cpp @@ -268,3 +268,4 @@ bool CannibalizeObjectCheck::operator()(Corpse* u) return false; } + diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h index f0d7a5da0..b7b0a9d42 100644 --- a/src/game/GridNotifiers.h +++ b/src/game/GridNotifiers.h @@ -977,3 +977,4 @@ namespace Trinity #endif } #endif + diff --git a/src/game/GridNotifiersImpl.h b/src/game/GridNotifiersImpl.h index dfb202a37..57fde9423 100644 --- a/src/game/GridNotifiersImpl.h +++ b/src/game/GridNotifiersImpl.h @@ -489,3 +489,4 @@ void Trinity::PlayerSearcher::Visit(PlayerMapType &m) } #endif // TRINITY_GRIDNOTIFIERSIMPL_H + diff --git a/src/game/GridStates.cpp b/src/game/GridStates.cpp index 5cf5c8b8c..d38cd9225 100644 --- a/src/game/GridStates.cpp +++ b/src/game/GridStates.cpp @@ -73,3 +73,4 @@ RemovalState::Update(Map &m, NGridType &grid, GridInfo &info, const uint32 &x, c } } } + diff --git a/src/game/GridStates.h b/src/game/GridStates.h index 2764d0950..167f30b83 100644 --- a/src/game/GridStates.h +++ b/src/game/GridStates.h @@ -73,3 +73,4 @@ class TRINITY_DLL_DECL RemovalState : public GridState void Update(Map &, NGridType &, GridInfo &, const uint32 &x, const uint32 &y, const uint32 &t_diff) const; }; #endif + diff --git a/src/game/Group.cpp b/src/game/Group.cpp index 908a610e7..7364041bc 100644 --- a/src/game/Group.cpp +++ b/src/game/Group.cpp @@ -1537,4 +1537,5 @@ void Group::BroadcastGroupUpdate(void) DEBUG_LOG("-- Forced group value update for '%s'", pp->GetName()); } } -} \ No newline at end of file +} + diff --git a/src/game/Group.h b/src/game/Group.h index 9882966e3..76543dd48 100644 --- a/src/game/Group.h +++ b/src/game/Group.h @@ -411,3 +411,4 @@ class TRINITY_DLL_SPEC Group uint8* m_subGroupsCounts; }; #endif + diff --git a/src/game/GroupHandler.cpp b/src/game/GroupHandler.cpp index f875e833c..a283a6baf 100644 --- a/src/game/GroupHandler.cpp +++ b/src/game/GroupHandler.cpp @@ -943,3 +943,4 @@ void WorldSession::HandleGroupPassOnLootOpcode( WorldPacket & recv_data ) if(unkn!=0) sLog.outError("CMSG_GROUP_PASS_ON_LOOT: activation not implemented!"); } + diff --git a/src/game/GroupRefManager.h b/src/game/GroupRefManager.h index 1bef31f07..94741c302 100644 --- a/src/game/GroupRefManager.h +++ b/src/game/GroupRefManager.h @@ -33,3 +33,4 @@ class GroupRefManager : public RefManager GroupReference* getFirst() { return ((GroupReference* ) RefManager::getFirst()); } }; #endif + diff --git a/src/game/GroupReference.cpp b/src/game/GroupReference.cpp index 25ea47330..24646e305 100644 --- a/src/game/GroupReference.cpp +++ b/src/game/GroupReference.cpp @@ -39,3 +39,4 @@ void GroupReference::sourceObjectDestroyLink() // called from invalidate() getTarget()->DelinkMember(this); } + diff --git a/src/game/GroupReference.h b/src/game/GroupReference.h index 66e91bd3a..0b3389911 100644 --- a/src/game/GroupReference.h +++ b/src/game/GroupReference.h @@ -41,3 +41,4 @@ class TRINITY_DLL_SPEC GroupReference : public Reference void setSubGroup(uint8 pSubGroup) { iSubGroup = pSubGroup; } }; #endif + diff --git a/src/game/GuardAI.cpp b/src/game/GuardAI.cpp index d3c3d9a73..0a892961f 100644 --- a/src/game/GuardAI.cpp +++ b/src/game/GuardAI.cpp @@ -137,3 +137,4 @@ void GuardAI::JustDied(Unit *killer) i_creature.SendZoneUnderAttackMessage(pkiller); } + diff --git a/src/game/GuardAI.h b/src/game/GuardAI.h index 30f76dd50..b7b3c7960 100644 --- a/src/game/GuardAI.h +++ b/src/game/GuardAI.h @@ -53,3 +53,4 @@ class TRINITY_DLL_DECL GuardAI : public CreatureAI TimeTracker i_tracker; }; #endif + diff --git a/src/game/Guild.cpp b/src/game/Guild.cpp index d16274dbf..ec14ca041 100644 --- a/src/game/Guild.cpp +++ b/src/game/Guild.cpp @@ -1985,3 +1985,4 @@ bool GuildItemPosCount::isContainedIn(GuildItemPosCountVec const &vec) const return false; } + diff --git a/src/game/Guild.h b/src/game/Guild.h index 683ff980e..5dc6c0011 100644 --- a/src/game/Guild.h +++ b/src/game/Guild.h @@ -454,3 +454,4 @@ class Guild Item* _StoreItem( uint8 tab, uint8 slot, Item *pItem, uint32 count, bool clone ); }; #endif + diff --git a/src/game/GuildHandler.cpp b/src/game/GuildHandler.cpp index 4711f2d09..77e9af49e 100644 --- a/src/game/GuildHandler.cpp +++ b/src/game/GuildHandler.cpp @@ -1702,3 +1702,4 @@ void WorldSession::SendSaveGuildEmblem( uint32 msg ) data << uint32(msg); // not part of guild SendPacket( &data ); } + diff --git a/src/game/HomeMovementGenerator.cpp b/src/game/HomeMovementGenerator.cpp index 0f5b9b254..ddf66ad22 100644 --- a/src/game/HomeMovementGenerator.cpp +++ b/src/game/HomeMovementGenerator.cpp @@ -82,3 +82,4 @@ HomeMovementGenerator::Update(Creature &owner, const uint32& time_diff return true; } + diff --git a/src/game/HomeMovementGenerator.h b/src/game/HomeMovementGenerator.h index a11602760..12d5f1504 100644 --- a/src/game/HomeMovementGenerator.h +++ b/src/game/HomeMovementGenerator.h @@ -55,3 +55,4 @@ class TRINITY_DLL_SPEC HomeMovementGenerator uint32 i_travel_timer; }; #endif + diff --git a/src/game/HostilRefManager.cpp b/src/game/HostilRefManager.cpp index a2928158a..f1cb46552 100644 --- a/src/game/HostilRefManager.cpp +++ b/src/game/HostilRefManager.cpp @@ -147,3 +147,4 @@ void HostilRefManager::setOnlineOfflineState(Unit *pCreature,bool pIsOnline) } //================================================= + diff --git a/src/game/HostilRefManager.h b/src/game/HostilRefManager.h index 4d049b234..e7addd547 100644 --- a/src/game/HostilRefManager.h +++ b/src/game/HostilRefManager.h @@ -66,3 +66,4 @@ class HostilRefManager : public RefManager }; //================================================= #endif + diff --git a/src/game/IdleMovementGenerator.cpp b/src/game/IdleMovementGenerator.cpp index 6b68dd8ee..ff21643c2 100644 --- a/src/game/IdleMovementGenerator.cpp +++ b/src/game/IdleMovementGenerator.cpp @@ -49,3 +49,4 @@ DistractMovementGenerator::Update(Unit& owner, const uint32& time_diff) m_timer -= time_diff; return true; } + diff --git a/src/game/IdleMovementGenerator.h b/src/game/IdleMovementGenerator.h index 8a8aece54..3719f7bc7 100644 --- a/src/game/IdleMovementGenerator.h +++ b/src/game/IdleMovementGenerator.h @@ -52,3 +52,4 @@ class TRINITY_DLL_SPEC DistractMovementGenerator : public MovementGenerator }; #endif + diff --git a/src/game/InstanceData.cpp b/src/game/InstanceData.cpp index c605de2c4..28145973b 100644 --- a/src/game/InstanceData.cpp +++ b/src/game/InstanceData.cpp @@ -29,3 +29,4 @@ void InstanceData::SaveToDB() CharacterDatabase.escape_string(data); CharacterDatabase.PExecute("UPDATE instance SET data = '%s' WHERE id = '%d'", data.c_str(), instance->GetInstanceId()); } + diff --git a/src/game/InstanceData.h b/src/game/InstanceData.h index 8fea525a6..cd3a50787 100644 --- a/src/game/InstanceData.h +++ b/src/game/InstanceData.h @@ -70,3 +70,4 @@ class TRINITY_DLL_SPEC InstanceData virtual void SetData(uint32, uint32 data) {} }; #endif + diff --git a/src/game/InstanceSaveMgr.cpp b/src/game/InstanceSaveMgr.cpp index cb95dac69..21d806db9 100644 --- a/src/game/InstanceSaveMgr.cpp +++ b/src/game/InstanceSaveMgr.cpp @@ -650,3 +650,4 @@ uint32 InstanceSaveManager::GetNumBoundGroupsTotal() ret += itr->second->GetGroupCount(); return ret; } + diff --git a/src/game/InstanceSaveMgr.h b/src/game/InstanceSaveMgr.h index 7dcf13aed..58b891b3a 100644 --- a/src/game/InstanceSaveMgr.h +++ b/src/game/InstanceSaveMgr.h @@ -173,3 +173,4 @@ class TRINITY_DLL_DECL InstanceSaveManager : public Trinity::Singleton::Instance() #endif + diff --git a/src/game/Item.cpp b/src/game/Item.cpp index b0c2109a5..766bd81d6 100644 --- a/src/game/Item.cpp +++ b/src/game/Item.cpp @@ -916,3 +916,4 @@ Item* Item::CloneItem( uint32 count, Player const* player ) const newItem->SetItemRandomProperties(GetItemRandomPropertyId()); return newItem; } + diff --git a/src/game/Item.h b/src/game/Item.h index 72c09b0c1..3417f2fcc 100644 --- a/src/game/Item.h +++ b/src/game/Item.h @@ -297,3 +297,4 @@ class TRINITY_DLL_SPEC Item : public Object bool mb_in_trade; // true if item is currently in trade-window }; #endif + diff --git a/src/game/ItemEnchantmentMgr.cpp b/src/game/ItemEnchantmentMgr.cpp index 52a2e5dc1..3326fb56e 100644 --- a/src/game/ItemEnchantmentMgr.cpp +++ b/src/game/ItemEnchantmentMgr.cpp @@ -202,3 +202,4 @@ uint32 GenerateEnchSuffixFactor(uint32 item_id) } return 0; } + diff --git a/src/game/ItemEnchantmentMgr.h b/src/game/ItemEnchantmentMgr.h index 97053c1ec..17cf63486 100644 --- a/src/game/ItemEnchantmentMgr.h +++ b/src/game/ItemEnchantmentMgr.h @@ -27,3 +27,4 @@ void LoadRandomEnchantmentsTable(); uint32 GetItemEnchantMod(uint32 entry); uint32 GenerateEnchSuffixFactor(uint32 item_id); #endif + diff --git a/src/game/ItemHandler.cpp b/src/game/ItemHandler.cpp index 085c9553a..0e46115de 100644 --- a/src/game/ItemHandler.cpp +++ b/src/game/ItemHandler.cpp @@ -1256,3 +1256,4 @@ void WorldSession::HandleCancelTempItemEnchantmentOpcode(WorldPacket& recv_data) GetPlayer()->ApplyEnchantment(item,TEMP_ENCHANTMENT_SLOT,false); item->ClearEnchantment(TEMP_ENCHANTMENT_SLOT); } + diff --git a/src/game/ItemPrototype.h b/src/game/ItemPrototype.h index 1ca412d24..15b01faf5 100644 --- a/src/game/ItemPrototype.h +++ b/src/game/ItemPrototype.h @@ -578,3 +578,4 @@ struct ItemLocale #pragma pack(pop) #endif #endif + diff --git a/src/game/LFGHandler.cpp b/src/game/LFGHandler.cpp index a3379c4d7..667b65327 100644 --- a/src/game/LFGHandler.cpp +++ b/src/game/LFGHandler.cpp @@ -337,3 +337,4 @@ void WorldSession::HandleSetLfgOpcode( WorldPacket & recv_data ) SendLfgResult(type, entry, 0); } + diff --git a/src/game/Language.h b/src/game/Language.h index 590c21e71..f19ffe3fe 100644 --- a/src/game/Language.h +++ b/src/game/Language.h @@ -877,3 +877,4 @@ enum TrinityStrings // For other tables maybe 2000010000-2147483647 (max index) }; #endif + diff --git a/src/game/Level0.cpp b/src/game/Level0.cpp index bd40ee431..62aa5d417 100644 --- a/src/game/Level0.cpp +++ b/src/game/Level0.cpp @@ -266,3 +266,4 @@ bool ChatHandler::HandleServerMotdCommand(const char* /*args*/) PSendSysMessage(LANG_MOTD_CURRENT, sWorld.GetMotd()); return true; } + diff --git a/src/game/Level1.cpp b/src/game/Level1.cpp index 5ee72a786..489cc6562 100644 --- a/src/game/Level1.cpp +++ b/src/game/Level1.cpp @@ -2799,3 +2799,4 @@ bool ChatHandler::HandleDrunkCommand(const char* args) return true; } + diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp index 2b996cfd0..c4dd39b8b 100644 --- a/src/game/Level2.cpp +++ b/src/game/Level2.cpp @@ -4053,3 +4053,4 @@ bool ChatHandler::HandleNpcAddFormationCommand(const char* args) return true; } + diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index f1a08f0b2..6a909d447 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -7324,3 +7324,4 @@ bool ChatHandler::HandleUnbindSightCommand(const char* args) m_session->GetPlayer()->StopCastingBindSight(); return true; } + diff --git a/src/game/LootHandler.cpp b/src/game/LootHandler.cpp index a4a8a7a1f..6ca7ae1c5 100644 --- a/src/game/LootHandler.cpp +++ b/src/game/LootHandler.cpp @@ -504,3 +504,4 @@ void WorldSession::HandleLootMasterGiveOpcode( WorldPacket & recv_data ) pLoot->NotifyItemRemoved(slotid); --pLoot->unlootedCount; } + diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index 9271c14ed..c8511c3de 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -1239,3 +1239,4 @@ void LoadLootTemplates_Reference() // output error for any still listed ids (not referenced from any loot table) LootTemplates_Reference.ReportUnusedIds(ids_set); } + diff --git a/src/game/LootMgr.h b/src/game/LootMgr.h index 1cb02c29b..8c64531bf 100644 --- a/src/game/LootMgr.h +++ b/src/game/LootMgr.h @@ -331,3 +331,4 @@ inline void LoadLootTables() ByteBuffer& operator<<(ByteBuffer& b, LootItem const& li); ByteBuffer& operator<<(ByteBuffer& b, LootView const& lv); #endif + diff --git a/src/game/Mail.cpp b/src/game/Mail.cpp index 48bf94c44..5698fdf03 100644 --- a/src/game/Mail.cpp +++ b/src/game/Mail.cpp @@ -860,3 +860,4 @@ void WorldSession::SendMailTo(Player* receiver, uint8 messageType, uint8 station } CharacterDatabase.CommitTransaction(); } + diff --git a/src/game/Mail.h b/src/game/Mail.h index f937c3573..784028e6d 100644 --- a/src/game/Mail.h +++ b/src/game/Mail.h @@ -212,3 +212,4 @@ struct Mail bool HasItems() const { return !items.empty(); } }; #endif + diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 665420304..fa71a2f23 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -2140,4 +2140,5 @@ void Map::AddUnitToNotify(Unit* u) i_unitsToNotify.push_back(u->GetGUID()); u->m_IsInNotifyList = true; } -} \ No newline at end of file +} + diff --git a/src/game/Map.h b/src/game/Map.h index 0c26fb36a..d96701547 100644 --- a/src/game/Map.h +++ b/src/game/Map.h @@ -469,3 +469,4 @@ Map::VisitGrid(const float &x, const float &y, float radius, NOTIFIER ¬ifier) cell_lock->Visit(cell_lock, grid_object_notifier, *this, radius, x_off, y_off); } #endif + diff --git a/src/game/MapInstanced.cpp b/src/game/MapInstanced.cpp index 1a58eb2e7..47c0fb56b 100644 --- a/src/game/MapInstanced.cpp +++ b/src/game/MapInstanced.cpp @@ -274,3 +274,4 @@ bool MapInstanced::CanEnter(Player *player) return false; } + diff --git a/src/game/MapInstanced.h b/src/game/MapInstanced.h index 0efe5034d..740a9f45f 100644 --- a/src/game/MapInstanced.h +++ b/src/game/MapInstanced.h @@ -71,3 +71,4 @@ class TRINITY_DLL_DECL MapInstanced : public Map uint16 GridMapReference[MAX_NUMBER_OF_GRIDS][MAX_NUMBER_OF_GRIDS]; }; #endif + diff --git a/src/game/MapManager.cpp b/src/game/MapManager.cpp index fdd62d2d4..7f3764eb3 100644 --- a/src/game/MapManager.cpp +++ b/src/game/MapManager.cpp @@ -348,3 +348,4 @@ uint32 MapManager::GetNumPlayersInInstances() } return ret; } + diff --git a/src/game/MapManager.h b/src/game/MapManager.h index cba0a86d1..aa04cf550 100644 --- a/src/game/MapManager.h +++ b/src/game/MapManager.h @@ -142,3 +142,4 @@ class TRINITY_DLL_DECL MapManager : public Trinity::Singleton const_iterator end() const { return const_iterator(NULL); } }; #endif + diff --git a/src/game/MapReference.h b/src/game/MapReference.h index 5300d1aa4..50a7dcea5 100644 --- a/src/game/MapReference.h +++ b/src/game/MapReference.h @@ -50,3 +50,4 @@ class TRINITY_DLL_SPEC MapReference : public Reference MapReference const *nocheck_prev() const { return (MapReference const*)Reference::nocheck_prev(); } }; #endif + diff --git a/src/game/MiscHandler.cpp b/src/game/MiscHandler.cpp index a6b84d30d..742cc69ff 100644 --- a/src/game/MiscHandler.cpp +++ b/src/game/MiscHandler.cpp @@ -1601,3 +1601,4 @@ void WorldSession::HandleSetTaxiBenchmarkOpcode( WorldPacket & recv_data ) sLog.outDebug("Client used \"/timetest %d\" command", mode); } + diff --git a/src/game/MotionMaster.cpp b/src/game/MotionMaster.cpp index b5a68a19d..7bfae33c0 100644 --- a/src/game/MotionMaster.cpp +++ b/src/game/MotionMaster.cpp @@ -471,3 +471,4 @@ bool MotionMaster::GetDestination(float &x, float &y, float &z) return top()->GetDestination(x,y,z); } + diff --git a/src/game/MotionMaster.h b/src/game/MotionMaster.h index 84057741d..d362e6574 100644 --- a/src/game/MotionMaster.h +++ b/src/game/MotionMaster.h @@ -152,3 +152,4 @@ class TRINITY_DLL_SPEC MotionMaster //: private std::stack uint8 m_cleanFlag; }; #endif + diff --git a/src/game/MovementGenerator.cpp b/src/game/MovementGenerator.cpp index 3cfccdb81..ee314ffae 100644 --- a/src/game/MovementGenerator.cpp +++ b/src/game/MovementGenerator.cpp @@ -23,3 +23,4 @@ MovementGenerator::~MovementGenerator() { } + diff --git a/src/game/MovementGenerator.h b/src/game/MovementGenerator.h index d362b6be6..49d0ce879 100644 --- a/src/game/MovementGenerator.h +++ b/src/game/MovementGenerator.h @@ -98,3 +98,4 @@ typedef FactoryHolder MovementGenerator typedef FactoryHolder::FactoryHolderRegistry MovementGeneratorRegistry; typedef FactoryHolder::FactoryHolderRepository MovementGeneratorRepository; #endif + diff --git a/src/game/MovementGeneratorImpl.h b/src/game/MovementGeneratorImpl.h index 43c18ac68..7197adb5d 100644 --- a/src/game/MovementGeneratorImpl.h +++ b/src/game/MovementGeneratorImpl.h @@ -30,3 +30,4 @@ MovementGeneratorFactory::Create(void *data) const return (new MOVEMENT_GEN()); } #endif + diff --git a/src/game/MovementHandler.cpp b/src/game/MovementHandler.cpp index b8dede604..2eb3bab12 100644 --- a/src/game/MovementHandler.cpp +++ b/src/game/MovementHandler.cpp @@ -600,3 +600,4 @@ void WorldSession::HandleSummonResponseOpcode(WorldPacket& recv_data) _player->SummonIfPossible(agree); } + diff --git a/src/game/NPCHandler.cpp b/src/game/NPCHandler.cpp index fd2399139..23077ec36 100644 --- a/src/game/NPCHandler.cpp +++ b/src/game/NPCHandler.cpp @@ -835,3 +835,4 @@ void WorldSession::HandleRepairItemOpcode( WorldPacket & recv_data ) pGuild->SendMoneyInfo(this, _player->GetGUIDLow()); } } + diff --git a/src/game/NPCHandler.h b/src/game/NPCHandler.h index 096017b10..e35987817 100644 --- a/src/game/NPCHandler.h +++ b/src/game/NPCHandler.h @@ -77,3 +77,4 @@ struct NpcTextLocale std::vector > Text_1; }; #endif + diff --git a/src/game/NullCreatureAI.cpp b/src/game/NullCreatureAI.cpp index 164aa2f79..0814e348a 100644 --- a/src/game/NullCreatureAI.cpp +++ b/src/game/NullCreatureAI.cpp @@ -39,3 +39,4 @@ void CritterAI::EnterEvadeMode() me->SetControlled(false, UNIT_STAT_FLEEING); CreatureAI::EnterEvadeMode(); } + diff --git a/src/game/NullCreatureAI.h b/src/game/NullCreatureAI.h index a9814c9c5..3c9c35cdc 100644 --- a/src/game/NullCreatureAI.h +++ b/src/game/NullCreatureAI.h @@ -55,3 +55,4 @@ class TRINITY_DLL_DECL CritterAI : public PassiveAI }; #endif + diff --git a/src/game/Object.cpp b/src/game/Object.cpp index 1d5db0e92..ce222e069 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -1686,3 +1686,4 @@ void WorldObject::GetGroundPoint(float &x, float &y, float &z, float dist, float } + diff --git a/src/game/Object.h b/src/game/Object.h index d4d9759ed..a485f1179 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -511,3 +511,4 @@ class TRINITY_DLL_SPEC WorldObject : public Object uint32 m_InstanceId; }; #endif + diff --git a/src/game/ObjectAccessor.cpp b/src/game/ObjectAccessor.cpp index d2b0878c5..5ad5f0368 100644 --- a/src/game/ObjectAccessor.cpp +++ b/src/game/ObjectAccessor.cpp @@ -613,3 +613,4 @@ template Creature* ObjectAccessor::GetObjectInWorld(uint32 mapid, floa template Corpse* ObjectAccessor::GetObjectInWorld(uint32 mapid, float x, float y, uint64 guid, Corpse* /*fake*/); template GameObject* ObjectAccessor::GetObjectInWorld(uint32 mapid, float x, float y, uint64 guid, GameObject* /*fake*/); template DynamicObject* ObjectAccessor::GetObjectInWorld(uint32 mapid, float x, float y, uint64 guid, DynamicObject* /*fake*/); + diff --git a/src/game/ObjectAccessor.h b/src/game/ObjectAccessor.h index 879c73288..bbfc06b78 100644 --- a/src/game/ObjectAccessor.h +++ b/src/game/ObjectAccessor.h @@ -229,3 +229,4 @@ class TRINITY_DLL_DECL ObjectAccessor : public Trinity::Singleton GridLoaderType; #endif + diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index c2fdb8a46..55af142a0 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -7598,3 +7598,4 @@ void ObjectMgr::LoadTransportEvents() delete result; } + diff --git a/src/game/ObjectMgr.h b/src/game/ObjectMgr.h index 7d7a419d9..5dbea9c0c 100644 --- a/src/game/ObjectMgr.h +++ b/src/game/ObjectMgr.h @@ -948,3 +948,4 @@ TRINITY_DLL_SPEC GameObjectInfo const *GetGameObjectInfo(uint32 id); TRINITY_DLL_SPEC CreatureInfo const *GetCreatureInfo(uint32 id); #endif + diff --git a/src/game/Opcodes.cpp b/src/game/Opcodes.cpp index 7012ea04f..eebe43437 100644 --- a/src/game/Opcodes.cpp +++ b/src/game/Opcodes.cpp @@ -1089,3 +1089,4 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] = /*0x422*/ { "SMSG_SPLINE_MOVE_UNSET_FLYING", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x423*/ { "SMSG_SUMMON_CANCEL", STATUS_NEVER, &WorldSession::Handle_ServerSide }, }; + diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index 202166a57..12f9c9459 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1130,3 +1130,4 @@ inline const char* LookupOpcodeName(uint16 id) } #endif /// @} + diff --git a/src/game/OutdoorPvP.cpp b/src/game/OutdoorPvP.cpp index a6f050c5a..57f072ebb 100644 --- a/src/game/OutdoorPvP.cpp +++ b/src/game/OutdoorPvP.cpp @@ -776,3 +776,4 @@ bool OutdoorPvP::HandleAreaTrigger(Player *plr, uint32 trigger) { return false; } + diff --git a/src/game/OutdoorPvP.h b/src/game/OutdoorPvP.h index 5643c5f31..e7bd21059 100644 --- a/src/game/OutdoorPvP.h +++ b/src/game/OutdoorPvP.h @@ -223,3 +223,4 @@ protected: }; #endif /*OUTDOOR_PVP_H_*/ + diff --git a/src/game/OutdoorPvPEP.cpp b/src/game/OutdoorPvPEP.cpp index 93064c85d..41747dba1 100644 --- a/src/game/OutdoorPvPEP.cpp +++ b/src/game/OutdoorPvPEP.cpp @@ -928,3 +928,4 @@ void OutdoorPvPEP::SendRemoveWorldStates(Player *plr) plr->SendUpdateWorldState(EP_CGT_N_A,0); plr->SendUpdateWorldState(EP_CGT_N_H,0); } + diff --git a/src/game/OutdoorPvPEP.h b/src/game/OutdoorPvPEP.h index d454848e2..ae242a1da 100644 --- a/src/game/OutdoorPvPEP.h +++ b/src/game/OutdoorPvPEP.h @@ -279,3 +279,4 @@ private: }; #endif + diff --git a/src/game/OutdoorPvPHP.cpp b/src/game/OutdoorPvPHP.cpp index ced9bcf09..b31f79a62 100644 --- a/src/game/OutdoorPvPHP.cpp +++ b/src/game/OutdoorPvPHP.cpp @@ -396,3 +396,4 @@ bool OutdoorPvPObjectiveHP::HandleCapturePointEvent(Player *plr, uint32 eventId) } return false; } + diff --git a/src/game/OutdoorPvPHP.h b/src/game/OutdoorPvPHP.h index dd274097d..da41761d5 100644 --- a/src/game/OutdoorPvPHP.h +++ b/src/game/OutdoorPvPHP.h @@ -116,3 +116,4 @@ private: }; #endif + diff --git a/src/game/OutdoorPvPMgr.cpp b/src/game/OutdoorPvPMgr.cpp index 7f1ffa3fa..5c53bf4ea 100644 --- a/src/game/OutdoorPvPMgr.cpp +++ b/src/game/OutdoorPvPMgr.cpp @@ -240,3 +240,4 @@ void OutdoorPvPMgr::HandleDropFlag(Player *plr, uint32 spellId) return; } } + diff --git a/src/game/OutdoorPvPMgr.h b/src/game/OutdoorPvPMgr.h index 033f67d97..7426876b4 100644 --- a/src/game/OutdoorPvPMgr.h +++ b/src/game/OutdoorPvPMgr.h @@ -79,3 +79,4 @@ private: #define sOutdoorPvPMgr Trinity::Singleton::Instance() #endif /*OUTDOOR_PVP_MGR_H_*/ + diff --git a/src/game/OutdoorPvPNA.cpp b/src/game/OutdoorPvPNA.cpp index 827f988a9..9b59347dd 100644 --- a/src/game/OutdoorPvPNA.cpp +++ b/src/game/OutdoorPvPNA.cpp @@ -722,3 +722,4 @@ bool OutdoorPvPObjectiveNA::HandleCapturePointEvent(Player *plr, uint32 eventId) } return false; } + diff --git a/src/game/OutdoorPvPNA.h b/src/game/OutdoorPvPNA.h index a833a6d95..b6be2270c 100644 --- a/src/game/OutdoorPvPNA.h +++ b/src/game/OutdoorPvPNA.h @@ -295,3 +295,4 @@ private: }; #endif + diff --git a/src/game/OutdoorPvPObjectiveAI.cpp b/src/game/OutdoorPvPObjectiveAI.cpp index b907fa7cd..7c4fd5e6d 100644 --- a/src/game/OutdoorPvPObjectiveAI.cpp +++ b/src/game/OutdoorPvPObjectiveAI.cpp @@ -45,3 +45,4 @@ int OutdoorPvPObjectiveAI::Permissible(const Creature * c) return PERMIT_BASE_NO; } + diff --git a/src/game/OutdoorPvPObjectiveAI.h b/src/game/OutdoorPvPObjectiveAI.h index 4b65c72e6..d21655795 100644 --- a/src/game/OutdoorPvPObjectiveAI.h +++ b/src/game/OutdoorPvPObjectiveAI.h @@ -33,3 +33,4 @@ class TRINITY_DLL_DECL OutdoorPvPObjectiveAI : public NullCreatureAI static int Permissible(const Creature *); }; #endif + diff --git a/src/game/OutdoorPvPSI.cpp b/src/game/OutdoorPvPSI.cpp index b2bbc8a10..378543da4 100644 --- a/src/game/OutdoorPvPSI.cpp +++ b/src/game/OutdoorPvPSI.cpp @@ -260,3 +260,4 @@ bool OutdoorPvPSI::HandleCustomSpell(Player *plr, uint32 spellId, GameObject *go } return true; } + diff --git a/src/game/OutdoorPvPSI.h b/src/game/OutdoorPvPSI.h index 0eb07af50..4b0b5da35 100644 --- a/src/game/OutdoorPvPSI.h +++ b/src/game/OutdoorPvPSI.h @@ -73,3 +73,4 @@ private: }; #endif + diff --git a/src/game/OutdoorPvPTF.cpp b/src/game/OutdoorPvPTF.cpp index bd8355de6..b94bc9246 100644 --- a/src/game/OutdoorPvPTF.cpp +++ b/src/game/OutdoorPvPTF.cpp @@ -364,3 +364,4 @@ bool OutdoorPvPObjectiveTF::Update(uint32 diff) } return false; } + diff --git a/src/game/OutdoorPvPTF.h b/src/game/OutdoorPvPTF.h index 802f163d9..255ddb1fd 100644 --- a/src/game/OutdoorPvPTF.h +++ b/src/game/OutdoorPvPTF.h @@ -115,3 +115,4 @@ private: }; #endif + diff --git a/src/game/OutdoorPvPZM.cpp b/src/game/OutdoorPvPZM.cpp index be2a8c7f0..b220f6a77 100644 --- a/src/game/OutdoorPvPZM.cpp +++ b/src/game/OutdoorPvPZM.cpp @@ -492,3 +492,4 @@ void OutdoorPvPZM::SendRemoveWorldStates(Player *plr) plr->SendUpdateWorldState(ZM_MAP_ALLIANCE_FLAG_NOT_READY,0); plr->SendUpdateWorldState(ZM_MAP_ALLIANCE_FLAG_READY,0); } + diff --git a/src/game/OutdoorPvPZM.h b/src/game/OutdoorPvPZM.h index 8ccbe77f3..b9d5ae7bc 100644 --- a/src/game/OutdoorPvPZM.h +++ b/src/game/OutdoorPvPZM.h @@ -213,3 +213,4 @@ private: // todo: flag carrier death/leave/mount/activitychange should give back the gossip options #endif + diff --git a/src/game/Path.h b/src/game/Path.h index 2bf7cfa4d..2b793aed8 100644 --- a/src/game/Path.h +++ b/src/game/Path.h @@ -85,3 +85,4 @@ class Path std::vector i_nodes; }; #endif + diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 729514205..5934af12d 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -1830,3 +1830,4 @@ void Pet::CastPetAura(PetAura const* aura) else CastSpell(this, auraId, true); } + diff --git a/src/game/Pet.h b/src/game/Pet.h index 9d187b24b..932c5795e 100644 --- a/src/game/Pet.h +++ b/src/game/Pet.h @@ -264,3 +264,4 @@ class Pet : public Creature } }; #endif + diff --git a/src/game/PetAI.cpp b/src/game/PetAI.cpp index 67607defb..f841d83fd 100644 --- a/src/game/PetAI.cpp +++ b/src/game/PetAI.cpp @@ -332,3 +332,4 @@ void PetAI::UpdateAllies() (!i_pet.GetCharmInfo()->HasCommandState(COMMAND_STAY) || i_pet.IsWithinMeleeRange(attacker))) AttackStart(attacker); }*/ + diff --git a/src/game/PetAI.h b/src/game/PetAI.h index b81bdd8e1..017627d73 100644 --- a/src/game/PetAI.h +++ b/src/game/PetAI.h @@ -58,3 +58,4 @@ class TRINITY_DLL_DECL PetAI : public CreatureAI std::vector m_targetSpellStore; }; #endif + diff --git a/src/game/PetHandler.cpp b/src/game/PetHandler.cpp index 907b7b7a9..05c889b8c 100644 --- a/src/game/PetHandler.cpp +++ b/src/game/PetHandler.cpp @@ -703,3 +703,4 @@ void WorldSession::SendPetNameInvalid(uint32 error, const std::string& name, Dec data << uint8(0); SendPacket(&data); } + diff --git a/src/game/PetitionsHandler.cpp b/src/game/PetitionsHandler.cpp index 8fc18b1c2..7ae368140 100644 --- a/src/game/PetitionsHandler.cpp +++ b/src/game/PetitionsHandler.cpp @@ -972,3 +972,4 @@ void WorldSession::SendPetitionShowList(uint64 guid) SendPacket(&data); sLog.outDebug("Sent SMSG_PETITION_SHOWLIST"); } + diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 0e4987c6d..1bae9a90c 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -19169,3 +19169,4 @@ void Player::UpdateCharmedAI() Attack(target, true); } } + diff --git a/src/game/Player.h b/src/game/Player.h index 7137738d2..20485fddb 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -2379,3 +2379,4 @@ template T Player::ApplySpellMod(uint32 spellId, SpellModOp op, T &bas return T(diff); } #endif + diff --git a/src/game/PlayerDump.cpp b/src/game/PlayerDump.cpp index fb22e963c..b061b63a0 100644 --- a/src/game/PlayerDump.cpp +++ b/src/game/PlayerDump.cpp @@ -628,3 +628,4 @@ DumpReturn PlayerDumpReader::LoadDump(const std::string& file, uint32 account, s return DUMP_SUCCESS; } + diff --git a/src/game/PlayerDump.h b/src/game/PlayerDump.h index c83352167..2fbdf513c 100644 --- a/src/game/PlayerDump.h +++ b/src/game/PlayerDump.h @@ -117,3 +117,4 @@ class PlayerDumpReader : public PlayerDump }; #endif + diff --git a/src/game/PointMovementGenerator.cpp b/src/game/PointMovementGenerator.cpp index a4795974e..4aa21d32d 100644 --- a/src/game/PointMovementGenerator.cpp +++ b/src/game/PointMovementGenerator.cpp @@ -82,3 +82,4 @@ template void PointMovementGenerator::MovementInform(Player&); template void PointMovementGenerator::Initialize(Creature&); template bool PointMovementGenerator::Update(Creature&, const uint32 &diff); + diff --git a/src/game/PointMovementGenerator.h b/src/game/PointMovementGenerator.h index 8a3f0da67..5d0bb4e80 100644 --- a/src/game/PointMovementGenerator.h +++ b/src/game/PointMovementGenerator.h @@ -51,3 +51,4 @@ class TRINITY_DLL_SPEC PointMovementGenerator DestinationHolder< Traveller > i_destinationHolder; }; #endif + diff --git a/src/game/PossessedAI.cpp b/src/game/PossessedAI.cpp index f29122121..23ac5fae4 100644 --- a/src/game/PossessedAI.cpp +++ b/src/game/PossessedAI.cpp @@ -119,3 +119,4 @@ void PossessedAI::KilledUnit(Unit* victim) if (victim->GetTypeId() == TYPEID_UNIT) victim->RemoveFlag(UNIT_DYNAMIC_FLAGS, UNIT_DYNFLAG_LOOTABLE); } + diff --git a/src/game/PossessedAI.h b/src/game/PossessedAI.h index 5c4a670c2..c9ad643ee 100644 --- a/src/game/PossessedAI.h +++ b/src/game/PossessedAI.h @@ -50,3 +50,4 @@ class TRINITY_DLL_DECL PossessedAI : public CreatureAI uint64 i_victimGuid; }; #endif + diff --git a/src/game/QueryHandler.cpp b/src/game/QueryHandler.cpp index 9f9eecc22..f77773677 100644 --- a/src/game/QueryHandler.cpp +++ b/src/game/QueryHandler.cpp @@ -432,3 +432,4 @@ void WorldSession::HandlePageQueryOpcode( WorldPacket & recv_data ) sLog.outDebug( "WORLD: Sent SMSG_PAGE_TEXT_QUERY_RESPONSE " ); } } + diff --git a/src/game/QuestDef.cpp b/src/game/QuestDef.cpp index 4dd202bc3..3e190d672 100644 --- a/src/game/QuestDef.cpp +++ b/src/game/QuestDef.cpp @@ -201,3 +201,4 @@ int32 Quest::GetRewOrReqMoney() const return int32(RewOrReqMoney * sWorld.getRate(RATE_DROP_MONEY)); } + diff --git a/src/game/QuestDef.h b/src/game/QuestDef.h index 52f58c2c8..7b447c611 100644 --- a/src/game/QuestDef.h +++ b/src/game/QuestDef.h @@ -334,3 +334,4 @@ struct QuestStatusData uint32 m_creatureOrGOcount[ QUEST_OBJECTIVES_COUNT ]; }; #endif + diff --git a/src/game/QuestHandler.cpp b/src/game/QuestHandler.cpp index abb285e6d..c447b170d 100644 --- a/src/game/QuestHandler.cpp +++ b/src/game/QuestHandler.cpp @@ -660,3 +660,4 @@ void WorldSession::HandleQuestgiverStatusQueryMultipleOpcode(WorldPacket& /*recv data.put(0, count); // write real count SendPacket(&data); } + diff --git a/src/game/RandomMovementGenerator.cpp b/src/game/RandomMovementGenerator.cpp index 0679d1381..cb7488837 100644 --- a/src/game/RandomMovementGenerator.cpp +++ b/src/game/RandomMovementGenerator.cpp @@ -182,3 +182,4 @@ RandomMovementGenerator::Update(Creature &creature, const uint32 &diff } return true; } + diff --git a/src/game/RandomMovementGenerator.h b/src/game/RandomMovementGenerator.h index ed34b96f6..a7105284a 100644 --- a/src/game/RandomMovementGenerator.h +++ b/src/game/RandomMovementGenerator.h @@ -52,3 +52,4 @@ class TRINITY_DLL_SPEC RandomMovementGenerator uint32 i_nextMove; }; #endif + diff --git a/src/game/ReactorAI.cpp b/src/game/ReactorAI.cpp index 29b07f60b..d15c71b28 100644 --- a/src/game/ReactorAI.cpp +++ b/src/game/ReactorAI.cpp @@ -114,3 +114,4 @@ ReactorAI::EnterEvadeMode() else if (i_creature.GetOwner() && i_creature.GetOwner()->isAlive()) i_creature.GetMotionMaster()->MoveFollow(i_creature.GetOwner(),PET_FOLLOW_DIST,PET_FOLLOW_ANGLE); } + diff --git a/src/game/ReactorAI.h b/src/game/ReactorAI.h index cea1e8dcd..a1c997077 100644 --- a/src/game/ReactorAI.h +++ b/src/game/ReactorAI.h @@ -43,3 +43,4 @@ class TRINITY_DLL_DECL ReactorAI : public CreatureAI uint64 i_victimGuid; }; #endif + diff --git a/src/game/ScriptCalls.cpp b/src/game/ScriptCalls.cpp index 4bd305917..37880cc3d 100644 --- a/src/game/ScriptCalls.cpp +++ b/src/game/ScriptCalls.cpp @@ -99,3 +99,4 @@ bool LoadScriptingModule(char const* libName) return true; } + diff --git a/src/game/ScriptCalls.h b/src/game/ScriptCalls.h index 52b2f27f2..b66f23563 100644 --- a/src/game/ScriptCalls.h +++ b/src/game/ScriptCalls.h @@ -92,3 +92,4 @@ typedef struct extern ScriptsSet Script; #endif + diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h index e0e3a5ba0..dd45d4700 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -2215,3 +2215,4 @@ enum BanReturn BAN_NOTFOUND }; #endif + diff --git a/src/game/SkillDiscovery.cpp b/src/game/SkillDiscovery.cpp index 2a1c6ec9d..5a5869047 100644 --- a/src/game/SkillDiscovery.cpp +++ b/src/game/SkillDiscovery.cpp @@ -165,3 +165,4 @@ uint32 GetSkillDiscoverySpell(uint32 skillId, uint32 spellId, Player* player) return 0; } + diff --git a/src/game/SkillDiscovery.h b/src/game/SkillDiscovery.h index bdd126e0c..350062101 100644 --- a/src/game/SkillDiscovery.h +++ b/src/game/SkillDiscovery.h @@ -28,3 +28,4 @@ class Player; void LoadSkillDiscoveryTable(); uint32 GetSkillDiscoverySpell(uint32 skillId, uint32 spellId, Player* player); #endif + diff --git a/src/game/SkillExtraItems.cpp b/src/game/SkillExtraItems.cpp index d4d46d861..d89cbbdcd 100644 --- a/src/game/SkillExtraItems.cpp +++ b/src/game/SkillExtraItems.cpp @@ -144,3 +144,4 @@ bool canCreateExtraItems(Player * player, uint32 spellId, float &additionalChanc // enable extra item creation return true; } + diff --git a/src/game/SkillExtraItems.h b/src/game/SkillExtraItems.h index 904136cd9..38684b993 100644 --- a/src/game/SkillExtraItems.h +++ b/src/game/SkillExtraItems.h @@ -30,3 +30,4 @@ bool canCreateExtraItems(Player * player, uint32 spellId, float &additionalChanc // function to load the extra item creation info from DB void LoadSkillExtraItemTable(); #endif + diff --git a/src/game/SkillHandler.cpp b/src/game/SkillHandler.cpp index 56e48bf75..973d0bf9c 100644 --- a/src/game/SkillHandler.cpp +++ b/src/game/SkillHandler.cpp @@ -179,3 +179,4 @@ void WorldSession::HandleUnlearnSkillOpcode(WorldPacket & recv_data) recv_data >> skill_id; GetPlayer()->SetSkill(skill_id, 0, 0); } + diff --git a/src/game/SocialMgr.cpp b/src/game/SocialMgr.cpp index baabe9b04..e745d95ab 100644 --- a/src/game/SocialMgr.cpp +++ b/src/game/SocialMgr.cpp @@ -330,3 +330,4 @@ PlayerSocial *SocialMgr::LoadFromDB(QueryResult *result, uint32 guid) delete result; return social; } + diff --git a/src/game/SocialMgr.h b/src/game/SocialMgr.h index 1cc14589e..f5bf3c860 100644 --- a/src/game/SocialMgr.h +++ b/src/game/SocialMgr.h @@ -157,3 +157,4 @@ class SocialMgr #define sSocialMgr Trinity::Singleton::Instance() #endif + diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 4a05ac0d3..450cd5e67 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -5422,3 +5422,4 @@ int32 Spell::CalculateDamageDone(Unit *unit, const uint32 effectMask, float *mul return damageDone; } + diff --git a/src/game/Spell.h b/src/game/Spell.h index a7110803e..df630a334 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -694,3 +694,4 @@ class SpellEvent : public BasicEvent Spell* m_Spell; }; #endif + diff --git a/src/game/SpellAuraDefines.h b/src/game/SpellAuraDefines.h index cf6285159..d8a9d73cf 100644 --- a/src/game/SpellAuraDefines.h +++ b/src/game/SpellAuraDefines.h @@ -313,3 +313,4 @@ enum AreaAuraType AREA_AURA_OWNER }; #endif + diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 5c03f41de..06b092cf8 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6128,3 +6128,4 @@ void Aura::HandleArenaPreparation(bool apply, bool Real) else m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PREPARATION); } + diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index 4912548d5..249eb4b67 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -367,3 +367,4 @@ class TRINITY_DLL_SPEC PersistentAreaAura : public Aura Aura* CreateAura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target, Unit *caster = NULL, Item* castItem = NULL); #endif + diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index b529e5139..b92202375 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -6486,3 +6486,4 @@ void Spell::EffectRedirectThreat(uint32 /*i*/) if(unitTarget) m_caster->SetReducedThreatPercent((uint32)damage, unitTarget->GetGUID()); } + diff --git a/src/game/SpellHandler.cpp b/src/game/SpellHandler.cpp index 940135e2d..c4bbfe88b 100644 --- a/src/game/SpellHandler.cpp +++ b/src/game/SpellHandler.cpp @@ -501,3 +501,4 @@ void WorldSession::HandleSelfResOpcode( WorldPacket & /*recv_data*/ ) _player->SetUInt32Value(PLAYER_SELF_RES_SPELL, 0); } } + diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index af49e687b..35105593c 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2611,3 +2611,4 @@ DiminishingReturnsType GetDiminishingReturnsGroupType(DiminishingGroup group) return DRTYPE_NONE; } + diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index 747f40c06..f823c7e9c 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -999,3 +999,4 @@ class SpellMgr #define spellmgr SpellMgr::Instance() #endif + diff --git a/src/game/StatSystem.cpp b/src/game/StatSystem.cpp index bd5ab61ee..ae96953e3 100644 --- a/src/game/StatSystem.cpp +++ b/src/game/StatSystem.cpp @@ -1030,3 +1030,4 @@ void Pet::UpdateDamagePhysical(WeaponAttackType attType) SetStatFloatValue(UNIT_FIELD_MINDAMAGE, mindamage); SetStatFloatValue(UNIT_FIELD_MAXDAMAGE, maxdamage); } + diff --git a/src/game/TargetedMovementGenerator.cpp b/src/game/TargetedMovementGenerator.cpp index 885588612..34b0848d2 100644 --- a/src/game/TargetedMovementGenerator.cpp +++ b/src/game/TargetedMovementGenerator.cpp @@ -211,3 +211,4 @@ template bool TargetedMovementGenerator::Update(Player &, const uint32 & template bool TargetedMovementGenerator::Update(Creature &, const uint32 &); template Unit* TargetedMovementGenerator::GetTarget() const; template Unit* TargetedMovementGenerator::GetTarget() const; + diff --git a/src/game/TargetedMovementGenerator.h b/src/game/TargetedMovementGenerator.h index 75e60728e..609e51707 100644 --- a/src/game/TargetedMovementGenerator.h +++ b/src/game/TargetedMovementGenerator.h @@ -73,3 +73,4 @@ class TRINITY_DLL_SPEC TargetedMovementGenerator bool i_recalculateTravel; }; #endif + diff --git a/src/game/TaxiHandler.cpp b/src/game/TaxiHandler.cpp index 640618eae..c65a42148 100644 --- a/src/game/TaxiHandler.cpp +++ b/src/game/TaxiHandler.cpp @@ -278,3 +278,4 @@ void WorldSession::HandleActivateTaxiOpcode( WorldPacket & recv_data ) GetPlayer()->ActivateTaxiPathTo(nodes, 0, npc); } + diff --git a/src/game/TemporarySummon.cpp b/src/game/TemporarySummon.cpp index 1508c6cf9..d30ad9ec5 100644 --- a/src/game/TemporarySummon.cpp +++ b/src/game/TemporarySummon.cpp @@ -185,3 +185,4 @@ void TemporarySummon::UnSummon() void TemporarySummon::SaveToDB() { } + diff --git a/src/game/TemporarySummon.h b/src/game/TemporarySummon.h index 7f20ee9c5..fe9763f53 100644 --- a/src/game/TemporarySummon.h +++ b/src/game/TemporarySummon.h @@ -41,3 +41,4 @@ class TemporarySummon : public Creature uint64 m_summoner; }; #endif + diff --git a/src/game/ThreatManager.cpp b/src/game/ThreatManager.cpp index 3b4491b94..f093d06ad 100644 --- a/src/game/ThreatManager.cpp +++ b/src/game/ThreatManager.cpp @@ -500,3 +500,4 @@ bool ThreatManager::processThreatEvent(const UnitBaseEvent* pUnitBaseEvent) } return consumed; } + diff --git a/src/game/ThreatManager.h b/src/game/ThreatManager.h index d4a3910e9..56281b9f8 100644 --- a/src/game/ThreatManager.h +++ b/src/game/ThreatManager.h @@ -216,3 +216,4 @@ class TRINITY_DLL_SPEC ThreatManager //================================================= #endif + diff --git a/src/game/TicketHandler.cpp b/src/game/TicketHandler.cpp index 5d6b1e095..6a4606aad 100644 --- a/src/game/TicketHandler.cpp +++ b/src/game/TicketHandler.cpp @@ -188,3 +188,4 @@ void WorldSession::HandleGMTicketSystemStatusOpcode( WorldPacket & /*recv_data*/ // Send Packet SendPacket(&data); } + diff --git a/src/game/TicketMgr.cpp b/src/game/TicketMgr.cpp index 09d975ccf..e8b75c9f2 100644 --- a/src/game/TicketMgr.cpp +++ b/src/game/TicketMgr.cpp @@ -206,3 +206,4 @@ uint64 TicketMgr::GenerateTicketID() { return ++m_ticketid; } + diff --git a/src/game/TicketMgr.h b/src/game/TicketMgr.h index f8a0632c0..f3fa7d98f 100644 --- a/src/game/TicketMgr.h +++ b/src/game/TicketMgr.h @@ -74,3 +74,4 @@ class TicketMgr #endif #define ticketmgr Trinity::Singleton::Instance() + diff --git a/src/game/Tools.cpp b/src/game/Tools.cpp index 7abc016df..e553b86f8 100644 --- a/src/game/Tools.cpp +++ b/src/game/Tools.cpp @@ -114,3 +114,4 @@ void writeGUID(WorldPacket & data, uint64 & guid) data.append(PackedGuid,j); } + diff --git a/src/game/Tools.h b/src/game/Tools.h index 03b48a7e9..2a7112112 100644 --- a/src/game/Tools.h +++ b/src/game/Tools.h @@ -26,3 +26,4 @@ bool readGUID(WorldPacket & data, uint64& guid); void writeGUID(WorldPacket & data, uint64 & guid); #endif + diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp index 2ac26f823..2889f6f91 100644 --- a/src/game/Totem.cpp +++ b/src/game/Totem.cpp @@ -193,3 +193,4 @@ bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges) }*/ return Creature::IsImmunedToSpell(spellInfo, useCharges); } + diff --git a/src/game/Totem.h b/src/game/Totem.h index 43ae4f491..82b183d5d 100644 --- a/src/game/Totem.h +++ b/src/game/Totem.h @@ -64,3 +64,4 @@ class Totem : public Creature uint32 m_duration; }; #endif + diff --git a/src/game/TotemAI.cpp b/src/game/TotemAI.cpp index 4d7b45eba..3593f8396 100644 --- a/src/game/TotemAI.cpp +++ b/src/game/TotemAI.cpp @@ -132,3 +132,4 @@ TotemAI::AttackStart(Unit *) ((Player*)i_totem.GetOwner())->GetSession()->SendPacket(&data); } } + diff --git a/src/game/TotemAI.h b/src/game/TotemAI.h index 8ce40e60c..50ea764ab 100644 --- a/src/game/TotemAI.h +++ b/src/game/TotemAI.h @@ -46,3 +46,4 @@ class TRINITY_DLL_DECL TotemAI : public CreatureAI uint64 i_victimGuid; }; #endif + diff --git a/src/game/TradeHandler.cpp b/src/game/TradeHandler.cpp index dc3bd020c..278bb37c8 100644 --- a/src/game/TradeHandler.cpp +++ b/src/game/TradeHandler.cpp @@ -642,3 +642,4 @@ void WorldSession::HandleClearTradeItemOpcode(WorldPacket& recvPacket) _player->pTrader->GetSession()->SendUpdateTrade(); } + diff --git a/src/game/Transports.cpp b/src/game/Transports.cpp index b2ed69fe2..86d21c9a7 100644 --- a/src/game/Transports.cpp +++ b/src/game/Transports.cpp @@ -562,3 +562,4 @@ void Transport::Update(uint32 /*p_time*/) sLog.outDetail("%s is at wp id: %u", this->m_name.c_str(), m_curr->second.id); } } + diff --git a/src/game/Transports.h b/src/game/Transports.h index e49383ad1..a814a0f70 100644 --- a/src/game/Transports.h +++ b/src/game/Transports.h @@ -117,3 +117,4 @@ class Transport : private GameObject WayPointMap::iterator GetNextWayPoint(); }; #endif + diff --git a/src/game/Traveller.h b/src/game/Traveller.h index 64b9d1c31..436f8b051 100644 --- a/src/game/Traveller.h +++ b/src/game/Traveller.h @@ -113,3 +113,4 @@ inline void Traveller::MoveTo(float x, float y, float z, uint32 t) typedef Traveller CreatureTraveller; typedef Traveller PlayerTraveller; #endif + diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index cc6d1f7aa..56a96511f 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13270,4 +13270,5 @@ void Unit::AddAura(uint32 spellId, Unit* target) } } } -} \ No newline at end of file +} + diff --git a/src/game/Unit.h b/src/game/Unit.h index e796256cf..90935e6e3 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1485,3 +1485,4 @@ class TRINITY_DLL_SPEC Unit : public WorldObject uint64 m_misdirectionTargetGUID; }; #endif + diff --git a/src/game/UnitEvents.h b/src/game/UnitEvents.h index 35003c3d0..4bc362893 100644 --- a/src/game/UnitEvents.h +++ b/src/game/UnitEvents.h @@ -136,3 +136,4 @@ class TRINITY_DLL_SPEC ThreatManagerEvent : public ThreatRefStatusChangeEvent //============================================================== #endif + diff --git a/src/game/UpdateData.cpp b/src/game/UpdateData.cpp index 2b6282997..91ef84bb3 100644 --- a/src/game/UpdateData.cpp +++ b/src/game/UpdateData.cpp @@ -160,3 +160,4 @@ void UpdateData::Clear() m_outOfRangeGUIDs.clear(); m_blockCount = 0; } + diff --git a/src/game/UpdateData.h b/src/game/UpdateData.h index 8fdcac4b4..256c572bb 100644 --- a/src/game/UpdateData.h +++ b/src/game/UpdateData.h @@ -67,3 +67,4 @@ class UpdateData void Compress(void* dst, uint32 *dst_size, void* src, int src_size); }; #endif + diff --git a/src/game/UpdateFields.h b/src/game/UpdateFields.h index db64e0bc1..c8e70fc21 100644 --- a/src/game/UpdateFields.h +++ b/src/game/UpdateFields.h @@ -451,3 +451,4 @@ enum ECorpseFields CORPSE_END = OBJECT_END + 0x0022, }; #endif + diff --git a/src/game/UpdateMask.h b/src/game/UpdateMask.h index 9949dd6aa..436aa5234 100644 --- a/src/game/UpdateMask.h +++ b/src/game/UpdateMask.h @@ -124,3 +124,4 @@ class UpdateMask uint32 *mUpdateMask; }; #endif + diff --git a/src/game/VoiceChatHandler.cpp b/src/game/VoiceChatHandler.cpp index f75678f30..ba03ee1c5 100644 --- a/src/game/VoiceChatHandler.cpp +++ b/src/game/VoiceChatHandler.cpp @@ -45,3 +45,4 @@ void WorldSession::HandleChannelVoiceChatQuery( WorldPacket & recv_data ) // uint32, string recv_data.hexlike(); } + diff --git a/src/game/WaypointManager.cpp b/src/game/WaypointManager.cpp index 8a9de3849..30947abe4 100644 --- a/src/game/WaypointManager.cpp +++ b/src/game/WaypointManager.cpp @@ -149,3 +149,4 @@ void WaypointStore::UpdatePath(uint32 id) delete result; } + diff --git a/src/game/WaypointManager.h b/src/game/WaypointManager.h index 2e1ac25c3..1c41617ff 100644 --- a/src/game/WaypointManager.h +++ b/src/game/WaypointManager.h @@ -59,3 +59,4 @@ class WaypointStore extern WaypointStore WaypointMgr; #endif + diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 5a3b1eee8..01161f44f 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -652,3 +652,4 @@ int GetFCost(int to, int num, int parentNum, float *gcost) return (int)(gc + hc); } #endif //__PATHFINDING__ + diff --git a/src/game/WaypointMovementGenerator.h b/src/game/WaypointMovementGenerator.h index b8f72bb5d..eec6ad70e 100644 --- a/src/game/WaypointMovementGenerator.h +++ b/src/game/WaypointMovementGenerator.h @@ -116,3 +116,4 @@ public PathMovementBase }; #endif + diff --git a/src/game/Weather.cpp b/src/game/Weather.cpp index d825b2f40..498beab04 100644 --- a/src/game/Weather.cpp +++ b/src/game/Weather.cpp @@ -318,3 +318,4 @@ WeatherState Weather::GetWeatherState() const return WEATHER_STATE_FINE; } } + diff --git a/src/game/Weather.h b/src/game/Weather.h index 7fc3068ff..cbd4daad1 100644 --- a/src/game/Weather.h +++ b/src/game/Weather.h @@ -72,3 +72,4 @@ class Weather WeatherZoneChances const* m_weatherChances; }; #endif + diff --git a/src/game/World.cpp b/src/game/World.cpp index e494d041b..481569a9c 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -3012,3 +3012,4 @@ void World::LoadDBVersion() else m_DBVersion = "unknown world database"; } + diff --git a/src/game/World.h b/src/game/World.h index 502f403d1..590ca60b4 100644 --- a/src/game/World.h +++ b/src/game/World.h @@ -598,3 +598,4 @@ extern uint32 realmID; #define sWorld Trinity::Singleton::Instance() #endif /// @} + diff --git a/src/game/WorldLog.cpp b/src/game/WorldLog.cpp index 4881b9974..a1065dced 100644 --- a/src/game/WorldLog.cpp +++ b/src/game/WorldLog.cpp @@ -51,3 +51,4 @@ void WorldLog::Initialize() } #define sWorldLog WorldLog::Instance() + diff --git a/src/game/WorldLog.h b/src/game/WorldLog.h index 8ec03d37d..0a7c2a080 100644 --- a/src/game/WorldLog.h +++ b/src/game/WorldLog.h @@ -76,3 +76,4 @@ class TRINITY_DLL_DECL WorldLog : public Trinity::Singleton::instance(); } + diff --git a/src/game/WorldSocketMgr.h b/src/game/WorldSocketMgr.h index fc009d69f..f6e55614d 100644 --- a/src/game/WorldSocketMgr.h +++ b/src/game/WorldSocketMgr.h @@ -77,3 +77,4 @@ private: #endif /// @} + diff --git a/src/shared/Auth/AuthCrypt.cpp b/src/shared/Auth/AuthCrypt.cpp index d45c56817..7cbb7f136 100644 --- a/src/shared/Auth/AuthCrypt.cpp +++ b/src/shared/Auth/AuthCrypt.cpp @@ -81,3 +81,4 @@ void AuthCrypt::GenerateKey(uint8 *key, BigNumber *bn) hash.Finalize(); memcpy(key, hash.GetDigest(), SHA_DIGEST_LENGTH); } + diff --git a/src/shared/Auth/AuthCrypt.h b/src/shared/Auth/AuthCrypt.h index b007e8c3d..020f8bcdc 100644 --- a/src/shared/Auth/AuthCrypt.h +++ b/src/shared/Auth/AuthCrypt.h @@ -52,3 +52,4 @@ class AuthCrypt bool _initialized; }; #endif + diff --git a/src/shared/Auth/BigNumber.cpp b/src/shared/Auth/BigNumber.cpp index 2baba88e9..da31da3a5 100644 --- a/src/shared/Auth/BigNumber.cpp +++ b/src/shared/Auth/BigNumber.cpp @@ -207,3 +207,4 @@ const char *BigNumber::AsDecStr() { return BN_bn2dec(_bn); } + diff --git a/src/shared/Auth/BigNumber.h b/src/shared/Auth/BigNumber.h index 37979bdd7..df25e4f93 100644 --- a/src/shared/Auth/BigNumber.h +++ b/src/shared/Auth/BigNumber.h @@ -94,3 +94,4 @@ class BigNumber uint8 *_array; }; #endif + diff --git a/src/shared/Auth/Hmac.cpp b/src/shared/Auth/Hmac.cpp index 91c065d36..615edd26c 100644 --- a/src/shared/Auth/Hmac.cpp +++ b/src/shared/Auth/Hmac.cpp @@ -56,3 +56,4 @@ void HmacHash::Finalize() HMAC_Final(&m_ctx, m_digest, &length); ASSERT(length == SHA_DIGEST_LENGTH) } + diff --git a/src/shared/Auth/Hmac.h b/src/shared/Auth/Hmac.h index 1c19ec223..5b7c4040f 100644 --- a/src/shared/Auth/Hmac.h +++ b/src/shared/Auth/Hmac.h @@ -46,3 +46,4 @@ class HmacHash uint8 m_digest[SHA_DIGEST_LENGTH]; }; #endif + diff --git a/src/shared/Auth/Sha1.cpp b/src/shared/Auth/Sha1.cpp index 73fcf90bf..90334543b 100644 --- a/src/shared/Auth/Sha1.cpp +++ b/src/shared/Auth/Sha1.cpp @@ -65,3 +65,4 @@ void Sha1Hash::Finalize(void) { SHA1_Final(mDigest, &mC); } + diff --git a/src/shared/Auth/Sha1.h b/src/shared/Auth/Sha1.h index d748dc6d7..6794d3bd1 100644 --- a/src/shared/Auth/Sha1.h +++ b/src/shared/Auth/Sha1.h @@ -51,3 +51,4 @@ class Sha1Hash uint8 mDigest[SHA_DIGEST_LENGTH]; }; #endif + diff --git a/src/shared/Auth/md5.h b/src/shared/Auth/md5.h index fa2937e13..0463051b6 100644 --- a/src/shared/Auth/md5.h +++ b/src/shared/Auth/md5.h @@ -89,3 +89,4 @@ extern "C" } /* end extern "C" */ #endif #endif /* md5_INCLUDED */ + diff --git a/src/shared/Base.cpp b/src/shared/Base.cpp index 9929cd41f..ca5094810 100644 --- a/src/shared/Base.cpp +++ b/src/shared/Base.cpp @@ -65,3 +65,4 @@ int Base::GetRefCount () { return RefCount; } + diff --git a/src/shared/Base.h b/src/shared/Base.h index d5907fdf4..e14ea6b27 100644 --- a/src/shared/Base.h +++ b/src/shared/Base.h @@ -52,3 +52,4 @@ class Base }; #endif // __BASE_H__ + diff --git a/src/shared/ByteBuffer.h b/src/shared/ByteBuffer.h index 3d0d19d91..fb2d7cfc7 100644 --- a/src/shared/ByteBuffer.h +++ b/src/shared/ByteBuffer.h @@ -479,3 +479,4 @@ template ByteBuffer &operator>>(ByteBuffer &b, std::map return b; } #endif + diff --git a/src/shared/Common.cpp b/src/shared/Common.cpp index db039b93a..a31c88fdb 100644 --- a/src/shared/Common.cpp +++ b/src/shared/Common.cpp @@ -40,3 +40,4 @@ LocaleConstant GetLocaleByName(const std::string& name) return LOCALE_enUS; // including enGB case } + diff --git a/src/shared/Common.h b/src/shared/Common.h index c97de30ed..5e6a2cca5 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -206,3 +206,4 @@ LocaleConstant GetLocaleByName(const std::string& name); #endif #endif + diff --git a/src/shared/Config/Config.cpp b/src/shared/Config/Config.cpp index 1dacb55b6..4f9402b5f 100644 --- a/src/shared/Config/Config.cpp +++ b/src/shared/Config/Config.cpp @@ -174,3 +174,4 @@ float Config::GetFloatDefault(const char* name, const float def) float val; return (GetFloat(name, &val) ? val : def); } + diff --git a/src/shared/Config/Config.h b/src/shared/Config/Config.h index 7347d3ee7..4dbff1b11 100644 --- a/src/shared/Config/Config.h +++ b/src/shared/Config/Config.h @@ -58,3 +58,4 @@ class TRINITY_DLL_SPEC Config #define sConfig Trinity::Singleton::Instance() #endif + diff --git a/src/shared/Config/ConfigEnv.h b/src/shared/Config/ConfigEnv.h index 09877cbd2..eaa86c882 100644 --- a/src/shared/Config/ConfigEnv.h +++ b/src/shared/Config/ConfigEnv.h @@ -27,3 +27,4 @@ #include "Config.h" #endif + diff --git a/src/shared/Config/dotconfpp/dotconfpp.cpp b/src/shared/Config/dotconfpp/dotconfpp.cpp index 543e8acf1..3e2aa8683 100644 --- a/src/shared/Config/dotconfpp/dotconfpp.cpp +++ b/src/shared/Config/dotconfpp/dotconfpp.cpp @@ -586,3 +586,4 @@ void DOTCONFDocument::setRequiredOptionNames(const char ** requiredOptionNames) ++requiredOptionNames; } } + diff --git a/src/shared/Config/dotconfpp/dotconfpp.h b/src/shared/Config/dotconfpp/dotconfpp.h index 15c4f7fcd..7887f86cc 100644 --- a/src/shared/Config/dotconfpp/dotconfpp.h +++ b/src/shared/Config/dotconfpp/dotconfpp.h @@ -108,3 +108,4 @@ public: }; #endif + diff --git a/src/shared/Config/dotconfpp/mempool.cpp b/src/shared/Config/dotconfpp/mempool.cpp index cf589ffb2..487dae0bd 100644 --- a/src/shared/Config/dotconfpp/mempool.cpp +++ b/src/shared/Config/dotconfpp/mempool.cpp @@ -98,3 +98,4 @@ char * AsyncDNSMemPool::strdup(const char *str) { return ::strcpy((char*)this->alloc(strlen(str)+1), str); } + diff --git a/src/shared/Config/dotconfpp/mempool.h b/src/shared/Config/dotconfpp/mempool.h index 04bd1e006..81c01d15a 100644 --- a/src/shared/Config/dotconfpp/mempool.h +++ b/src/shared/Config/dotconfpp/mempool.h @@ -44,3 +44,4 @@ public: }; #endif + diff --git a/src/shared/Database/DBCEnums.h b/src/shared/Database/DBCEnums.h index 1d54616a2..d8699b2c2 100644 --- a/src/shared/Database/DBCEnums.h +++ b/src/shared/Database/DBCEnums.h @@ -110,3 +110,4 @@ enum TotemCategoryType }; #endif + diff --git a/src/shared/Database/DBCStores.cpp b/src/shared/Database/DBCStores.cpp index fb132c757..67b806cd6 100644 --- a/src/shared/Database/DBCStores.cpp +++ b/src/shared/Database/DBCStores.cpp @@ -649,3 +649,4 @@ uint32 const* GetTalentTabPages(uint32 cls) TRINITY_DLL_SPEC DBCStorage const* GetSoundEntriesStore() { return &sSoundEntriesStore; } TRINITY_DLL_SPEC DBCStorage const* GetSpellStore() { return &sSpellStore; } TRINITY_DLL_SPEC DBCStorage const* GetSpellRangeStore() { return &sSpellRangeStore; } + diff --git a/src/shared/Database/DBCStores.h b/src/shared/Database/DBCStores.h index 98a54fbec..dd255894d 100644 --- a/src/shared/Database/DBCStores.h +++ b/src/shared/Database/DBCStores.h @@ -204,3 +204,4 @@ TRINITY_DLL_SPEC DBCStorage const* GetSoundEntriesStore(); TRINITY_DLL_SPEC DBCStorage const* GetSpellStore(); TRINITY_DLL_SPEC DBCStorage const* GetSpellRangeStore(); #endif + diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index f2dc8222a..2f51f1d65 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -891,3 +891,4 @@ typedef std::vector TaxiPathNodesByPath; #define TaxiMaskSize 16 typedef uint32 TaxiMask[TaxiMaskSize]; #endif + diff --git a/src/shared/Database/DBCfmt.cpp b/src/shared/Database/DBCfmt.cpp index 57a81921d..cab781692 100644 --- a/src/shared/Database/DBCfmt.cpp +++ b/src/shared/Database/DBCfmt.cpp @@ -82,3 +82,4 @@ const char TaxiPathNodeEntryfmt[]="diiifffiixx"; const char TotemCategoryEntryfmt[]="nxxxxxxxxxxxxxxxxxii"; const char WorldMapAreaEntryfmt[]="xinxffffi"; const char WorldSafeLocsEntryfmt[]="nifffxxxxxxxxxxxxxxxxx"; + diff --git a/src/shared/Database/Database.cpp b/src/shared/Database/Database.cpp index 4623deacb..7110fe44c 100644 --- a/src/shared/Database/Database.cpp +++ b/src/shared/Database/Database.cpp @@ -171,3 +171,4 @@ bool Database::DirectPExecute(const char * format,...) return DirectExecute(szQuery); } + diff --git a/src/shared/Database/Database.h b/src/shared/Database/Database.h index 7e64fbebb..c2ee93499 100644 --- a/src/shared/Database/Database.h +++ b/src/shared/Database/Database.h @@ -135,3 +135,4 @@ class TRINITY_DLL_SPEC Database std::string m_logsDir; }; #endif + diff --git a/src/shared/Database/DatabaseEnv.h b/src/shared/Database/DatabaseEnv.h index fe565cde7..664459473 100644 --- a/src/shared/Database/DatabaseEnv.h +++ b/src/shared/Database/DatabaseEnv.h @@ -56,3 +56,4 @@ extern DatabaseType CharacterDatabase; extern DatabaseType LoginDatabase; #endif + diff --git a/src/shared/Database/DatabaseImpl.h b/src/shared/Database/DatabaseImpl.h index 244f52d01..5ab4ec04a 100644 --- a/src/shared/Database/DatabaseImpl.h +++ b/src/shared/Database/DatabaseImpl.h @@ -205,3 +205,4 @@ Database::DelayQueryHolder(Class *object, void (Class::*method)(QueryResult*, Sq #undef ASYNC_QUERY_BODY #undef ASYNC_PQUERY_BODY #undef ASYNC_DELAYHOLDER_BODY + diff --git a/src/shared/Database/DatabaseMysql.cpp b/src/shared/Database/DatabaseMysql.cpp index 0fae83caa..72da1090a 100644 --- a/src/shared/Database/DatabaseMysql.cpp +++ b/src/shared/Database/DatabaseMysql.cpp @@ -408,3 +408,4 @@ void DatabaseMysql::HaltDelayThread() m_threadBody = NULL; } #endif + diff --git a/src/shared/Database/DatabaseMysql.h b/src/shared/Database/DatabaseMysql.h index ee800fdf2..1826a08f2 100644 --- a/src/shared/Database/DatabaseMysql.h +++ b/src/shared/Database/DatabaseMysql.h @@ -77,3 +77,4 @@ class TRINITY_DLL_SPEC DatabaseMysql : public Database }; #endif #endif + diff --git a/src/shared/Database/DatabasePostgre.cpp b/src/shared/Database/DatabasePostgre.cpp index 6a172bb12..25b5a58b8 100644 --- a/src/shared/Database/DatabasePostgre.cpp +++ b/src/shared/Database/DatabasePostgre.cpp @@ -345,3 +345,4 @@ void DatabasePostgre::HaltDelayThread() m_threadBody = NULL; } #endif + diff --git a/src/shared/Database/DatabasePostgre.h b/src/shared/Database/DatabasePostgre.h index 7e541f84c..6dc0c5098 100644 --- a/src/shared/Database/DatabasePostgre.h +++ b/src/shared/Database/DatabasePostgre.h @@ -75,3 +75,4 @@ class DatabasePostgre : public Database bool _TransactionCmd(const char *sql); }; #endif + diff --git a/src/shared/Database/DatabaseSqlite.cpp b/src/shared/Database/DatabaseSqlite.cpp index 9de786bf7..a7a4a2a98 100644 --- a/src/shared/Database/DatabaseSqlite.cpp +++ b/src/shared/Database/DatabaseSqlite.cpp @@ -101,3 +101,4 @@ bool DatabaseSqlite::Execute(const char *sql) return true; } #endif + diff --git a/src/shared/Database/DatabaseSqlite.h b/src/shared/Database/DatabaseSqlite.h index 325c3168a..32d49d012 100644 --- a/src/shared/Database/DatabaseSqlite.h +++ b/src/shared/Database/DatabaseSqlite.h @@ -43,3 +43,4 @@ class DatabaseSqlite : public Database }; #endif #endif + diff --git a/src/shared/Database/Field.cpp b/src/shared/Database/Field.cpp index 20a88395b..a7817d9a6 100644 --- a/src/shared/Database/Field.cpp +++ b/src/shared/Database/Field.cpp @@ -65,3 +65,4 @@ void Field::SetValue(const char *value) else mValue = NULL; } + diff --git a/src/shared/Database/Field.h b/src/shared/Database/Field.h index 430e262c3..3e5f26376 100644 --- a/src/shared/Database/Field.h +++ b/src/shared/Database/Field.h @@ -75,3 +75,4 @@ class Field enum DataTypes mType; }; #endif + diff --git a/src/shared/Database/MySQLDelayThread.h b/src/shared/Database/MySQLDelayThread.h index b01d88b6f..14cf1a646 100644 --- a/src/shared/Database/MySQLDelayThread.h +++ b/src/shared/Database/MySQLDelayThread.h @@ -30,3 +30,4 @@ class MySQLDelayThread : public SqlDelayThread void Stop() { SqlDelayThread::Stop(); } }; #endif //__MYSQLDELAYTHREAD_H + diff --git a/src/shared/Database/PGSQLDelayThread.h b/src/shared/Database/PGSQLDelayThread.h index 0525fb9f6..19941464c 100644 --- a/src/shared/Database/PGSQLDelayThread.h +++ b/src/shared/Database/PGSQLDelayThread.h @@ -30,3 +30,4 @@ class PGSQLDelayThread : public SqlDelayThread void Stop() { SqlDelayThread::Stop(); } }; #endif //__PGSQLDELAYTHREAD_H + diff --git a/src/shared/Database/QueryResult.h b/src/shared/Database/QueryResult.h index ab87fda59..32e47c095 100644 --- a/src/shared/Database/QueryResult.h +++ b/src/shared/Database/QueryResult.h @@ -64,3 +64,4 @@ class TRINITY_DLL_SPEC QueryResult FieldNames mFieldNames; }; #endif + diff --git a/src/shared/Database/QueryResultMysql.cpp b/src/shared/Database/QueryResultMysql.cpp index 63808060b..d995b9f24 100644 --- a/src/shared/Database/QueryResultMysql.cpp +++ b/src/shared/Database/QueryResultMysql.cpp @@ -110,3 +110,4 @@ enum Field::DataTypes QueryResultMysql::ConvertNativeType(enum_field_types mysql } } #endif + diff --git a/src/shared/Database/QueryResultMysql.h b/src/shared/Database/QueryResultMysql.h index 79f5439ed..3131bd4bb 100644 --- a/src/shared/Database/QueryResultMysql.h +++ b/src/shared/Database/QueryResultMysql.h @@ -48,3 +48,4 @@ class QueryResultMysql : public QueryResult }; #endif #endif + diff --git a/src/shared/Database/QueryResultPostgre.cpp b/src/shared/Database/QueryResultPostgre.cpp index 8ebe03ede..def1b0061 100644 --- a/src/shared/Database/QueryResultPostgre.cpp +++ b/src/shared/Database/QueryResultPostgre.cpp @@ -139,3 +139,4 @@ enum Field::DataTypes QueryResultPostgre::ConvertNativeType(Oid pOid ) const return Field::DB_TYPE_UNKNOWN; } #endif + diff --git a/src/shared/Database/QueryResultPostgre.h b/src/shared/Database/QueryResultPostgre.h index ac7f31223..61311728f 100644 --- a/src/shared/Database/QueryResultPostgre.h +++ b/src/shared/Database/QueryResultPostgre.h @@ -48,3 +48,4 @@ class QueryResultPostgre : public QueryResult uint32 mTableIndex; }; #endif + diff --git a/src/shared/Database/QueryResultSqlite.cpp b/src/shared/Database/QueryResultSqlite.cpp index 2bf64ed49..a041232f6 100644 --- a/src/shared/Database/QueryResultSqlite.cpp +++ b/src/shared/Database/QueryResultSqlite.cpp @@ -96,3 +96,4 @@ enum Field::DataTypes QueryResultSqlite::ConvertNativeType(const char* sqliteTyp return Field::DB_TYPE_UNKNOWN; } #endif + diff --git a/src/shared/Database/QueryResultSqlite.h b/src/shared/Database/QueryResultSqlite.h index 1416ac426..b2622f967 100644 --- a/src/shared/Database/QueryResultSqlite.h +++ b/src/shared/Database/QueryResultSqlite.h @@ -43,3 +43,4 @@ class QueryResultSqlite : public QueryResult }; #endif #endif + diff --git a/src/shared/Database/SQLStorage.cpp b/src/shared/Database/SQLStorage.cpp index cd1c7908e..1419d6a2a 100644 --- a/src/shared/Database/SQLStorage.cpp +++ b/src/shared/Database/SQLStorage.cpp @@ -81,3 +81,4 @@ void SQLStorage::Load() SQLStorageLoader loader; loader.Load(*this); } + diff --git a/src/shared/Database/SQLStorage.h b/src/shared/Database/SQLStorage.h index 5a429d185..43e345326 100644 --- a/src/shared/Database/SQLStorage.h +++ b/src/shared/Database/SQLStorage.h @@ -114,3 +114,4 @@ struct SQLStorageLoader : public SQLStorageLoaderBase }; #endif + diff --git a/src/shared/Database/SQLStorageImpl.h b/src/shared/Database/SQLStorageImpl.h index 4f10c6eee..82ff0beb6 100644 --- a/src/shared/Database/SQLStorageImpl.h +++ b/src/shared/Database/SQLStorageImpl.h @@ -212,3 +212,4 @@ void SQLStorageLoaderBase::Load(SQLStorage &store) store.MaxEntry = maxi; store.data = _data; } + diff --git a/src/shared/Database/SqlDelayThread.cpp b/src/shared/Database/SqlDelayThread.cpp index a265b48e6..16d5146fc 100644 --- a/src/shared/Database/SqlDelayThread.cpp +++ b/src/shared/Database/SqlDelayThread.cpp @@ -55,3 +55,4 @@ void SqlDelayThread::Stop() { m_running = false; } + diff --git a/src/shared/Database/SqlDelayThread.h b/src/shared/Database/SqlDelayThread.h index 093c1c843..4c77c122f 100644 --- a/src/shared/Database/SqlDelayThread.h +++ b/src/shared/Database/SqlDelayThread.h @@ -48,3 +48,4 @@ class SqlDelayThread : public ZThread::Runnable virtual void run(); ///< Main Thread loop }; #endif //__SQLDELAYTHREAD_H + diff --git a/src/shared/Database/SqlOperations.cpp b/src/shared/Database/SqlOperations.cpp index 1a81c4c96..c11c5b926 100644 --- a/src/shared/Database/SqlOperations.cpp +++ b/src/shared/Database/SqlOperations.cpp @@ -199,3 +199,4 @@ void SqlQueryHolderEx::Execute(Database *db) /// sync with the caller thread m_queue->add(m_callback); } + diff --git a/src/shared/Database/SqlOperations.h b/src/shared/Database/SqlOperations.h index 0ebff9868..1a0d3c78d 100644 --- a/src/shared/Database/SqlOperations.h +++ b/src/shared/Database/SqlOperations.h @@ -121,3 +121,4 @@ class SqlQueryHolderEx : public SqlOperation void Execute(Database *db); }; #endif //__SQLOPERATIONS_H + diff --git a/src/shared/Database/dbcfile.cpp b/src/shared/Database/dbcfile.cpp index 9f570e724..9b363dbff 100644 --- a/src/shared/Database/dbcfile.cpp +++ b/src/shared/Database/dbcfile.cpp @@ -243,3 +243,4 @@ char* DBCFile::AutoProduceStrings(const char* format, char* dataTable) return stringPool; } + diff --git a/src/shared/Database/dbcfile.h b/src/shared/Database/dbcfile.h index e0cef4dee..aa36f6003 100644 --- a/src/shared/Database/dbcfile.h +++ b/src/shared/Database/dbcfile.h @@ -107,3 +107,4 @@ class DBCFile unsigned char *stringTable; }; #endif + diff --git a/src/shared/Errors.h b/src/shared/Errors.h index 0e8feb842..7203f1c54 100644 --- a/src/shared/Errors.h +++ b/src/shared/Errors.h @@ -29,3 +29,4 @@ #define ASSERT WPAssert #endif + diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp index 9e910a4fc..d042be82b 100644 --- a/src/shared/Log.cpp +++ b/src/shared/Log.cpp @@ -796,3 +796,4 @@ void error_db_log(const char * str, ...) Trinity::Singleton::Instance().outErrorDb(buf); } + diff --git a/src/shared/Log.h b/src/shared/Log.h index c4190264f..ab8c24571 100644 --- a/src/shared/Log.h +++ b/src/shared/Log.h @@ -165,3 +165,4 @@ void TRINITY_DLL_SPEC debug_log(const char * str, ...) ATTR_PRINTF(1,2); void TRINITY_DLL_SPEC error_log(const char * str, ...) ATTR_PRINTF(1,2); void TRINITY_DLL_SPEC error_db_log(const char * str, ...) ATTR_PRINTF(1,2); #endif + diff --git a/src/shared/Mthread.cpp b/src/shared/Mthread.cpp index 8985b9ceb..fbbeeb5a6 100644 --- a/src/shared/Mthread.cpp +++ b/src/shared/Mthread.cpp @@ -203,3 +203,4 @@ MMutex *MMutex::Create () return mutex; } #endif + diff --git a/src/shared/Mthread.h b/src/shared/Mthread.h index 1afee4acd..d0ac6deb4 100644 --- a/src/shared/Mthread.h +++ b/src/shared/Mthread.h @@ -60,3 +60,4 @@ class MMutex : public Base virtual void Unlock (); }; #endif // MTHREAD_H + diff --git a/src/shared/PacketLog.cpp b/src/shared/PacketLog.cpp index 0ae6f1986..aa9fd2dc3 100644 --- a/src/shared/PacketLog.cpp +++ b/src/shared/PacketLog.cpp @@ -157,3 +157,4 @@ void PacketLog::WorldHexDump(WorldPacket* data, uint32 socket, bool direction) HexDump((char *)data->contents(), data->size(), "world.log"); } + diff --git a/src/shared/PacketLog.h b/src/shared/PacketLog.h index 3280d8012..30fb7da15 100644 --- a/src/shared/PacketLog.h +++ b/src/shared/PacketLog.h @@ -46,3 +46,4 @@ class PacketLog #define sPacketLog Trinity::Singleton::Instance() #endif + diff --git a/src/shared/ProgressBar.cpp b/src/shared/ProgressBar.cpp index 3cb092904..f5a45b9d8 100644 --- a/src/shared/ProgressBar.cpp +++ b/src/shared/ProgressBar.cpp @@ -80,3 +80,4 @@ void barGoLink::step( void ) rec_pos = n; } } + diff --git a/src/shared/ProgressBar.h b/src/shared/ProgressBar.h index 77f1e4c43..3f217f228 100644 --- a/src/shared/ProgressBar.h +++ b/src/shared/ProgressBar.h @@ -40,3 +40,4 @@ class TRINITY_DLL_SPEC barGoLink ~barGoLink(); }; #endif + diff --git a/src/shared/ServiceWin32.cpp b/src/shared/ServiceWin32.cpp index 2a1525139..d38488452 100644 --- a/src/shared/ServiceWin32.cpp +++ b/src/shared/ServiceWin32.cpp @@ -260,3 +260,4 @@ bool WinServiceRun() return true; } #endif + diff --git a/src/shared/ServiceWin32.h b/src/shared/ServiceWin32.h index fdc9d7d4e..d046acdce 100644 --- a/src/shared/ServiceWin32.h +++ b/src/shared/ServiceWin32.h @@ -28,3 +28,4 @@ bool WinServiceRun(); #endif // _WIN32_SERVICE_ #endif // WIN32 + diff --git a/src/shared/SystemConfig.h b/src/shared/SystemConfig.h index 9e7fe3e30..6b4471e79 100644 --- a/src/shared/SystemConfig.h +++ b/src/shared/SystemConfig.h @@ -52,3 +52,4 @@ #define DEFAULT_REALMSERVER_PORT 3724 #define DEFAULT_SOCKET_SELECT_TIME 10000 #endif + diff --git a/src/shared/Timer.h b/src/shared/Timer.h index 848a8cfac..81b6bb584 100644 --- a/src/shared/Timer.h +++ b/src/shared/Timer.h @@ -96,3 +96,4 @@ struct TimeTrackerSmall }; #endif + diff --git a/src/shared/Util.cpp b/src/shared/Util.cpp index 72b353192..26d2275ec 100644 --- a/src/shared/Util.cpp +++ b/src/shared/Util.cpp @@ -425,3 +425,4 @@ bool Utf8FitTo(const std::string& str, std::wstring search) return true; } + diff --git a/src/shared/Util.h b/src/shared/Util.h index 4b91a8ede..98e60f833 100644 --- a/src/shared/Util.h +++ b/src/shared/Util.h @@ -316,3 +316,4 @@ bool IsIPAddress(char const* ipaddress); uint32 CreatePIDFile(const std::string& filename); #endif + diff --git a/src/shared/WheatyExceptionReport.cpp b/src/shared/WheatyExceptionReport.cpp index 5d365639f..7b97edd8f 100644 --- a/src/shared/WheatyExceptionReport.cpp +++ b/src/shared/WheatyExceptionReport.cpp @@ -1013,3 +1013,4 @@ int __cdecl WheatyExceptionReport::_tprintf(const TCHAR * format, ...) return retValue; } + diff --git a/src/shared/WheatyExceptionReport.h b/src/shared/WheatyExceptionReport.h index 896d9c72f..32cd78fa1 100644 --- a/src/shared/WheatyExceptionReport.h +++ b/src/shared/WheatyExceptionReport.h @@ -115,3 +115,4 @@ class WheatyExceptionReport extern WheatyExceptionReport g_WheatyExceptionReport; // global instance of class #endif //WheatyExceptionReport + diff --git a/src/shared/WorldPacket.h b/src/shared/WorldPacket.h index ee17047a9..8849b790f 100644 --- a/src/shared/WorldPacket.h +++ b/src/shared/WorldPacket.h @@ -51,3 +51,4 @@ class WorldPacket : public ByteBuffer uint16 m_opcode; }; #endif + diff --git a/src/shared/vmap/AABSPTree.h b/src/shared/vmap/AABSPTree.h index bc33a6699..ff4335b67 100644 --- a/src/shared/vmap/AABSPTree.h +++ b/src/shared/vmap/AABSPTree.h @@ -1618,3 +1618,4 @@ public: + diff --git a/src/shared/vmap/BaseModel.cpp b/src/shared/vmap/BaseModel.cpp index 1b7ad34d4..f4bf13bc5 100644 --- a/src/shared/vmap/BaseModel.cpp +++ b/src/shared/vmap/BaseModel.cpp @@ -95,3 +95,4 @@ namespace VMAP } } // VMAP + diff --git a/src/shared/vmap/BaseModel.h b/src/shared/vmap/BaseModel.h index 1601f367d..6c17f7046 100644 --- a/src/shared/vmap/BaseModel.h +++ b/src/shared/vmap/BaseModel.h @@ -99,3 +99,4 @@ namespace VMAP } #endif /*BASEMODEL_H_*/ + diff --git a/src/shared/vmap/CoordModelMapping.cpp b/src/shared/vmap/CoordModelMapping.cpp index 7c7c801d6..319e7bb8c 100644 --- a/src/shared/vmap/CoordModelMapping.cpp +++ b/src/shared/vmap/CoordModelMapping.cpp @@ -187,3 +187,4 @@ namespace VMAP //================================================================= } + diff --git a/src/shared/vmap/CoordModelMapping.h b/src/shared/vmap/CoordModelMapping.h index 34f1917f5..cfaa600ee 100644 --- a/src/shared/vmap/CoordModelMapping.h +++ b/src/shared/vmap/CoordModelMapping.h @@ -144,3 +144,4 @@ namespace VMAP }; } #endif /*_COORDMODELMAPPING_H_*/ + diff --git a/src/shared/vmap/DebugCmdLogger.cpp b/src/shared/vmap/DebugCmdLogger.cpp index 5e26b7ade..2552a16ac 100644 --- a/src/shared/vmap/DebugCmdLogger.cpp +++ b/src/shared/vmap/DebugCmdLogger.cpp @@ -125,3 +125,4 @@ namespace VMAP } //======================================================== } + diff --git a/src/shared/vmap/DebugCmdLogger.h b/src/shared/vmap/DebugCmdLogger.h index aa0df4d1e..a194d3353 100644 --- a/src/shared/vmap/DebugCmdLogger.h +++ b/src/shared/vmap/DebugCmdLogger.h @@ -116,3 +116,4 @@ namespace VMAP } #endif + diff --git a/src/shared/vmap/IVMapManager.h b/src/shared/vmap/IVMapManager.h index 60159ed8b..01aef4b9d 100644 --- a/src/shared/vmap/IVMapManager.h +++ b/src/shared/vmap/IVMapManager.h @@ -99,3 +99,4 @@ namespace VMAP } #endif + diff --git a/src/shared/vmap/ManagedModelContainer.cpp b/src/shared/vmap/ManagedModelContainer.cpp index 08c58a60c..1362002ba 100644 --- a/src/shared/vmap/ManagedModelContainer.cpp +++ b/src/shared/vmap/ManagedModelContainer.cpp @@ -35,3 +35,4 @@ namespace VMAP } } + diff --git a/src/shared/vmap/ManagedModelContainer.h b/src/shared/vmap/ManagedModelContainer.h index b193ef9d5..33c675d08 100644 --- a/src/shared/vmap/ManagedModelContainer.h +++ b/src/shared/vmap/ManagedModelContainer.h @@ -49,3 +49,4 @@ namespace VMAP //======================================================= } #endif + diff --git a/src/shared/vmap/ModelContainer.cpp b/src/shared/vmap/ModelContainer.cpp index 4d2dc2aac..9eb100161 100644 --- a/src/shared/vmap/ModelContainer.cpp +++ b/src/shared/vmap/ModelContainer.cpp @@ -375,3 +375,4 @@ namespace VMAP } //================================================================= } // VMAP + diff --git a/src/shared/vmap/ModelContainer.h b/src/shared/vmap/ModelContainer.h index 98b4c9ddc..9613bf53d 100644 --- a/src/shared/vmap/ModelContainer.h +++ b/src/shared/vmap/ModelContainer.h @@ -108,3 +108,4 @@ namespace VMAP void getBounds(const ModelContainer* pMc, G3D::AABox& pAABox); } #endif + diff --git a/src/shared/vmap/NodeValueAccess.h b/src/shared/vmap/NodeValueAccess.h index b8ec54e90..e14a6dba6 100644 --- a/src/shared/vmap/NodeValueAccess.h +++ b/src/shared/vmap/NodeValueAccess.h @@ -48,3 +48,4 @@ namespace VMAP }; } #endif + diff --git a/src/shared/vmap/ShortBox.h b/src/shared/vmap/ShortBox.h index 9c5472f4c..bffca0d80 100644 --- a/src/shared/vmap/ShortBox.h +++ b/src/shared/vmap/ShortBox.h @@ -148,3 +148,4 @@ namespace VMAP } #endif + diff --git a/src/shared/vmap/ShortVector.h b/src/shared/vmap/ShortVector.h index 8c4aec8a0..f7dd0f748 100644 --- a/src/shared/vmap/ShortVector.h +++ b/src/shared/vmap/ShortVector.h @@ -134,3 +134,4 @@ namespace VMAP }; } #endif + diff --git a/src/shared/vmap/SubModel.cpp b/src/shared/vmap/SubModel.cpp index 3d1c0e29f..c6022d2ed 100644 --- a/src/shared/vmap/SubModel.cpp +++ b/src/shared/vmap/SubModel.cpp @@ -248,3 +248,4 @@ namespace VMAP //========================================================== } + diff --git a/src/shared/vmap/SubModel.h b/src/shared/vmap/SubModel.h index bc8239b15..c52dc7f5c 100644 --- a/src/shared/vmap/SubModel.h +++ b/src/shared/vmap/SubModel.h @@ -102,3 +102,4 @@ namespace VMAP //==================================== } // VMAP #endif + diff --git a/src/shared/vmap/TileAssembler.cpp b/src/shared/vmap/TileAssembler.cpp index fd83a318f..e6a1a6f44 100644 --- a/src/shared/vmap/TileAssembler.cpp +++ b/src/shared/vmap/TileAssembler.cpp @@ -571,3 +571,4 @@ namespace VMAP //========================================== } // VMAP + diff --git a/src/shared/vmap/TileAssembler.h b/src/shared/vmap/TileAssembler.h index 3f0f94681..a2fe8055f 100644 --- a/src/shared/vmap/TileAssembler.h +++ b/src/shared/vmap/TileAssembler.h @@ -93,3 +93,4 @@ namespace VMAP //=============================================== } // VMAP #endif /*_TILEASSEMBLER_H_*/ + diff --git a/src/shared/vmap/TreeNode.cpp b/src/shared/vmap/TreeNode.cpp index af7fe224f..113199235 100644 --- a/src/shared/vmap/TreeNode.cpp +++ b/src/shared/vmap/TreeNode.cpp @@ -37,3 +37,4 @@ namespace VMAP //================================================================= //================================================================= } + diff --git a/src/shared/vmap/TreeNode.h b/src/shared/vmap/TreeNode.h index 8f3fbd7a7..d71396487 100644 --- a/src/shared/vmap/TreeNode.h +++ b/src/shared/vmap/TreeNode.h @@ -223,3 +223,4 @@ namespace VMAP }; } #endif + diff --git a/src/shared/vmap/VMapDefinitions.h b/src/shared/vmap/VMapDefinitions.h index c3498ea92..0800bfbda 100644 --- a/src/shared/vmap/VMapDefinitions.h +++ b/src/shared/vmap/VMapDefinitions.h @@ -37,3 +37,4 @@ namespace VMAP //====================================== } #endif + diff --git a/src/shared/vmap/VMapFactory.cpp b/src/shared/vmap/VMapFactory.cpp index 4c349cdaa..2dad20471 100644 --- a/src/shared/vmap/VMapFactory.cpp +++ b/src/shared/vmap/VMapFactory.cpp @@ -110,3 +110,4 @@ namespace VMAP } } } + diff --git a/src/shared/vmap/VMapFactory.h b/src/shared/vmap/VMapFactory.h index a8784a372..9a4493d88 100644 --- a/src/shared/vmap/VMapFactory.h +++ b/src/shared/vmap/VMapFactory.h @@ -43,3 +43,4 @@ namespace VMAP } #endif + diff --git a/src/shared/vmap/VMapManager.cpp b/src/shared/vmap/VMapManager.cpp index cf2bc0808..3b93b6308 100644 --- a/src/shared/vmap/VMapManager.cpp +++ b/src/shared/vmap/VMapManager.cpp @@ -774,3 +774,4 @@ namespace VMAP //========================================================= //========================================================= } + diff --git a/src/shared/vmap/VMapManager.h b/src/shared/vmap/VMapManager.h index 5b4064915..8ece6de46 100644 --- a/src/shared/vmap/VMapManager.h +++ b/src/shared/vmap/VMapManager.h @@ -173,3 +173,4 @@ namespace VMAP }; } #endif + diff --git a/src/shared/vmap/VMapTools.h b/src/shared/vmap/VMapTools.h index 49a28d527..4961064d1 100644 --- a/src/shared/vmap/VMapTools.h +++ b/src/shared/vmap/VMapTools.h @@ -150,3 +150,4 @@ namespace VMAP }; } #endif + diff --git a/src/tools/genrevision/genrevision.cpp b/src/tools/genrevision/genrevision.cpp index 99c407c33..16f8aa77e 100644 --- a/src/tools/genrevision/genrevision.cpp +++ b/src/tools/genrevision/genrevision.cpp @@ -405,3 +405,4 @@ int main(int argc, char **argv) return 0; } + diff --git a/src/trinitycore/CliRunnable.cpp b/src/trinitycore/CliRunnable.cpp index 267a8d41a..839358e70 100644 --- a/src/trinitycore/CliRunnable.cpp +++ b/src/trinitycore/CliRunnable.cpp @@ -373,3 +373,4 @@ void CliRunnable::run() ///- End the database thread WorldDatabase.ThreadEnd(); // free mySQL thread resources } + diff --git a/src/trinitycore/CliRunnable.h b/src/trinitycore/CliRunnable.h index f50cae814..ea60ef695 100644 --- a/src/trinitycore/CliRunnable.h +++ b/src/trinitycore/CliRunnable.h @@ -33,3 +33,4 @@ class CliRunnable : public ZThread::Runnable }; #endif /// @} + diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index d24ae02d4..4be314d75 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -172,3 +172,4 @@ extern int main(int argc, char **argv) } /// @} + diff --git a/src/trinitycore/Master.cpp b/src/trinitycore/Master.cpp index 66c1c1766..8fd5af088 100644 --- a/src/trinitycore/Master.cpp +++ b/src/trinitycore/Master.cpp @@ -518,3 +518,4 @@ void Master::_UnhookSignals() signal(SIGBREAK, 0); #endif } + diff --git a/src/trinitycore/Master.h b/src/trinitycore/Master.h index 36d4b2949..456202594 100644 --- a/src/trinitycore/Master.h +++ b/src/trinitycore/Master.h @@ -50,3 +50,4 @@ class Master #define sMaster Trinity::Singleton::Instance() #endif /// @} + diff --git a/src/trinitycore/RASocket.cpp b/src/trinitycore/RASocket.cpp index cfc50d95f..62a5dbc39 100644 --- a/src/trinitycore/RASocket.cpp +++ b/src/trinitycore/RASocket.cpp @@ -257,3 +257,4 @@ void RASocket::zprint( const char * szText ) #endif } + diff --git a/src/trinitycore/RASocket.h b/src/trinitycore/RASocket.h index a164c9d3a..145afd52c 100644 --- a/src/trinitycore/RASocket.h +++ b/src/trinitycore/RASocket.h @@ -65,3 +65,4 @@ class RASocket: public TcpSocket }; #endif /// @} + diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp index e4f1a79a6..73d99e660 100644 --- a/src/trinitycore/WorldRunnable.cpp +++ b/src/trinitycore/WorldRunnable.cpp @@ -84,3 +84,4 @@ void WorldRunnable::run() ///- End the database thread WorldDatabase.ThreadEnd(); // free mySQL thread resources } + diff --git a/src/trinitycore/WorldRunnable.h b/src/trinitycore/WorldRunnable.h index 73a7f17e5..b84e5b6a0 100644 --- a/src/trinitycore/WorldRunnable.h +++ b/src/trinitycore/WorldRunnable.h @@ -33,3 +33,4 @@ class WorldRunnable : public ZThread::Runnable }; #endif /// @} + diff --git a/src/trinitycore/resource.h b/src/trinitycore/resource.h index 7dc5cb9ef..fbc730320 100644 --- a/src/trinitycore/resource.h +++ b/src/trinitycore/resource.h @@ -13,3 +13,4 @@ #define _APS_NEXT_SYMED_VALUE 101 #endif #endif + diff --git a/src/trinityrealm/AuthCodes.h b/src/trinityrealm/AuthCodes.h index 14a65b895..defa513de 100644 --- a/src/trinityrealm/AuthCodes.h +++ b/src/trinityrealm/AuthCodes.h @@ -73,3 +73,4 @@ enum LoginResult #define EXPECTED_TRINITY_CLIENT_BUILD {8606, 0} #endif + diff --git a/src/trinityrealm/AuthSocket.cpp b/src/trinityrealm/AuthSocket.cpp index 6f8363a97..3dc6b3a5c 100644 --- a/src/trinityrealm/AuthSocket.cpp +++ b/src/trinityrealm/AuthSocket.cpp @@ -1092,3 +1092,4 @@ Patcher::~Patcher() for(Patches::iterator i = _patches.begin(); i != _patches.end(); i++ ) delete i->second; } + diff --git a/src/trinityrealm/AuthSocket.h b/src/trinityrealm/AuthSocket.h index f704283c2..73aa1b280 100644 --- a/src/trinityrealm/AuthSocket.h +++ b/src/trinityrealm/AuthSocket.h @@ -84,3 +84,4 @@ class AuthSocket: public TcpSocket }; #endif /// @} + diff --git a/src/trinityrealm/Main.cpp b/src/trinityrealm/Main.cpp index 274aabf07..05fd704c1 100644 --- a/src/trinityrealm/Main.cpp +++ b/src/trinityrealm/Main.cpp @@ -351,3 +351,4 @@ void UnhookSignals() } /// @} + diff --git a/src/trinityrealm/RealmList.cpp b/src/trinityrealm/RealmList.cpp index 558d6c126..ca4dc9271 100644 --- a/src/trinityrealm/RealmList.cpp +++ b/src/trinityrealm/RealmList.cpp @@ -100,3 +100,4 @@ void RealmList::UpdateRealms(bool init) delete result; } } + diff --git a/src/trinityrealm/RealmList.h b/src/trinityrealm/RealmList.h index 842482bb7..31690a19e 100644 --- a/src/trinityrealm/RealmList.h +++ b/src/trinityrealm/RealmList.h @@ -66,3 +66,4 @@ class RealmList }; #endif /// @} + diff --git a/src/trinityrealm/resource.h b/src/trinityrealm/resource.h index 7dc5cb9ef..fbc730320 100644 --- a/src/trinityrealm/resource.h +++ b/src/trinityrealm/resource.h @@ -13,3 +13,4 @@ #define _APS_NEXT_SYMED_VALUE 101 #endif #endif +