diff options
2355 files changed, 2480 insertions, 125 deletions
diff --git a/contrib/extractor/System.cpp b/contrib/extractor/System.cpp index bb238230f0a..a1641699163 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 4c3b4c7d117..37e4c0883d9 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 6e079461a66..9af85b14d8c 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 acfb35482ff..dbe379d27f7 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 521ca67423c..7d709e80948 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 7376a500870..49b1895cc6c 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 517d959b346..3212d014129 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 1401dd4ad5f..c3885cbbddd 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 d8b15868a39..ca20e887d5b 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 21043b75ae8..c0db1930375 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 b126a887fd1..ff796d065fb 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 cce32dd6718..9519c293074 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 bd260bd3a36..eddd92ac483 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 58eef6bead2..008c7147aba 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 5bd620aa74c..4b01067ec08 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 d5c59d8e085..7f16eb2fad1 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 996e8c6777f..253c6a4f901 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 3cea897eda7..e0468a22ecc 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 92edf96ff3e..2c786c36d89 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 41253b242b3..2a066a83b34 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 9b4984a50e4..97b7b75035b 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 233d4ba3c28..bf720099788 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 30eca17d08e..1f4c4c80e59 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 4feab72e6cd..f9b19c2a1fd 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 <data dir> <vmapcmd.log file>\n",argv[0]); } } + diff --git a/contrib/vmap_debugger/ModelContainerView.h b/contrib/vmap_debugger/ModelContainerView.h index 3371d263808..c87231892da 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 2031180c7e3..c0772e9b2da 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 6d67820a22f..6be20e59bd7 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 d9a5380f0e8..7fd3c855f1c 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 c1a7b71d2a7..f7e29ab7a24 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 b53be0ae2a8..b038c7f04dd 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 775961f4804..7162cd04f50 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 96fb1e4a63d..b5a8530f61e 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 e55ad4c0f11..58f33e459ca 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 7f16cde0171..d6afc19426b 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 ea5ce5a47a1..ff8ab2688fd 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 468759e6d1c..b4a84e2d6ab 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 bbda59e5e79..aae55cc6899 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 a1f94ae3bb1..288d63e9049 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 628043c0a84..385e6e8ac40 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 6d67820a22f..6be20e59bd7 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 93e2eb41c4b..e3b9381b9f1 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 8670627809c..eb8b1e6d0d0 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 03c51f0d4dc..09eeef58949 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 976b8fbe8e8..0904ab30f76 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 c84589d1fbd..25b2d140eb2 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 23a19f8070e..85b20c6e8a6 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 235319b9252..d4410dc9beb 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 0deaa2e4a0f..af7cdc14539 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 a06bee1de4c..d4c405b240d 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 74ab1cd7e72..1400fad37de 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 81b5add9cfc..bc116b91ce7 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 f5dea59b762..25b15e30a8c 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 bf6953ba198..0673927e015 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 7372f6b985f..0458f5447cb 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 7d265b3b5c0..e416a1c7649 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 e4585cedb02..2959b3b349b 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 28675f7ce93..81ff4e26258 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<int> 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 43d2332b79b..a69b189a16f 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 6273f62d62a..b2fc9e66902 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 a4bd3596f8b..44bd2b493c1 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 2c519d294d7..f6ed94c180f 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 2b7fd6528f9..1f5d73ce85d 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 8176340aa6a..0754c173476 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 63933e78d6a..7e237254d41 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 ec13e09319f..ba2d3a85c49 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 77f7e763145..708d69016ea 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 b4a5d6f9e0e..abd115caf7a 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 9e4f939b44c..404a8042ebb 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 72facf900f7..ba8cd78357b 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 1ca5af55a7f..a22b4b058e6 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 dbdd2cf7074..4f6380eeb9c 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 0d5f2115b43..c11cd2ef1f5 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 28d645a00d5..f624a3263cd 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 96ab97f338a..959e1a05f7f 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 090021bfd1a..909f7afd570 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 002e7eeeb20..4106342a2cc 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 54c11134ed4..2bf5e8b5200 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 c8a7848068a..d655587bfab 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 d92f518dea2..09dc24f14ab 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 c501525cd30..cd9d62869aa 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 6364fcba64c..dc51998ba25 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 4f3cad15ad0..c6d2ae57ed2 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 d095b84c8ea..cc16c9a7176 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 36f3d653f95..290d0b2feeb 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 0baef22f185..e9dcc77562d 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 9b10bea01a7..f1868ccf64a 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 c59ef552a07..832f9265434 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 4980b2d7344..7ccf15ed341 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 654bbb3230f..ea7a3fa02e4 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 70d93e6b598..e29a6426187 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 ef7f5d65bd1..4e9b4a2f98e 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 8ad2a33ebaf..60e79b01f1f 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 edfd4efa790..a30809b2ec1 100644 --- a/dep/ACE_wrappers/ace/ARGV.cpp +++ b/dep/ACE_wrappers/ace/ARGV.cpp @@ -381,3 +381,4 @@ ACE_ARGV_T<CHAR_TYPE>::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 66e71810a95..c2995a451f2 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 1aa6c6d7096..0a58b7f3b1f 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 c69e2f8540d..900cec098c5 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 739a8076359..8b4781c5e80 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 7fa93f1492c..c111aa44843 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 c1ce226adce..7d68ed88bd2 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 cbeedeea7f6..e8657e91a23 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 70a05f1d71b..d3e5116b0f8 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 d1e8c923118..a244644915d 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 d5405d042a6..60e4cafad3f 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 4e35f3fddb4..3e839fb50d1 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 affb891475a..83b4625436d 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 41ffb0da32e..e880f7197d4 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 1ba51af5e5a..01b7f8da632 100644 --- a/dep/ACE_wrappers/ace/Acceptor.cpp +++ b/dep/ACE_wrappers/ace/Acceptor.cpp @@ -1233,3 +1233,4 @@ ACE_Oneshot_Acceptor<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::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 88329be53a4..855b2f877a3 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 f18ada06eb1..9701af2e236 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 454640474c1..69197c1b72d 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 6ec891b5d10..0f3d5485cde 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 d1558b1463b..174009910a6 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 732cc295117..1d87e44bc54 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 f63d4353723..7930628dc94 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 fb338f9ac17..db6e29c7273 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 e58ffe2c0f5..fa9b5d757b6 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 43d5074db9d..da1337d9f4b 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<CHAR_TYPE>::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 e143e57d1a7..b5700c9f98f 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 d594e65450c..6b0860caaee 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 ee2c541ed74..957a431a6c3 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 3caaa7b719b..8ef7f094ac8 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 49e42e1ad98..8136d2e5309 100644 --- a/dep/ACE_wrappers/ace/Array_Base.cpp +++ b/dep/ACE_wrappers/ace/Array_Base.cpp @@ -233,3 +233,4 @@ ACE_Array_Iterator<T>::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 44e2812552d..feef89eda01 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 5530a8b54b6..c66a21ddc73 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<Key, Value, EqualTo> 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 ce06334217d..18c0dbe1b39 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 4a71c9e5a9d..3faf3426d07 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 cf28a4a89fe..5bdf56f0531 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 12aeebe0db6..50122caa9a5 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 29872d59482..e14126d3f1f 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 3d493069f00..3a5fac78068 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 7c7969cc20d..64781ad36a5 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 26bba31a3a9..f004fb0d234 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 6aeb21fe58e..3b5004ce46e 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 b4b47eda55c..5bfc8b4c749 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 06eb5c10a87..9e6652e7e8e 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 94f0d6980ed..34715c2bba4 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 6e2c3a1d427..4c5a94feca4 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 57139ac853b..473c482adcd 100644 --- a/dep/ACE_wrappers/ace/Atomic_Op.cpp +++ b/dep/ACE_wrappers/ace/Atomic_Op.cpp @@ -308,3 +308,4 @@ ACE_Atomic_Op<ACE_Thread_Mutex, unsigned long>::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 196b9208f3a..c750999af4c 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 75b9ad6eaa2..d521520c9ec 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 7f14370c6dd..bb47112e10a 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_LOCK, TYPE>::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 13bd7dbbf88..afd163c58e9 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 51efcf7605b..875b7ad05cd 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 042f82ed2ff..307c89cddae 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 9d0dc79aa52..f0f8296e0be 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<X,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 2c2b81eb265..339054506be 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 ccef122edcf..668b4c81cdc 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<ACE_SAFELY_INCREMENTABLE_DECREMENTABLE>::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 01677101db5..bc46b8b2f50 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 791bd482a23..56fc9af0ee5 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 3183019aceb..d7547c440e2 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 f3f4454b724..515a73f95a9 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 189ff07e4cc..5fc9b9e8b7d 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 94386ee1df7..d74f1934161 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 b36d18e4f13..beee7210f42 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 4ebe8b82c7a..c9bf92f78ee 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<ACE_Based_Pointer_Repository, ACE_SYNCH_RW_MUTEX> * #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 f674a8de78d..047e34dca28 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 b85774db48d..81943797418 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<CONCRETE>::ACE_Based_Pointer (const ACE_Based_Pointer<CONCRETE ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_BASED_POINTER_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Based_Pointer_T.h b/dep/ACE_wrappers/ace/Based_Pointer_T.h index 802e73ca0d3..39437bbb3c9 100644 --- a/dep/ACE_wrappers/ace/Based_Pointer_T.h +++ b/dep/ACE_wrappers/ace/Based_Pointer_T.h @@ -203,3 +203,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_BASED_POINTER_T_H */ + diff --git a/dep/ACE_wrappers/ace/Basic_Stats.cpp b/dep/ACE_wrappers/ace/Basic_Stats.cpp index fe678333d89..760afa35e6d 100644 --- a/dep/ACE_wrappers/ace/Basic_Stats.cpp +++ b/dep/ACE_wrappers/ace/Basic_Stats.cpp @@ -76,3 +76,4 @@ ACE_Basic_Stats::dump_results (const ACE_TCHAR *msg, ACE_UINT32 sf) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Basic_Stats.h b/dep/ACE_wrappers/ace/Basic_Stats.h index bff1ff29f65..fcc9996d8ba 100644 --- a/dep/ACE_wrappers/ace/Basic_Stats.h +++ b/dep/ACE_wrappers/ace/Basic_Stats.h @@ -85,3 +85,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_BASIC_STATS_H */ + diff --git a/dep/ACE_wrappers/ace/Basic_Types.cpp b/dep/ACE_wrappers/ace/Basic_Types.cpp index 42ae83c0b2a..f7c87cdb9ce 100644 --- a/dep/ACE_wrappers/ace/Basic_Types.cpp +++ b/dep/ACE_wrappers/ace/Basic_Types.cpp @@ -137,3 +137,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_LACKS_LONGLONG_T */ + diff --git a/dep/ACE_wrappers/ace/Basic_Types.h b/dep/ACE_wrappers/ace/Basic_Types.h index 8e46abf305d..9b57fd81c43 100644 --- a/dep/ACE_wrappers/ace/Basic_Types.h +++ b/dep/ACE_wrappers/ace/Basic_Types.h @@ -888,3 +888,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL # include /**/ "ace/post.h" #endif /* ACE_BASIC_TYPES_H */ + diff --git a/dep/ACE_wrappers/ace/Bound_Ptr.h b/dep/ACE_wrappers/ace/Bound_Ptr.h index ec7384e0d6c..16ea929002e 100644 --- a/dep/ACE_wrappers/ace/Bound_Ptr.h +++ b/dep/ACE_wrappers/ace/Bound_Ptr.h @@ -386,3 +386,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_BOUND_PTR_H */ + diff --git a/dep/ACE_wrappers/ace/CDR_Base.cpp b/dep/ACE_wrappers/ace/CDR_Base.cpp index dab8978fd61..e7647006b65 100644 --- a/dep/ACE_wrappers/ace/CDR_Base.cpp +++ b/dep/ACE_wrappers/ace/CDR_Base.cpp @@ -797,3 +797,4 @@ ACE_CDR::Float::operator!= (const ACE_CDR::Float & /* rhs */) const #endif /* _UNICOS */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/CDR_Base.h b/dep/ACE_wrappers/ace/CDR_Base.h index d840bbe097e..c3b2e368514 100644 --- a/dep/ACE_wrappers/ace/CDR_Base.h +++ b/dep/ACE_wrappers/ace/CDR_Base.h @@ -377,3 +377,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CDR_BASE_H */ + diff --git a/dep/ACE_wrappers/ace/CDR_Size.cpp b/dep/ACE_wrappers/ace/CDR_Size.cpp index 7c96aae7ee9..074631080c4 100644 --- a/dep/ACE_wrappers/ace/CDR_Size.cpp +++ b/dep/ACE_wrappers/ace/CDR_Size.cpp @@ -260,3 +260,4 @@ operator<< (ACE_SizeCDR &ss, const ACE_CString &x) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/CDR_Size.h b/dep/ACE_wrappers/ace/CDR_Size.h index a0b3c462ca8..777c29acc4d 100644 --- a/dep/ACE_wrappers/ace/CDR_Size.h +++ b/dep/ACE_wrappers/ace/CDR_Size.h @@ -239,3 +239,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CDR_SIZE_H */ + diff --git a/dep/ACE_wrappers/ace/CDR_Stream.cpp b/dep/ACE_wrappers/ace/CDR_Stream.cpp index da2a1c3de52..1282f75358a 100644 --- a/dep/ACE_wrappers/ace/CDR_Stream.cpp +++ b/dep/ACE_wrappers/ace/CDR_Stream.cpp @@ -2066,3 +2066,4 @@ operator<< (std::ostream &os, ACE_OutputCDR::from_octet x) #endif /* GEN_OSTREAM_OPS */ ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/CDR_Stream.h b/dep/ACE_wrappers/ace/CDR_Stream.h index a9c789f41d7..348433a0de4 100644 --- a/dep/ACE_wrappers/ace/CDR_Stream.h +++ b/dep/ACE_wrappers/ace/CDR_Stream.h @@ -1400,3 +1400,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_CDR_STREAM_H */ + diff --git a/dep/ACE_wrappers/ace/CE_Screen_Output.cpp b/dep/ACE_wrappers/ace/CE_Screen_Output.cpp index dfd3d717a1f..c5cdc43d208 100644 --- a/dep/ACE_wrappers/ace/CE_Screen_Output.cpp +++ b/dep/ACE_wrappers/ace/CE_Screen_Output.cpp @@ -156,3 +156,4 @@ ACE_CE_Screen_Output& ACE_CE_Screen_Output::operator << (FILE* pFile) ACE_END_VERSIONED_NAMESPACE_DECL #endif // ACE_HAS_WINCE + diff --git a/dep/ACE_wrappers/ace/CE_Screen_Output.h b/dep/ACE_wrappers/ace/CE_Screen_Output.h index ba2bc7c02b5..e4a3e3d92b0 100644 --- a/dep/ACE_wrappers/ace/CE_Screen_Output.h +++ b/dep/ACE_wrappers/ace/CE_Screen_Output.h @@ -107,3 +107,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif // ACE_HAS_WINCE #endif // ACE_CE_SCREEN_OUTPUT_H + diff --git a/dep/ACE_wrappers/ace/CORBA_macros.h b/dep/ACE_wrappers/ace/CORBA_macros.h index beab26b7f04..ce45893b0a2 100644 --- a/dep/ACE_wrappers/ace/CORBA_macros.h +++ b/dep/ACE_wrappers/ace/CORBA_macros.h @@ -573,3 +573,4 @@ #include /**/ "ace/post.h" #endif /* ACE_CORBA_MACROS_H */ + diff --git a/dep/ACE_wrappers/ace/Cache_Map_Manager_T.cpp b/dep/ACE_wrappers/ace/Cache_Map_Manager_T.cpp index f87031eb0d7..59303acb515 100644 --- a/dep/ACE_wrappers/ace/Cache_Map_Manager_T.cpp +++ b/dep/ACE_wrappers/ace/Cache_Map_Manager_T.cpp @@ -418,3 +418,4 @@ ACE_Cache_Map_Iterator<KEY, VALUE, IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES> 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 060a8b38aac..1476597ab54 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 1f9ad0abde6..abf546c514f 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 15517ddc38c..9f3227b54f1 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 2b0fd4e764a..f7c047fb5bb 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 e4b0817aa26..d78332e41f5 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 a03a4575891..15e402985cc 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<KEY, VALUE, CONTAINER, ITERATOR, ATTRIBUTES>::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 5428682d099..9859159be4c 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 5d46e75472a..4f8151d1bc6 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 e893d987c08..459afd1c681 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 752ffb40b4f..960e74fffa4 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 8ea0360580c..c38db701360 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 32965993774..b6e95e9692b 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<KEY, VALUE, CONTAINER>::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 ca51b47b10f..776ae28441b 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 a9fffb79b98..d0bb0778304 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 2c4227dd0ad..0e0f13ac319 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 91582cf4ef3..62488c8927c 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 3caa8881fbf..7e0df2b5c08 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 c23ef37231a..789340af33c 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 e72c435f82b..80887d9a106 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 32b38631c6f..1f900db9b4f 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 6ffe198c1a9..2cfb6bc26b6 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 2a12b132f24..658100f1818 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 f3c4b525780..8625aa2fcea 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 a2ebff1538e..6bc7ce579ce 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 936ce821777..8e6132ec92c 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 c9f2620e432..d1142f72172 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 693ff0820aa..bc47ae2514a 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 734482f0e55..fd8548d9e8d 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 a0098c8ec7e..55bd705bf64 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 88e6d66f2b9..bd5a79b143a 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 e93544bee29..ec47bafa144 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 78b08884340..6f32c9a2de2 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 75169638dcf..0770c3a6c26 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 3e68abc097a..6372ffb1a5a 100644 --- a/dep/ACE_wrappers/ace/Connector.cpp +++ b/dep/ACE_wrappers/ace/Connector.cpp @@ -964,3 +964,4 @@ ACE_Strategy_Connector<SVC_HANDLER, ACE_PEER_CONNECTOR_2>::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 b13fc56c131..73689356501 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 244a9ad4b1b..754ef0e5194 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 ecff8e368e4..f6f1d35bb60 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 f4b6bd8a7f0..29a4b35743c 100644 --- a/dep/ACE_wrappers/ace/Containers_T.cpp +++ b/dep/ACE_wrappers/ace/Containers_T.cpp @@ -1930,3 +1930,4 @@ ACE_Array<T>::operator== (const ACE_Array<T> &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 7245b51b612..8969d3cf969 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 6878311197d..92cc98cd1ef 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 f7b40e26422..4dd6c2216b5 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 dbb2ca55ad1..3b3eede4364 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 c12cfb10874..cc76bed02f4 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 42178a68e6b..7b4fb00f2b2 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 86f8d5dc863..6a6a7419e37 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 64bbb50873c..73abb6568aa 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 49ec5023a7c..f658cb0207d 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 bdc2530acd8..02763c95296 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 32a7223f4c4..565d7ae024a 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 b9a8e1f46b9..e3c92041f28 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 3b1c3deb334..e19cfd35603 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 cad25110032..43cfa2efa84 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 fa748e8d944..a9700daafc0 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 90049a04220..9463aa5e1bc 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 63b9ee04a84..0e571b6c03a 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 eff0f273fe7..8b26d0dd925 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 a15d435eeb8..7e91549d2a5 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 13e99e9171b..9eefd496b9b 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 60a71d29962..2cd90d17738 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 38d9c013a8b..c675999bb4c 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 df1290e1e53..180642fc0f9 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 2dd5d0a19fb..036a942c611 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 8fcb5775b29..875a466e5b3 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 20673c473a9..3356f18723d 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 6e5c2d0c3ea..fce6bcc277a 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 4ccd64adb95..354b162cfb6 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 da2b62a6fa3..5432b1b6e51 100644 --- a/dep/ACE_wrappers/ace/Dump_T.cpp +++ b/dep/ACE_wrappers/ace/Dump_T.cpp @@ -46,3 +46,4 @@ ACE_Dumpable_Adapter<Concrete>::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 92b57addce6..4134df75392 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 4eaedad0cfe..2a3f8b0f26d 100644 --- a/dep/ACE_wrappers/ace/Dynamic.cpp +++ b/dep/ACE_wrappers/ace/Dynamic.cpp @@ -32,3 +32,4 @@ template ACE_TSS_Singleton<ACE_Dynamic, ACE_Null_Mutex> * #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 70dfcd8d90a..6906ebf1267 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 9211f3313a6..e6c89e5238e 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 090ad3a8f82..db6a51bb70e 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 28d6e4526f2..900419bd846 100644 --- a/dep/ACE_wrappers/ace/Dynamic_Service.cpp +++ b/dep/ACE_wrappers/ace/Dynamic_Service.cpp @@ -61,3 +61,4 @@ ACE_Dynamic_Service<TYPE>::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 b90095c766d..fb2469c5418 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 91eec162ce0..174b009d7b6 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 095e883a8fe..4491a9407d8 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 df7cd0f5d48..9a371ff3c16 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 0f187d0037a..ce4c1d3e7cd 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 b5fd2b35402..e01c15ef865 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 34d22fa29a1..8833d3fced8 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 f603ae3e893..3cd365f3ae1 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 1441c690bef..c1311451db5 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 1997bbea484..15ff7524ccf 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 df2178a0f11..05b4706c122 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 ea5f86d99d1..a5461de4bd9 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 887b504d8f9..69d819b3978 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 9e0a10e6ac7..916998eea52 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 28a762892ad..e97cca48a46 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 45d9d4e2767..76fb69877e5 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 7f81b347482..47cc5fd56bf 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 bb74b1a2129..32805184d04 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 e3970015c43..c5ace7f90d9 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 2d590563a99..a1ef6038e35 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 254e30f21d1..08eb20fb469 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 c19d102c82a..7c9ffbec84e 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 f389d03d276..5a8cb5c04d5 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 80b7bdda91c..5490814c56b 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 720e63c5425..79ea87682d3 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 cc0fc282f83..7c0928cceaf 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 b3bbae00aed..441a850c354 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 504d8972187..ff746969156 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 8fe88d1b09c..50b6342bc89 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 407a03379e5..44d5ac71d20 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 6d8fbeb775b..4b95a7db874 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 432275b9665..0604b689e5b 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 b59b1e8913d..b4f4d09e3c6 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 c6d3963736c..4f87e209d66 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 d6bf084dfae..c68df3e0416 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 951069e3652..a1a470b8d30 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 eeba6f61430..2b06ff26640 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 12f8ed64f38..c0629762d15 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 3a7e3da0a4c..cfb70f94f68 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 60b8a90f620..c6dba10f339 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 f9ac4083fa0..252ea6240da 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 0457dcb4d95..6bd797e5606 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 48d3043594b..446df96fa31 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 941960bf047..fecd8ccf3bb 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 6f0be7b5e2a..b4e8130086c 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<Concrete>::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 2dcef43e384..f8d365a86c0 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 4da723f4898..924665572de 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<T, ACE_LOCK>::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 3d429dcafcb..ba1f0e4dded 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 429aaac9f22..618adcf5a61 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 8504cf0764b..d8f393c68b6 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 c113f5cdf6f..798c9d26286 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 6070fcf1bea..5fabef1f625 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 213b501aac1..b3018ade8b7 100644 --- a/dep/ACE_wrappers/ace/Functor_T.cpp +++ b/dep/ACE_wrappers/ace/Functor_T.cpp @@ -47,3 +47,4 @@ ACE_Command_Callback<RECEIVER, ACTION>::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 f055c3c885e..4a3a621366c 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 e3693bd29b6..af1321c4bd8 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 e30159eaf96..d86efd5a485 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 fceca83dd5a..7c1ae7d9341 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 a954d299746..b41fc673986 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 915ff8a87a9..9725171701d 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 3b4a420d91c..e00518954e6 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 d1bf6420b05..12f6a2465c6 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 a21fc2e2fc7..d35e27c4d99 100644 --- a/dep/ACE_wrappers/ace/Guard_T.cpp +++ b/dep/ACE_wrappers/ace/Guard_T.cpp @@ -59,3 +59,4 @@ ACE_Read_Guard<ACE_LOCK>::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 46d555505af..a70bdda713a 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 9d6890a03fc..9e9805a676f 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 0ec856cf1c9..213fa933d7a 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 c615380f8dd..16ee852725d 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 8eb5186cc21..288d0010169 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 a2967222175..6e33055b4f6 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 2d9f163c5d3..6601bd4bdd7 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 7d54e1fba93..5326c97d33f 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 d6c0c4b8ae3..0e253eb4cb9 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 6e55236f95f..d628ebdcec0 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<EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HASH_MAP_MANAGER_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Hash_Map_Manager_T.h b/dep/ACE_wrappers/ace/Hash_Map_Manager_T.h index 7585b1961bb..9ef8e23c7ea 100644 --- a/dep/ACE_wrappers/ace/Hash_Map_Manager_T.h +++ b/dep/ACE_wrappers/ace/Hash_Map_Manager_T.h @@ -1301,3 +1301,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_HASH_MAP_MANAGER_T_H */ + diff --git a/dep/ACE_wrappers/ace/Hash_Map_With_Allocator_T.cpp b/dep/ACE_wrappers/ace/Hash_Map_With_Allocator_T.cpp index a5310e89fb3..09a5abf1d9c 100644 --- a/dep/ACE_wrappers/ace/Hash_Map_With_Allocator_T.cpp +++ b/dep/ACE_wrappers/ace/Hash_Map_With_Allocator_T.cpp @@ -33,3 +33,4 @@ ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::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 5d5dabc093b..cb42eee5929 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 f4ea66fbb22..939bf967433 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<EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, A ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_Hash_Multi_Map_Manager_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/Hash_Multi_Map_Manager_T.h b/dep/ACE_wrappers/ace/Hash_Multi_Map_Manager_T.h index e9a8ad0d182..1719819213d 100644 --- a/dep/ACE_wrappers/ace/Hash_Multi_Map_Manager_T.h +++ b/dep/ACE_wrappers/ace/Hash_Multi_Map_Manager_T.h @@ -965,3 +965,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_HASH_MULTI_MAP_MANAGER_T_H */ + diff --git a/dep/ACE_wrappers/ace/Hashable.cpp b/dep/ACE_wrappers/ace/Hashable.cpp index 94c25faf1c8..c3c9bc43a1a 100644 --- a/dep/ACE_wrappers/ace/Hashable.cpp +++ b/dep/ACE_wrappers/ace/Hashable.cpp @@ -34,3 +34,4 @@ ACE_Hashable::hash (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Hashable.h b/dep/ACE_wrappers/ace/Hashable.h index 83f26ffee19..88e272cd8b9 100644 --- a/dep/ACE_wrappers/ace/Hashable.h +++ b/dep/ACE_wrappers/ace/Hashable.h @@ -63,3 +63,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /*ACE_HASHABLE_H*/ + diff --git a/dep/ACE_wrappers/ace/High_Res_Timer.cpp b/dep/ACE_wrappers/ace/High_Res_Timer.cpp index 8350de991f7..181c1da5682 100644 --- a/dep/ACE_wrappers/ace/High_Res_Timer.cpp +++ b/dep/ACE_wrappers/ace/High_Res_Timer.cpp @@ -533,3 +533,4 @@ ACE_High_Res_Timer::get_env_global_scale_factor (const ACE_TCHAR *env) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/High_Res_Timer.h b/dep/ACE_wrappers/ace/High_Res_Timer.h index 482205f1376..83584c39b19 100644 --- a/dep/ACE_wrappers/ace/High_Res_Timer.h +++ b/dep/ACE_wrappers/ace/High_Res_Timer.h @@ -313,3 +313,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_HIGH_RES_TIMER_H */ + diff --git a/dep/ACE_wrappers/ace/ICMP_Socket.cpp b/dep/ACE_wrappers/ace/ICMP_Socket.cpp index 6178858f989..51f8a9b2064 100644 --- a/dep/ACE_wrappers/ace/ICMP_Socket.cpp +++ b/dep/ACE_wrappers/ace/ICMP_Socket.cpp @@ -184,3 +184,4 @@ ACE_ICMP_Socket::calculate_checksum (unsigned short * paddress, ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_ICMP_SUPPORT == 1 */ + diff --git a/dep/ACE_wrappers/ace/ICMP_Socket.h b/dep/ACE_wrappers/ace/ICMP_Socket.h index 251ec307a4b..edb179ffb3a 100644 --- a/dep/ACE_wrappers/ace/ICMP_Socket.h +++ b/dep/ACE_wrappers/ace/ICMP_Socket.h @@ -108,3 +108,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_ICMP_SOCKET_H */ + diff --git a/dep/ACE_wrappers/ace/INET_Addr.cpp b/dep/ACE_wrappers/ace/INET_Addr.cpp index 2b03349bca6..6da4417f08e 100644 --- a/dep/ACE_wrappers/ace/INET_Addr.cpp +++ b/dep/ACE_wrappers/ace/INET_Addr.cpp @@ -1158,3 +1158,4 @@ ACE_INET_Addr::get_ip_address (void) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/INET_Addr.h b/dep/ACE_wrappers/ace/INET_Addr.h index 2902ebb4631..aadd0de1022 100644 --- a/dep/ACE_wrappers/ace/INET_Addr.h +++ b/dep/ACE_wrappers/ace/INET_Addr.h @@ -388,3 +388,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_INET_ADDR_H */ + diff --git a/dep/ACE_wrappers/ace/IOStream.cpp b/dep/ACE_wrappers/ace/IOStream.cpp index 7ace37ee81b..0b6ac17ca6f 100644 --- a/dep/ACE_wrappers/ace/IOStream.cpp +++ b/dep/ACE_wrappers/ace/IOStream.cpp @@ -663,3 +663,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* !ACE_LACKS_ACE_IOSTREAM */ #endif /* ACE_IOSTREAM_CPP */ + diff --git a/dep/ACE_wrappers/ace/IOStream.h b/dep/ACE_wrappers/ace/IOStream.h index 8a135a5e426..d7995a8e4f6 100644 --- a/dep/ACE_wrappers/ace/IOStream.h +++ b/dep/ACE_wrappers/ace/IOStream.h @@ -510,3 +510,4 @@ typedef ostream& (*__omanip_)(ostream&); #include /**/ "ace/post.h" #endif /* ACE_IOSTREAM_H */ + diff --git a/dep/ACE_wrappers/ace/IOStream_T.cpp b/dep/ACE_wrappers/ace/IOStream_T.cpp index 3e7817d7c61..3bf109b6737 100644 --- a/dep/ACE_wrappers/ace/IOStream_T.cpp +++ b/dep/ACE_wrappers/ace/IOStream_T.cpp @@ -245,3 +245,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_STRING_CLASS */ #endif /* ACE_LACKS_ACE_IOSTREAM */ #endif /* ACE_IOSTREAM_T_CPP */ + diff --git a/dep/ACE_wrappers/ace/IOStream_T.h b/dep/ACE_wrappers/ace/IOStream_T.h index 286f1a714d5..e0046f921a3 100644 --- a/dep/ACE_wrappers/ace/IOStream_T.h +++ b/dep/ACE_wrappers/ace/IOStream_T.h @@ -295,3 +295,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_IOSTREAM_T_H */ + diff --git a/dep/ACE_wrappers/ace/IO_Cntl_Msg.cpp b/dep/ACE_wrappers/ace/IO_Cntl_Msg.cpp index c730f97101c..213237298c4 100644 --- a/dep/ACE_wrappers/ace/IO_Cntl_Msg.cpp +++ b/dep/ACE_wrappers/ace/IO_Cntl_Msg.cpp @@ -49,3 +49,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #endif + diff --git a/dep/ACE_wrappers/ace/IO_Cntl_Msg.h b/dep/ACE_wrappers/ace/IO_Cntl_Msg.h index 1b20f53d46a..e99d0189620 100644 --- a/dep/ACE_wrappers/ace/IO_Cntl_Msg.h +++ b/dep/ACE_wrappers/ace/IO_Cntl_Msg.h @@ -110,3 +110,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_IO_CNTL_MSG_H */ + diff --git a/dep/ACE_wrappers/ace/IO_SAP.cpp b/dep/ACE_wrappers/ace/IO_SAP.cpp index 37200bfea7a..bfb693f9871 100644 --- a/dep/ACE_wrappers/ace/IO_SAP.cpp +++ b/dep/ACE_wrappers/ace/IO_SAP.cpp @@ -140,3 +140,4 @@ ACE_IO_SAP::disable (int value) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/IO_SAP.h b/dep/ACE_wrappers/ace/IO_SAP.h index b460c2346aa..94f717c7981 100644 --- a/dep/ACE_wrappers/ace/IO_SAP.h +++ b/dep/ACE_wrappers/ace/IO_SAP.h @@ -94,3 +94,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_IO_SAP_H */ + diff --git a/dep/ACE_wrappers/ace/IPC_SAP.cpp b/dep/ACE_wrappers/ace/IPC_SAP.cpp index bc3e9f7afe0..d257bf60ea5 100644 --- a/dep/ACE_wrappers/ace/IPC_SAP.cpp +++ b/dep/ACE_wrappers/ace/IPC_SAP.cpp @@ -191,3 +191,4 @@ ACE_IPC_SAP::disable (int value) const } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/IPC_SAP.h b/dep/ACE_wrappers/ace/IPC_SAP.h index 43a2125c575..cc924a24ade 100644 --- a/dep/ACE_wrappers/ace/IPC_SAP.h +++ b/dep/ACE_wrappers/ace/IPC_SAP.h @@ -94,3 +94,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_IPC_SAP_H */ + diff --git a/dep/ACE_wrappers/ace/If_Then_Else.h b/dep/ACE_wrappers/ace/If_Then_Else.h index eca1d9dd83a..67f08f6f8e4 100644 --- a/dep/ACE_wrappers/ace/If_Then_Else.h +++ b/dep/ACE_wrappers/ace/If_Then_Else.h @@ -87,3 +87,4 @@ namespace ACE ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_IF_THEN_ELSE_H */ + diff --git a/dep/ACE_wrappers/ace/Init_ACE.cpp b/dep/ACE_wrappers/ace/Init_ACE.cpp index f0c953f824e..655ef539d6f 100644 --- a/dep/ACE_wrappers/ace/Init_ACE.cpp +++ b/dep/ACE_wrappers/ace/Init_ACE.cpp @@ -43,3 +43,4 @@ ACE::fini (void) } ACE_END_VERSIONED_NAMESPACE_DECL + diff --git a/dep/ACE_wrappers/ace/Init_ACE.h b/dep/ACE_wrappers/ace/Init_ACE.h index 2492f6930de..9f2afa34669 100644 --- a/dep/ACE_wrappers/ace/Init_ACE.h +++ b/dep/ACE_wrappers/ace/Init_ACE.h @@ -60,3 +60,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_INIT_ACE_H */ + diff --git a/dep/ACE_wrappers/ace/Intrusive_Auto_Ptr.cpp b/dep/ACE_wrappers/ace/Intrusive_Auto_Ptr.cpp index 4f9890353c1..0b27e72e02e 100644 --- a/dep/ACE_wrappers/ace/Intrusive_Auto_Ptr.cpp +++ b/dep/ACE_wrappers/ace/Intrusive_Auto_Ptr.cpp @@ -20,3 +20,4 @@ ACE_Intrusive_Auto_Ptr<X>::~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 9c6ad348236..85d52f7f1c5 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 bdb17837d64..e8a3a951e1d 100644 --- a/dep/ACE_wrappers/ace/Intrusive_List.cpp +++ b/dep/ACE_wrappers/ace/Intrusive_List.cpp @@ -151,3 +151,4 @@ ACE_Intrusive_List<T>::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 146d11b357f..24e7cedfc13 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 1e14537a4d2..347bb677de6 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<T>::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 32780b8f387..21ea961f220 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 bea8c9015f3..aa525a9b226 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<ACE_LOCK>::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 6fa5eb0087b..6429a2888c8 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 2db68b5ed86..17c210aa9fc 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 7cf7abc478c..250362cdaef 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 0259697ea5f..ece671beae3 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 f5a4067ca0a..1168c389ab6 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 e1e2c0b01cd..9f2b23574be 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 87062051d00..1ea5ba00386 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 c1e21b9d542..efb2063320e 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 03d0fd0a5b1..84946d63a66 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 60e630f0bc0..5cb18a611a4 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 e21a3ce9e62..17fad2b7b43 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 f8eae91243d..ab8110c7732 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 3476a51df7b..e95641ba725 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 913e94e941d..3654751bb58 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 133b83ffb7b..1651eb77f43 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 559b6656f30..ebec0ad75aa 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 4216a97a713..f02b101c0dc 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 b3e13d7d900..deba2ab215d 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 c9606d02bf2..09aadcaa4de 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 9acfd1df7a5..1c249586767 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<ACE_MEM_POOL_2, ACE_LOCK>::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 9822a22a6e7..1263cebd5ab 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 b41c8c31dd0..2fc6eed1acf 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 373e846719e..611643b7752 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 eae8c3bd8d0..f3fd45f4b95 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 36f99939b56..8a2db49e3d0 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 fbe43afd217..c4685def246 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<ACE_LOCKING_MECHANISM>::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 4c09f7d3ae8..1f0f4521dc5 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 10d5b422d70..1fe455c56c3 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 69904a4db79..f799a6500ae 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 1d739471fa9..f8ed295fec5 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 ba3dba1c948..f9de2b8bf5b 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 b38113d24ba..b227843733d 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 f743987b472..4a3f6f77495 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 b6319517a7b..7c61ac45979 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 c06b5f62f69..09c975b1c73 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 5cfed4b25c2..c895373c95d 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 777f8e97f9a..66920903ab6 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 50e78754653..715886cef18 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 3c762e8daa9..c781d6ab3e1 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 3801ef39857..6abffaa0756 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 f3ea5d6591c..8142dad0d1d 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 9e9e2a92d18..be3e0b29e1e 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 05d913bc916..36f2726db51 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 bac0d956642..8af68b32593 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 920c3ca9c48..76bafc1ef05 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 58582c4d041..b982ab81642 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 1f6c457ff12..92069775459 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 35887b5cc15..be67b507982 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 33c15be3ca3..21b8d94fa3a 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 49b15e7df99..d976d8d91bf 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 f98d6c326bb..b1c31619354 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 8e3f79c0b60..bbea3b3936d 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 6f18b7abe1c..3710802c206 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 8694481cc18..e50b14b0853 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 afcbd4f98d0..3ad616314ad 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 f0a2380c398..7148e9f15ad 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 b759816dd76..f323d111a1b 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 b11077d42ff..aca39757152 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 c175e5448a1..b9684654c10 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 7b59f8ae1d0..5974f012652 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 4da0e5f8fef..9c53da4a172 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 1a562108f95..bd01df8e6a2 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 6a13d020ad6..7cd204064bb 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 1becd84920e..8411a39f9c5 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<ACE_MEM_POOL_2, ACE_LOCK, ACE_CB>::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 2d610eb5915..ade2e37f9e4 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 1e7e9eeb215..efe86c34c46 100644 --- a/dep/ACE_wrappers/ace/Managed_Object.cpp +++ b/dep/ACE_wrappers/ace/Managed_Object.cpp @@ -23,3 +23,4 @@ ACE_Cleanup_Adapter<TYPE>::~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 d29dc1a5432..f4ac54834d4 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 0b3caead8ec..33183c53f4d 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 4686e35d39d..6a46535e6c5 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 ec675fb1fed..2ea515fd2dc 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 f1c8fbd63fb..6c070367f00 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<EXT_ID, INT_ID, ACE_LOCK>::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 4e361216f29..b6e141621fa 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 ef3184c5c2e..e5edc166bd3 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<KEY, VALUE, KEY_GENERATOR>::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 08947e0e0a4..1882b354e52 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 15b20ec2024..1c79d93f33c 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 14410cbf3f0..5ef4634cfbd 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 a36e74334c2..d95778754c7 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 9a1fd1adf38..072693613ea 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 4f3a3d9727c..ea039a386a4 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 bb38ca69448..ade7d1b8ef4 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<ACE_LOCK>::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 b57a25bdc95..25615fa4508 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 fefd67e6797..ba04916c563 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 15018a6342f..c9734213409 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 706eeb86248..a8c9c8859b7 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 cde4028ed61..ffdc9eb4da2 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 742ecf3a85d..7ba4fac659f 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<ACE_SYNCH_USE>::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 e1e9953e892..b4c764b4de8 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 9aa465d36e5..e224f5078e9 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 b93330ac02b..a442394e25a 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 5af98f531a3..cb330d4ae2b 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 972087c5d8b..528bf147433 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 156f112472f..56548a71e92 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 7e174d1e8d0..b318ab028de 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 f94c3f06309..12ee533aa09 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 dba5c961ca3..5785163c413 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 373862973f8..fe22b7e9a77 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 bffbd59331a..ab974cae479 100644 --- a/dep/ACE_wrappers/ace/Module.cpp +++ b/dep/ACE_wrappers/ace/Module.cpp @@ -271,3 +271,4 @@ ACE_Module<ACE_SYNCH_USE>::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 29690a5f3db..e749b6365cd 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 5c60b2b902e..059ee78c180 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 1b383fbe420..4120d8a1c5e 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 aed71e54a02..61ebb226af4 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 72977383fdd..16ae520feb2 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 a4f3b847e06..dfcb1032b2f 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 2557e6ea7dd..1ed230f0061 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 5ab52b36941..4a4757a5111 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 7831aabd4c1..ba51b56d382 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 782227c5684..e9934a96f74 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 c426188541a..db0a12ce046 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 a6d5e983613..0a66ac4c986 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 82dba6caf7d..2c08d695ec1 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 f968f9b9bb8..d7dbaadf853 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 42ec3131233..bca6815af73 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 e06b698169f..2b834daa823 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 3c1eadd5b40..714f4ce7a26 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 04ba3a0ce08..f5c50a6c278 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 b05ccf9582a..88a3fbe3424 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 8adcb6f9c64..8203a1c4ced 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 e738745940a..d0440263472 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 6323bb1e2d1..2cd94793c52 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 0e1e0a16a84..bc6e39036b2 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 5755e971eec..19ff0be473d 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 a60a118f457..24ca63a30af 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 18329ab9df0..ff160d8574a 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 30f1386dc3d..2c32c4cf32c 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 806abd7d118..724d3206c16 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 966c8f46b65..ccd4d4dbfe9 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 0b1f7fefe25..424e0d95f7e 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 db8ca9173e8..2ac80a74526 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 888febb0aa5..0f73345b9c5 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 b596068c517..cd1c20fd474 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 b1b36fd73d2..03cbdba05da 100644 --- a/dep/ACE_wrappers/ace/Node.cpp +++ b/dep/ACE_wrappers/ace/Node.cpp @@ -44,3 +44,4 @@ ACE_Node<T, C>::ACE_Node (const ACE_Node<T, C> &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 57433a70e47..bf47b15915b 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 09d9934a218..1faada20c59 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 a9ad1ad245b..b2ed768fd7a 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 1e022e07953..4ffdda52097 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 ba4c558db21..7467ca06f4b 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 5cd9ef8386f..64e3516d2a6 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 02131e2134e..c693b0a69eb 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 5c8f6f6da0d..5bfbea7e23b 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 d7a48cce4d1..4b8112876f6 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 356c81e710d..b4ee307fe5c 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 0fd57bdd5e7..ed4c108089f 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 ec6c4ef9eb9..9283ed6f417 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 d05dc170991..e9c0984390c 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 15bdbcf2734..1e1eab82218 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 ce6500b07fa..41e33692cb9 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 ead88768017..227ead2726c 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 f8761995793..ff6bc1180c2 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 ef5746b7cbd..60590c02159 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 e5c37092ad2..187f4bf4078 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 36fe609b5ea..a16e3750d20 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 93a896520d0..cb496c9d0eb 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 fc8e660ac1f..dba0f6bd4da 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 d9245606015..e8bd11f6c24 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 fc15e13035b..c03143eea90 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 73fea0f13d2..4a3672c28c5 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 82042f52236..72f06b91648 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 24218ff4302..54580ba6523 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 45cf625dc30..13a8e7d0cfa 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 ada256d1cbd..ea3213c0832 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 1bf0d216aa1..9ab6d1b1f38 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 aa90f7930fd..a50e900330a 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 539ac306ff2..1fc765ce0bd 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 a949ce2472c..b80db9eebdb 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 ae9554c0625..7cbfd89336c 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 9d001d01b25..0ed1d6ce892 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 8cee46be209..f4fa87906a9 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 0c6bdf43556..2cf78998db1 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 0c8523d890f..f31c48e4ac1 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 b18893b1932..bf20577bc6b 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 7a3e5c59b04..1c8387a16fa 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 3291d60129f..a70a6d3f3bc 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 62533a2f45a..df532281eac 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 eccdb69dd5d..8684d087d5d 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 bb1c4130564..e0b3b612676 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 57b9e3dd169..d9abed0a666 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 42bedf0ac7b..01ceec72279 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 306249d94bc..a27d90822c9 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 737be33ec5a..78d01380c0f 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 dcc5f7ae4b3..237956efc7e 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 cd5da7ee514..924d8199af9 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 dd6020a704c..d75fbce6ece 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 5b5cfcf4917..74510861fe0 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 9a9775230ec..7f1ad48c831 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 847340b9a9e..0917715924a 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 7be61a75423..edae88c3e25 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 d0b02a9e056..d4224bb5d59 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 c4dd05e83c5..b9015a7fa61 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 3e2b177b765..4cc59b49b2a 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 24b4f5057c6..a2599407d8a 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 58d29f604f9..516d9e4d003 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 009cb13560e..5b9a7abea92 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 9c6588ad43e..afe41b7a3e7 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 94e7d84ab50..8425f3eb66c 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 8f48c7a2030..bf0911d5653 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 621444f3c34..85487530097 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 4c2353935da..db4792c9476 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 9f34b482bc9..bd5cbadc80b 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 36fc8a946fa..4c14784dd53 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 3f0fe8799bf..c545a2c017a 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 1cba079cf76..fbb98a3f1ec 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 36e11a9ebde..6aeb8f3095c 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 e1be6798811..25c80834830 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 3d9aa2dd9ba..1efb8c036fd 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 c0d59f62db4..e4cac846e57 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 d08df3d1cd9..c0e54d09770 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 0f64e716a7c..d5450bcf35b 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 978fecf9ecd..fe3cda91b21 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 2f83bb28efb..beec3030232 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 c71b3e3a57e..801b9b08bb6 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 b68c657ed4c..1ac31e31080 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 66304d1e010..61b51ffebf1 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 d5d538fec60..7aa77e4f693 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 fce6dc8b132..576cf37bae4 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 c5217eff649..a29f0597224 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 4a9843ab845..e1201d3884f 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 e24b32c8541..0adf6efc01e 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 74d46afce0e..022a17bee30 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 2d7aa86ad85..10ea346fc9c 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 c874388f46f..c2754b7b36d 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 61a6cd5c026..8e607acd4b4 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 f65d1acaff2..7fa4d1a4896 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 7b41c5609f9..d51bc772168 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 cf9e0bc8436..18bcae32d50 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 71be8c08e31..502aa5da67e 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 cbe56af7de7..71a69d1a3e7 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 b76a7f7e3cf..1cb7c24b76c 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 fbe0b5c46dc..bd97cc9ecaf 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 2b603b0a3a9..741b9e3eebf 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 16b271df165..cc615fa48b9 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 8335253c457..d1058874d7d 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 b7b75e7351a..24ccd6bdfbf 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 5c6863fc607..b63e0ce1f3d 100644 --- a/dep/ACE_wrappers/ace/Obstack_T.cpp +++ b/dep/ACE_wrappers/ace/Obstack_T.cpp @@ -224,3 +224,4 @@ ACE_Obstack_T<CHAR>::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 c94cbc7cf9c..130d818199b 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 979ddd6ba4c..4e27441f405 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 679b71b98ca..a1167fb6fad 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 f585ad66555..26b9eb33164 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 0f3ed30b41b..79e46f47c79 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 4c6a2b95bb4..8bf356d5f58 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 fc76f82e228..1900a9422c5 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 fc14d884b00..8079ac40fd8 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 991a27515ec..e3088d756a5 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 476a33f4f23..37ac4016fad 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 002ae823d71..888ca897fac 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 39e8575644c..e1d8b526639 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 35e5803e6d8..64233f3baac 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 2f744ec4d0a..09629b49a26 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 80e980fca0f..1132a345feb 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 034deef3116..232b3890396 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 70601c78a6a..a09e3731a80 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 213f37fbd47..6681d013dbc 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 a05b92596df..717f72e52ea 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 1034b4e117c..0dd37ed14d0 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 9d11bdc4715..10a3a80567e 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 3bac29a6770..bdca70ece7a 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 f7771aec114..c56f352e789 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 6b3f34f358f..04e4aac19a5 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 3375540d946..8a7d9b8e6e0 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 9668206b2e7..dc79c8f57c1 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 1871e304401..a39a02beb52 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 33fad9fa0b7..908d3d0cf97 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 46af3f5098f..95c92329a65 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 e2a569480ec..53b5ad7d55b 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 95d6529d933..fb86e8af00a 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 b2b7b269829..8f23211a378 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 9c84b955eed..8be6ecf292c 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<ACE_Process_Semaphore>::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 d2f34797322..7a3e148ace3 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 081afa18c6d..2680ad06810 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 247c2796ff1..c46cdab2168 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 88bbd50bdab..efbcad514c0 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<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK>::~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 86948e36ce2..536d7073ccc 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 b8734bb620e..0bf52665615 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 e5719ad10ac..ffb31124475 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 a39de3e346a..72a23b89d67 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 bd9ff309e76..d6bb39f67c9 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 281f2d4815b..bd1b2ad6111 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 49028296696..b8c1c341754 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 fa44b18c1a8..024a36129d2 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 f3d2a37ae15..223c25b103f 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 dceba327691..fe0ce99d0b8 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 a4b4de6de06..d943e9ee5ec 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 ca09498ece8..8c216b092de 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 38e9f3bb4ca..fd73b36bb67 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 e2c644bd7d3..91a4f48810a 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 02e4e628186..aaa2a663b0a 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 5520c85c756..753c73b8a7f 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<ACE_TOKEN_TYPE>::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 7442040b95e..4fcd2dae4f2 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 dc246a466b0..d87e2c55d3c 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 fafd42d6512..5dc1e9fa181 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 c62302e2fc6..a654fdd82f3 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 2dce01607c9..0f61a75e300 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 d68ffd4d7b5..1a31631fd9a 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 ab6844dd14b..6053963d6e0 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 eba916cd661..19fc26601bc 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 80c28ea501b..d3b76a3bf08 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_LOCK>::~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 36e4c508d6e..c18781f7954 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 c43bcc7b933..483552b15d6 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<X, ACE_LOCK>::~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 b766d73063e..43f639e8516 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 9ae33451160..897df00a9af 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 b5d3b5449a5..2fc7a37d6d1 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 3a4234119ae..f59890e6c23 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 6e37419e8d1..842231777b6 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 afbfd360f21..5d609ec86ce 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 683f36c7963..8b4ebdfc65e 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 30c7a556fa5..3df59910fa7 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 0014a3f5552..d9a47cf7aa8 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 b8f6255dbc0..6d2337727ee 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<ACE_LOCKING_MECHANISM>::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 12428d856de..979ee34ce63 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 b5b38ced073..555e5876873 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 d2f3df97dc7..3d8b13cf24f 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 f8ced09b78c..3dd98cbd335 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 3d63ba733df..e854ec07737 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 7babdad8e9d..97fb7ec0391 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 0788f871091..761a92d9d31 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 f45e36d6c79..df09a46b4d2 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 e22ff2ceef9..9b77e7d61dd 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 12961a44f01..2a442e1c8b5 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 c26c5ff2c35..42696a51fdd 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 7dbe796eed0..0a55c5149fa 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 2156a669c89..a85ffc22052 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 52961235bd7..81ea48352d1 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 a84de430ff6..a14e1fc0994 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 b22016e463e..7d5befad8fd 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 1541f5ed0f3..ce14f87544b 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 aa1eca8b992..673b64b2958 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 c3be221552b..99d1198fa66 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 ab0590564e0..2fe58ab938c 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 117a61bddde..2a524652f5b 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 4e9afb4701a..13938988826 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 6189d1a9987..76cb3527a13 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 f515f3aded6..3b6adfd7755 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 2e0d57afff8..400161660e0 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 36f0b8761c7..abff10c5811 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 a96d7e664ef..d717d4f3eab 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 cddd44e9004..e26e027cbff 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 6654b82a6f3..a65ade1db15 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 3c653c4062f..cc12c0c4b89 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 acd7ebada02..bf3b3bba461 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 e81da6d960d..3f84da76cc4 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 100d93b9658..46834b74727 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 c11bb7d9b39..db49ca6c937 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 419414adc2c..576cabaa073 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 74a2ab350cb..008ce25ec3b 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 582ca07eb37..39a57a33126 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 6985c076f5e..9548a4e6f38 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<ACE_WSTRING_TYPE>::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 fea86ba178b..b888521ba86 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 c8c868a433d..f73a39d023b 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 a7c125ad38a..56f2431c86e 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 496616279f0..135b0f0e8ff 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 5334cca6f77..b060172e5ef 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 395d35834a2..cb428f12a3d 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 a1c9d88791a..917b36829a0 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 3698ca90da7..660fc9efb7a 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 c88c9dde46a..8ff99c052be 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 fc01ba46789..c4805a577e3 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 97395055b38..f7727fd163d 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 5d3695615d6..d51034e59e4 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 9db097ca2e8..122753989c2 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 fb34f286b79..f4bc944efa2 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 913bbd5f88a..86a8f449fa2 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 730deea4fab..fe7dd0aa14e 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 c8c5d3f5a3b..ec17dfcd291 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 501994860d9..05fdcdadb30 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 6584d88dbf2..34000a91cbc 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 6bde2ddeb22..29983a36a92 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 fdfd78eb6e5..f3595e0474f 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 380e9a64bb5..ecd5d4bd746 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 085cdb13d3d..65b24cd5f23 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 f447e3184ea..5250d6b4814 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<ACE_SELECT_REACTOR_TOKEN>::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 7b13a15a349..e3d8fe299ce 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 b3d6c6638ff..987a2014852 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 7c4936abfd3..82709ab6beb 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 f0f352cedcb..6a1cd533e98 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 61d9fd4d087..6b7241e46ae 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 6ceeb15260f..cf177525ab4 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 51d3b9b2730..2be4de5ba02 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 39e26773e0a..b67b34d26be 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 13ce60405ff..8238da7ef78 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 33e27eb35c5..f737d6a3136 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 d64cebba6c4..fd69ba76f17 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 18fafe05be7..d7d673ae756 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 30c11ce6ce9..77b4955683c 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 d05d0d611d2..34ab6a10eda 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 46c671beb0a..5eb8765337e 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 b9450d2c5a1..e7ab9874ac2 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 ccb1f26c401..6b3d4fa8792 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 6dbd17ff492..cda765b4d4d 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 d6d1ed90cce..25ece407bc5 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 e02b21249ac..27dda8eff57 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 b61febc3171..6a67c9235f8 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 79cb970e712..ea1a5e7d3c6 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 fe26688b098..9cad5d247e2 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 7ae62a3323f..ff0268cfda8 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 76c27df1cb1..13b4ac72030 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 fedf051ba6f..17f6dca54dd 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 d1af40f12d5..78683d1c911 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 cbd6b399867..f0013ede558 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 33bbb638bb4..2829edcef94 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 53d30d4f058..ea58980154e 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 5f17455502b..8c9647ca55f 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 736d62e5c08..7af918cc6e4 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 41c9cc194e0..518cb438d8f 100644 --- a/dep/ACE_wrappers/ace/Singleton.cpp +++ b/dep/ACE_wrappers/ace/Singleton.cpp @@ -532,3 +532,4 @@ ACE_DLL_Singleton_Adapter_T<TYPE>::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 e9c8498ff8a..2d9c8e937ef 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 99815ce797c..a6b2359c95c 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 d6a72c718b8..195dfcdf116 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 edca5ef2652..1654e599336 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 3769f7f14d1..b2fc0174ab6 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 ad780258ee1..c1d533552cb 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 bb6dcf0a6a8..eac726e52df 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 2590ec95c10..1e60ef34dc1 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 484ffa9a510..6ce48398f6e 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 cd2935aadf3..cd500e16648 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 bf73bb22c3d..7bd0d6bb1a3 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 5259f72e992..442b86c924e 100644 --- a/dep/ACE_wrappers/ace/Stream.cpp +++ b/dep/ACE_wrappers/ace/Stream.cpp @@ -617,3 +617,4 @@ ACE_Stream_Iterator<ACE_SYNCH_USE>::ACE_Stream_Iterator (const ACE_Stream<ACE_SY ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_STREAM_CPP */ + diff --git a/dep/ACE_wrappers/ace/Stream.h b/dep/ACE_wrappers/ace/Stream.h index 7ad95060000..9dc426fcf0f 100644 --- a/dep/ACE_wrappers/ace/Stream.h +++ b/dep/ACE_wrappers/ace/Stream.h @@ -239,3 +239,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_STREAM_H */ + diff --git a/dep/ACE_wrappers/ace/Stream_Modules.cpp b/dep/ACE_wrappers/ace/Stream_Modules.cpp index 8d11e5da1da..fe562412cd5 100644 --- a/dep/ACE_wrappers/ace/Stream_Modules.cpp +++ b/dep/ACE_wrappers/ace/Stream_Modules.cpp @@ -378,3 +378,4 @@ ACE_Thru_Task<ACE_SYNCH_USE>::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 5bbc072ad4c..8b718b6013d 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 cc70598b6de..c3e95187625 100644 --- a/dep/ACE_wrappers/ace/String_Base.cpp +++ b/dep/ACE_wrappers/ace/String_Base.cpp @@ -561,3 +561,4 @@ ACE_String_Base<CHAR>::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 8232380657c..c3ecbd8148b 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 e3f0f18f429..85ebef15086 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 cad0c0b6061..ac76e511289 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 4a03e40aef4..db10481a1f0 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 d83f23ede7e..b55af3b4439 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 fbd15e1a6da..c1759577e7e 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 764c615d608..a1c51844cec 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 f139d027e12..0ce301a6e15 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 26a8ddad0bc..56a5820f46d 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 bf2b562b5a1..52b2bcbb2aa 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 2d0aead2360..166aec37f14 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 cf1d0eccecc..f42cf42c4c0 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 4a1924a76df..756b969ea6d 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 dc857e289ec..c6e2997ab3d 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 2466f0fc519..6c39dd55218 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 c66e02768d6..13c3439c1f5 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 e5349e0bd98..acd6da6eb86 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 80f23e948e9..c6649f9fdc8 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 537f071dfa1..bda4db87afe 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 bd5150d2333..2b1c329108e 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 16ab241747a..3f3431a3d9b 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 076f5964071..0beab16a1f8 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 a12b12d23ce..8c223f313c0 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 a24b3224121..d6851aa0f01 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 7738c6b8f3f..a237305971f 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 e1b5907495d..538cba1c699 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 cb15738c407..b1097385058 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 096c7af69ae..96f21de7e4c 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 34973de19bc..ffe47704953 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 a5994017e3d..1d8a3f05a1e 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 da6218dddb8..287dcac8b59 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 b8ff85e3210..0729c1a7886 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 7ef74538aac..393bf4f6647 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<ACE_LOCK>::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 f9ffaa92f35..e00c1a0445e 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 9918ec0dceb..106c7379ab9 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 1029966e56c..c7404e84af8 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 b3d8aad7a86..3746b735811 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 f2ac03ca9e9..fb3c8604c2c 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 de97e5ba6b4..3ab3ee09135 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<ACE_SYNCH_USE, ACE_MESSAGE_TYPE>::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 00233d4e7d9..031b2a1f4f5 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 08b36f82f08..f0716820a5d 100644 --- a/dep/ACE_wrappers/ace/Task_T.cpp +++ b/dep/ACE_wrappers/ace/Task_T.cpp @@ -106,3 +106,4 @@ ACE_Task<ACE_SYNCH_USE>::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 35ebb064d6a..5cd703d29ac 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 15fbfe084f5..65b179d2d8e 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<ACE_LOCK, TYPE>::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 062de0bc804..e31d10f5460 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 43d9a25baf8..1b4edd48825 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 4d44858fa5b..6be139f9242 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 9dbad0580b8..e9defa34e88 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 8f1f259eff3..015557b8e0d 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 51d0f4c18eb..c97f4eef58b 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 3eb5185c84c..8322e73a968 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 cc6a8620cbe..ac7f09fb66c 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 5b614e2e807..f56263c9db3 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 79d937f9ff5..fcaecdd3301 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 7bc3bcce492..16a24cc7afc 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 1cb7126b4d6..3e1b9d3a091 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 2703aae405a..1e891351167 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 4ebdc412e6f..1681aead6f9 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 471434eb49b..0a1b1cae2af 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 39b28931db5..13bab6ff340 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<ACE_Thread_Semaphore>::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 b35ef334cb4..e6a9d008e68 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 6e667299729..5e2288a39b7 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 c306c856c5e..66e57eee699 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 8ecfbe7d3b4..86db481f042 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 b00410e2b33..ae75cc1c9de 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 1fe8459ed8d..b92960415cf 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 ac2abe38d0e..4ec811e6317 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 d23b7b8b869..2c0c8cf92f0 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 54e5ff4c185..c180f7d7a72 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 b381419da44..c19291efaf7 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 057668063aa..5c8d3daa50d 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<TYPE, FUNCTOR, ACE_LOCK, BUCKET>::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 b04e7cfbcf3..882369cf5c9 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 7dec5ec22b4..61673974068 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 03893dac9a3..f557473e449 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<TYPE, FUNCTOR, ACE_LOCK>::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 ac21a487f38..904e596e616 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 f2d9cc2a458..847eac1a1e9 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 c3b837bb289..aaf5542ef7e 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<TYPE, FUNCTOR, ACE_LOCK>::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 cabd47aeaf0..66d148f81eb 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 4644aa1b43d..0f5990ae546 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 f6519ae9efc..bcfbcf05139 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<TQ>::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 e6ef944eab2..390aed19da0 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 58fbf9ad3dc..654b2f5aaf8 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<ACE_LOCK>::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 591109c177e..8e5478b3245 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 662f29c0411..5ee99ff1823 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 21ba8776102..888dc4a4470 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 f62ca7523f2..75cfc750318 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<TYPE, FUNCTOR, ACE_LOCK>::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 44fffed13e6..7222837011b 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 ca2aea12fe0..99686563f67 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 f46726aa66c..e98e5f9a774 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 23a5813c958..e9c4964f19e 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 16a9bb412b0..6dad64ac6f0 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 6c5d1bd5298..e0ca87bdcc4 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 5cec394763d..1649e5937b3 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 22b6e9f9e16..178a0e5c63b 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 9882e28ef67..6a7c17d4167 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 598afe01388..8950a47b2b0 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 01a7cfd3e82..1c09f7af8f6 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 12ccf135ebd..5592b8169a3 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 f11d634ee17..f1c6aa86037 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 5b9a0e1187a..aef1c4ea57e 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 6be3d4c682a..16c72d3cae8 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<T>::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 b43258e01a3..69c87f73c2c 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 0adb589e62b..24459c79a4a 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<T>::~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 12c0e50921b..f5f336b010d 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 013af8a33ec..0f2a14d9c42 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 887529fe152..6dd4130f251 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 0b8954d5d0c..97d90dfa570 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 0fd33226ed3..c23acd0fca0 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 aaf33b683fa..755e10ebefe 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 9b9bfcd3878..863dde91fc1 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 ea4fc2ec762..328587f36a0 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 443dc5fa1c2..66c537f9d5d 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 b10aef11591..2cf53b1e274 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 0a51cf9fbb5..6c660a37c4b 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 9bdcb21a07f..231ce158dfa 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 459bf2530b0..325eded7428 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 214edeeeed8..dc811d7251d 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 cd6c409d0f8..42e452150a4 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 2cb6ed4e452..989adca194a 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 17785384957..d27c8f8a33b 100644 --- a/dep/ACE_wrappers/ace/UUID.cpp +++ b/dep/ACE_wrappers/ace/UUID.cpp @@ -552,3 +552,4 @@ template ACE_Singleton<ACE_Utils::UUID_Generator, ACE_SYNCH_MUTEX> * #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 b499697ceea..f2dceff3e51 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 aaaddc6a98d..11efca41c0d 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<T>::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 b6e1c4eea76..0c16ac23388 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 c54e3fcfa2f..a81561b3ab2 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 aa629b15d4e..44fb84068ee 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 c5cd9e27b21..03edae5da0c 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<T, C>::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 92f8fe0065e..ab16a54be86 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 c9272a90cff..f42beba0c99 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 e50fe5f71ba..e70ba09add5 100644 --- a/dep/ACE_wrappers/ace/Vector_T.cpp +++ b/dep/ACE_wrappers/ace/Vector_T.cpp @@ -152,3 +152,4 @@ ACE_Vector_Iterator<T, DEFAULT_SIZE>::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 2df3aa61d00..7be43bfd631 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 0c8c9d7dbb0..ff3f3e64074 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 542254876ff..9b71d0111fc 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 7195749adcc..7355a025bbd 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 1bbf207eca1..8a6a8af8ad1 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 6f201acccbd..43cb20c4343 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 34af77dabb2..a1cf22ae0a0 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 a559838976f..dceb8336277 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 4fb686d7a7e..1035021fb6d 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 23dddad8469..59d5649e508 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 883151e05d2..5455657ece2 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 503e3fea0e2..ac3443ee8b5 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 bfdfa92c957..9cd01f8ac0b 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 bec8255447d..4f7ca485585 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 f556e0f9cf8..75afa83968b 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 7792fbb9ec6..fa15cb8f338 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 f3b65a44c10..83db197b8e4 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 30507a05fea..5c1972b5675 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 2a57a7ee3f3..927bd14919b 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 c57ddb07f36..5c80c872ad7 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 28038b15b88..87fe263503d 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 024c25fd27e..6d467d64964 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 3dde027988e..e6683e29795 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 2bc89c982fa..d4e8a068e43 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 3461bec8d81..d5ead871030 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 8ac8eb9748f..ff365a5890d 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 ffa554c047e..bb169ba06ba 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 3af693e3eb3..17de9afa38c 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 1ebd0c52ed7..290d2b60fc6 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 62a5d5963a6..195027f94ec 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 <unistd.h> #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 2d501010b68..a47126ff5f2 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 d968fa422e0..ab5413412c1 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 2211e0e7ce3..91276bdbaad 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 8bba07ac671..d832995ea8c 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 bbb10b175da..6743c53adfc 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 8b79c13a415..4c5dc3c4bdb 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 0992925a601..5af65ccc557 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 c65e9b0f72a..baeafa88bb8 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 bc82d8a7f37..ef9ffc59a08 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 8b4010e796a..e2b3361752f 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 f920690edb0..282e8800c3c 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 904eae5ac00..e8ec1af6e96 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 ca7f49c31b4..5d1067e6c13 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 4cf2e8a487b..5766987f07d 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 c37bac25892..22ddffee139 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 551718015f9..b05b26e3963 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 a730c810da3..e81e36bc613 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 0b3d3c15f8e..90541513f35 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 8a0d2792a44..e0751c32f1c 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 7edc31d0dab..492692179d8 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 09b4e0671f3..a9cb744435b 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 745b864916b..ef37758352a 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 3574153baf6..5ad3326b412 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 410d94e4ee5..ee832adf604 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 92adf76b162..af55eeb6cae 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 54047262540..a176efd8f3e 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 e2b45861559..558a6e1007c 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 b8368063967..7d5c4f4ebef 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 22849e50518..35c33a43fad 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 3f0bae8a295..31d424d76b5 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 79ec20a637c..7ba78c2b3bd 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 bbfd91c82fe..3f78c9f94e6 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 f911da8d361..9622a068232 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 36a155cdbab..8714b8d72fc 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 3608a28abe2..83d4d164951 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 d100627a212..2ebf5a274a0 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 60e1d993a13..b2b62b7e7bb 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 eb83e91490b..36ce6d4a81a 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 0e6aa8d5b9c..39b5721b527 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 20d555321a8..18e2cb23f79 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 0e6fd291c29..c002835a857 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 981fdfb2d99..1577e1e6866 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 f2825b996a9..db16845b529 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 b75fac4dcd8..03725638a70 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 477130d3d2d..988c451effb 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 4cef8108bc5..6d967b52217 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 bb6ed5796d5..52c2958654d 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 a13ce4720d1..eeb22490090 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 0d03b44cd50..f7978b0036e 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 1b7cd4100c3..fe90626e3dc 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 2d8db5294fd..80c28ab624c 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 19273e6cad4..d40f695774c 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 98787f39e00..a2058aa51c3 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 2c05bc074a2..371919cfdc4 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 837f9ce4d21..1abeccd4c54 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 91adf86b8b9..ca855f5bc97 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 77cff1d803d..775488f3f7f 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 d613444fadb..71f521af45a 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 f4439865de2..259e5d927fd 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 535643a8fbf..b2b45c6894b 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 73c29e1d482..f35ba9f4f94 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 8f148b4c00e..ee8feef52e1 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 a7f8898fce7..7abad321c7d 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 76f258eb3ee..96c351bd567 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 69de03153a1..163645cd68b 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 b07a9f11b05..561e15e8ad8 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 090484d2850..37538c0824d 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 1f59a177292..da099f89dc2 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 4a4346ed4d6..c90fb8fa8d4 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 6e6c6675708..9f60cd91af8 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 4ec9fe9d127..2011403ff3c 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 fdca573fe8e..1c1ed53d852 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 b55754ee810..fd1ff253fce 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 5e6546f82df..27ce474b6dc 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 2c06e8eb2f5..09e536d521a 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 faa04af65ba..61a3df06375 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 2db95c65a52..4e81e94d1bf 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 0f74437fb80..f7691ad8a58 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 1e297e36495..6534aa8c7c8 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 048ff62ae6e..ad5beeb9511 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 cbf5ab41100..a178c04c91b 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 ac4b2f8f961..6b114a5dc3e 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 74251a950d6..391e8606e27 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 36726e293ae..2f592ef46e1 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 225d3251339..ab4655f241b 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 0ced3a36234..2ffdbab53e6 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 74bb6e64737..bc0741e9de2 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 33b061cd789..14a69870112 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 37b669500e2..d56951b6b57 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 2f0c188699e..86105a723a6 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 0c5ab2ae4aa..bccc85f17ad 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 31836cd27d0..5ca91673d8e 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 bfcd67cc2dc..29648b459d8 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 ca24a4d7f9b..5692f5effe1 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 1b1267721ae..87eb978d541 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 b5752f9ab95..64ff0d4d06f 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 6fb53cb1576..8a1fcd84790 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 6e956885ad6..731dbc11210 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 7b3cbb9209a..186d10697e8 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 042dcebf2ff..f3decb0064f 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 286cb275481..7c08f6df081 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 e043f6ae6d3..2b14f55c7ec 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 5c60c60d10e..4dd5b582f31 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 2156236e07c..4bd09ba9d54 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 646c1bb853c..e9597e5d50e 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 368f4254a34..6556a64576d 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 b1bc94af381..f3cba066af9 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 1c856da26f0..94606e45e58 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 a80b454df0a..15279dbeef3 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 605fd365c09..b67d902e9af 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 7fad7dafb4e..e6ae6b19b40 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 2ab4a18a9f9..e5261965cd8 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 fdfd21e99ba..029e5553921 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 0f825640ff9..ffa80163f50 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 0e9d234b55e..7a9fcf5a928 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 ddb3f8e0ddb..e739fddf26d 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 b842ffe80ab..34e6001925f 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 ac6fec664c5..5786e2a2b71 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 e9f452024ff..23cec4d8eba 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 f30c77d0fd6..4813f4e2bcc 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 0bd82f75df7..cfbc4fd2fcf 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 ba258b08cb9..8bfc768962f 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 1e69b9a03d9..961bd37feaa 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 d448b7491e5..f1713b47780 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 007925022e8..a0dc6ce2a76 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 9dfd3862276..d67aa4a1aa9 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 6d9f2c2db23..2b112a12875 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 150f6a71296..3670f3b492d 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 fd89d54b23b..0eacf9dc4bb 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 f62be80e5fc..556bbdbbe45 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 8593c0d95a5..ad18c8a18d2 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 a699a22ec06..6e2d4a5c537 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 703da8b1424..4cf719e34f9 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 74ef305d4c1..234351366fb 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 1a542b7b50c..a020715876f 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 15aa295a677..5f385e0fc63 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 76960076df6..885893861a2 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 bea65e5e7d9..99401b724cb 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 6eeeb69be0a..151f400e2c2 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 b39fc48cbc4..c100d52fafe 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 fa7edad1eb1..57341dba97d 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 dcb3467b623..253b8127979 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 23486b616e2..a724ed2e0eb 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 26a3fabd776..f3e999831fd 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 926092b7d06..92153e2fcea 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 79d502fec0d..83e32486cb6 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 f70fee9dfd6..cefc28c2134 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 a6ad4eeafd6..edd43d3932a 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 7988c4f5060..6661aa437d9 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 ee51cd7db65..630c9de345b 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 7aca1f44d1f..19d57e984f9 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 4c6fdce763b..130a8265ac2 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 e276ba8bbd9..c8c0d74043c 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 617b416ec56..d6769f7eb8d 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 794faf86d01..0377e024b69 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 7baaec57e75..ccc5bbeb12e 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 6fe6ec6e1ef..00b07315249 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 d78d1e3463a..23748bb7160 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 b7a219ac82e..fd42e2cdf90 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 c393dfe50aa..7c77af216ad 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 7cc32d8ff30..b610c95aeb9 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 396a67c712e..2b3ae4390fa 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 e84907b6e38..33fa67cd80b 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 34262b82c0d..699a3d94674 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 d0ac66ee4b1..f58ee5eeedb 100644 --- a/dep/include/g3dlite/G3D/Array.h +++ b/dep/include/g3dlite/G3D/Array.h @@ -1154,3 +1154,4 @@ template<class T> 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 124727a0ca9..8ec7ea3408d 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 0105f1349ca..4add967ed8b 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 d93bfb43f40..62cbbd47639 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 63ee1bbecb6..2805e8590c2 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 c4fd27a1ff5..50d5ca2244e 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 59adafd0459..724d5ef88cb 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 3d8da9204b8..0fd85b306c9 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 0e53cc14666..c7043e23c42 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 34549032262..f53d70be909 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 b9848792733..3929cf1e6ac 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 34e4ef8f144..85b5d0ab1be 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 97425649fbd..122e4d41f65 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 178302d5953..ab5a8d60a76 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 692b91ab059..bf4dff38207 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 50552a356fa..6852dac9492 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 02098037f34..3d66e654f93 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 0d495e383c9..40f39bae43d 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 56e88aa085a..9f46bf87233 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 744446a147c..e0631125960 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 ecaec2bec57..1bf243e5ed7 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 0216d1daf11..408dd3ea146 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 877afba1926..fd129381791 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 5dbd008409f..38ee23fc3c1 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 1b2518fcd77..16f9b208d18 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 c24a2653a78..59449313bf5 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 9c7d3f0250a..708b675eed4 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 0f74ebe7933..0cc47802591 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 b2932c38b5a..440d75af65a 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 f23a92385fe..5a4cf162a11 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 627ac7b00cc..720ff7a25ae 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 218ec2daadb..ac067636b0a 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 c26d0fb9260..445ba18bf41 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 657394a363b..ac56c97456c 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 31fd507ec73..68088e1cc8d 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 f5688a37231..d5b6ae9e3fe 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 08877300d8a..02bbd30e34a 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 4a1737d4c53..bdb0a89c4f5 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 13b7cf93d6f..2c734952ccd 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 d656326e968..cafdf571968 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 1f106429f0d..4d4a3eb67c9 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 94b34c1c3f0..0669a7e0d02 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 7416283d83d..2e44c99a192 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 0a3f17a81fb..6dce2fd02c7 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 3ec91e40930..0628c9fb331 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 591ff78c5e1..b200fdc84d6 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 c3b256042f5..77e668c35b2 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 2a62f344cd0..40d69b89e34 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 865c81618d4..c9198db7dd3 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 8bb4cec4c9e..759b8a590e0 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 d826460a065..c7b79ec56d8 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 1efb83cd256..bf4ea43fb8e 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 22b8316e24d..960b77ba101 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 2acc081b810..f57474eb60b 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 0eceb59303f..08962f7df00 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 82e07a96953..669bc5eb364 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 812bb485319..ba2bc25047c 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 c94262fc051..e99c87b238b 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 30272a5ceca..ac59b96f93d 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 b102271dc13..ffe5ccd80aa 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 c29ae5b62af..af624679b93 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 c8306de0f88..31ec76509ee 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 11edf40471c..5961dae089d 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 <openssl/ui_compat.h> #endif + diff --git a/dep/include/openssl/dh.h b/dep/include/openssl/dh.h index a5232c70f05..9913b4d41c1 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 d9472400b59..6341a71cd0e 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 9038b509bd6..08730cef2f1 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 dad6c563ff7..dbeceab9453 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 b9d3486e645..100265e2379 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 6d65afcf9e7..e970f129364 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 d068a42cb8b..6952d9739a1 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 1aecaeafb7b..ee07aa05036 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 f2dbc0dfe74..1f85df7fa2a 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 dc931f44c49..a0dc2d08fd4 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 b52d92cf7a1..b0329919484 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 a0f3a0e2f86..66838b36323 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 ca1557b5bf8..2387f704cee 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 a58bc3180d7..6b7cabb1c48 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 33c94fd7f85..66c0629bcdb 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 de1f8f04d01..e920e1ceea7 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 4d8fe1952dd..9ae674e6c3e 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 670a0be8bc6..cd58a8cca55 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 22f11ad0f31..89209898b67 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 502be116801..29989eb1c4b 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 1bab9a6abab..b6203882a93 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 0394cff616d..52aa57b25c3 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 b7e127296b8..b44abc3e683 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 85e148be9cb..1cbaa64b274 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 8073c136922..4b8bfffefc3 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 fb9072ec8b1..1e32c6809dd 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 5150bee0e36..ca61b2fc864 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 9fb9a7f7af8..7924e75da3f 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 84897d5ec35..893030edcdc 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 6ad18e6fd2e..c20eff06baf 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 16769d49116..457cfdd70ac 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 fd2b5bbf1a0..bd8928dc0e9 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 6920a409282..cc6b0018201 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 fd1cb148faf..ca1361dcf0b 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 e74f96c4d02..194948e62fa 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 19391222ac0..7a08e80b07a 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 a0fd12289e1..e242657121f 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 57a50715bed..74a715a5db5 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 4b69c824145..91b21260732 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 69813945332..7cd19b229e9 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 83fca212ab8..299de706761 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 9e08588f132..b461dcdb8ae 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 347a2d44b7e..52c166e8c5b 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 1374fe81b00..67bd8e9e952 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 745db869e8f..d7687ec8266 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 d790c979ea2..51d14d5bf77 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 2368faa83ab..25f360892a3 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 b4f1f8399ea..5ef15139deb 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 f7364ed5940..c3b53bfd4a1 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 1ddb28b5d49..0409edbaacd 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 3d57458114c..e78ba87fa9f 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 b8e083cbec8..3a2f29e67ee 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 1b9e80b5fda..4687853772a 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 ebc99d76643..3dec0b822c4 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 78b6227a4ee..053920a458c 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 255d1a7711a..6b3a2ff64de 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 5da750a79aa..e38d47f2bd7 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 deac579a54f..ce6331908ba 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 48a191de98c..56914a7adcd 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 0620cee6a30..b1fd5364fc2 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 8bfa9904d8b..ae48ab765ba 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 803930fc790..e1d00ec38c7 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 f086d9ef1f1..e1e39727b52 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 5c9d539b3a9..bb1aa42bafc 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 2c43881a68a..ba2292425a0 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 a3b24b0b092..9bd651786bc 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 7dcee47d9ba..80aa48f20b4 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 7d67716a26a..e819537ef26 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 35b753ca028..8fce2ce08ba 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 b5d15f00f5c..4b42ea768b2 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 05dcfd58adf..b713a8ad382 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 2396af894de..38ff3335c28 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 49a360b16da..50757fc4b13 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 0545ad7f849..8a7fdc9d2fd 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 c44ff450643..496600b112c 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 a28d2b5311a..1812c9c386f 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 2d2a6705ce0..8266479f21c 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 3222892e4bf..aee865be6af 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 a22e2332bcb..e839040e2b0 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 4a157db4df6..4caeb548aaa 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 4e99664d579..e065a257a85 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 86f72e9ca16..fd9965e96e8 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 f940221e5ca..be0f6a05498 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 1edac03be3a..31960ccee05 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 5b1ba2cbcb4..464ed34cabb 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 f5a9328886b..f50671a1095 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 82b13f59f98..cc463cb82d5 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 2807aac0559..c88844023cb 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 6180155d4b8..389dd3e8ca5 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 3aa1a5dbd8d..fc7267d1b98 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 ffe675d7d79..72bebd8c4f6 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 03a9431c8be..719855a60d4 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 022817927ce..2ad74617098 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 38e67dc0d0b..8314b345b4f 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 ec0d9fc8bb8..74381150a03 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 1fcff74e032..f1877bb116b 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 da0b701a825..cf57c12cba9 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 528e6d869d0..95b0ceaaf64 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 8d1cae526c3..bf2874b3387 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 7c1eb0b5059..6554b70b487 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 ccfd4a7ab67..df8c18589b5 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 60f4b544ea9..919f60c4893 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 ee03c831dc4..4d30c2711e6 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 095b61c7ab5..c94392398e2 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 ea23300c2a7..cdaf98a75ff 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 7a387feb5a4..458c556c0ff 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 1c6a81a72eb..a500c0a6a00 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 908f663a508..6ee120d3386 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 819108b377a..e41f34d98e1 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 5a3322e3c65..d94c9ee14da 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 d1befccd85a..eac332535b9 100644 --- a/dep/include/zthread/Guard.h +++ b/dep/include/zthread/Guard.h @@ -509,3 +509,4 @@ Guard<LockType, LockingPolicy>::~Guard() throw() { + diff --git a/dep/include/zthread/GuardedClass.h b/dep/include/zthread/GuardedClass.h index 1a8ac1904df..f5665fd7a52 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 a663498bc2c..a8546a36213 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 5aae3278406..62d5f792b8a 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 2122b7f7a28..07d7fa6ae28 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 6c2c6bd2d3e..a40ac9b4d67 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 5c33f345f46..f003be50366 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 03df37d9f77..6776381def4 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 907d1f153a8..b34eb1ca3ff 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 a85a000e941..caf77e488a0 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 81c6109b318..d69b26be0e5 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 b1279764eea..50165ba4663 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 887691f72df..ab5f4ac2903 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 11a84330b23..9c392ce8bfc 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 38b429b699b..86cfac63baa 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 25df4484b6b..8c8a7920345 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 bfe8d03a58f..35d2c218ee0 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 b01c77804ba..3ea1dba4e16 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 b8f0d1ea842..c9711751013 100644 --- a/dep/include/zthread/Singleton.h +++ b/dep/include/zthread/Singleton.h @@ -247,3 +247,4 @@ T* Singleton<T, InstantiationPolicy, LockType>::instance() { #endif + diff --git a/dep/include/zthread/SynchronousExecutor.h b/dep/include/zthread/SynchronousExecutor.h index bc9de273c4c..e506e83b376 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 850ab98c043..ed7f630f4be 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 23ecd1af4bf..90a318ecfff 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 7cccab4ca69..703f6bce6bf 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 be000dfa695..a53c5d1dde4 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 469a112f6bc..9a52368532c 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 374c4fd6bf0..0f6db2153ff 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 17260370316..c5cae314b46 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 1df5bb67a7c..61a7027eeb2 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 0baa1a07419..f2f2b70535c 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 b99104ff28b..c30211fd5b9 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 763c2fefd4b..bff3a5a966c 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 c6fc9729b34..630c1883c0b 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 5265ef8f670..10ee7ff0f0c 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 f28c9d62a9a..cb7169a4c4d 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 d3fa835c7c8..bb5b8f94635 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 274769a1e0b..09c3003888b 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 2a597df65ed..91f916d1040 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 8737128a0f8..13f01e26e6b 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 95b91555beb..cb66b93af6f 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 b3844982c0f..33a7b4a133c 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 88a7d33fb63..b89cc2a449b 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 c6f1443af2e..6c92de24871 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 3f7ad87b2ba..597ca30afc6 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 8284fefacd8..3bfe64d04c7 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 4d4dd99cd98..ccbd553b0e6 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 3923df33079..492d6705080 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 6096dc89e37..236e93f9704 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 5e739ec0c71..bf1a73abf6e 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 8a7307f4192..7ade1e99eb6 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 93ae535e6d3..054b8489bb3 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 4412d498536..c8a3c32e496 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 1dc54dd3fac..9dab541eebe 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 e1834ab4a87..a387a7e3824 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 229a26414e5..f4c3d2f9657 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 e552da3b6e7..6473f0a2564 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 6f08e8e16ab..133ff745d91 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 8053b6117c0..dfd1deaa522 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 05a5ab3a2c1..d56e97db4cb 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 1e88d2d97b5..c66fae6da2c 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 75ed4b5978d..3757019557f 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 07bd3e78a7c..7c05e08fcba 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 b1104c87e76..977ee2f78f5 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 72facf900f7..ba8cd78357b 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 03a9431c8be..719855a60d4 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 022817927ce..2ad74617098 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 b7d5eff81b6..b8a722d904d 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 ad1503ef197..923bf2bc39d 100644 --- a/dep/src/zthread/ConditionImpl.h +++ b/dep/src/zthread/ConditionImpl.h @@ -375,3 +375,4 @@ bool ConditionImpl<List>::wait(unsigned long timeout) { } // namespace ZThread #endif // __ZTCONDITIONIMPL_H__ + diff --git a/dep/src/zthread/Debug.h b/dep/src/zthread/Debug.h index 1762de22fe3..10cc741834f 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 5205c80ca58..58050da6d8c 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 4d7f34a086d..8a955bf7b7d 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 96b66ebe675..b26f5f231d5 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 189ebaf8ad7..818f41ea698 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 1170982292e..d6d4aafc7d0 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 21338ba289c..83b32d47a98 100644 --- a/dep/src/zthread/MutexImpl.h +++ b/dep/src/zthread/MutexImpl.h @@ -375,3 +375,4 @@ void MutexImpl<List, Behavior>::release() { + diff --git a/dep/src/zthread/RecursiveMutexImpl.h b/dep/src/zthread/RecursiveMutexImpl.h index 1e477136f52..0c0e20020cc 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 00061341d62..c9df80cbe39 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 7f1b866c387..d5a8df30872 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 96697c9d4bd..6250f31599c 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 a56d505a8f4..cdc050430c0 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 ed29230ec57..a81d5b5e128 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 f464242918c..78b414b63e7 100644 --- a/dep/src/zthread/ThreadImpl.h +++ b/dep/src/zthread/ThreadImpl.h @@ -120,3 +120,4 @@ class ThreadImpl : public IntrusivePtr<ThreadImpl, FastLock>, public ThreadOps { } // namespace ZThread #endif // __ZTTHREADIMPL_H__ + diff --git a/dep/src/zthread/ThreadOps.h b/dep/src/zthread/ThreadOps.h index d8737158e3e..86b7e1301ca 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 72049fda3b2..52761a408c6 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 249d8ab5a64..b82c06f05e2 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 4ef2ca213d1..41deb93c0f6 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 a416fef67cb..e5851c96d17 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 a9a74d21521..6ba392145ec 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 0bd40e1f2fd..012843f2e3e 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 9fa3c9a5aa2..fa5b2ec7760 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 1be90c5f278..e73050c4612 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 5c4eb044e73..c0417f0bb2f 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 0f7962d7eca..4d94a48f3cd 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 2be55c13797..bbf77da833b 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 261fd7c893a..eee3c6545db 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 5e8d33b6c9b..a1adc61068c 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 8588807f4f7..781162adeaa 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 fe6c8b559e3..380a420b571 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 3a7f822711d..df6bfced282 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 c9c9c0e352a..13f564d1558 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 8fef43bb3fd..7176da5b1c9 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 2de0f8cd022..d743f9a9b55 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 63214133c02..22f10b9bc04 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 6adf4154fc4..ecd1a403ce8 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 8d09f132a35..17a38871ae7 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 a4dc3755265..0018a299b17 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 3b212e1d891..7f056413b96 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 de556ac4aa8..4f32dccf933 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 a527b8afff6..7fb57a33972 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 4c657af0c8a..79f042cd194 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 d1307a51e2a..2f8dfd6c847 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 1b3a0bfa174..3352e524e58 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 7723b7077d8..0736267233a 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 ab549ab0ea1..751aaedf6e1 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 f71ced7d07d..2932595939e 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 1f2bf090ef8..e2ae8a3a7de 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 d60d88c434e..3e0b3774145 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 9cdd8738ecd..fdd88262b2e 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 f4454ca856f..06c48882780 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 5b1a8d632c1..b2d0e8c1471 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 d231eb168b9..89a13686d8a 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 ae189469b41..1ed2e34316a 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 9c821c7b093..21891693f29 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 6cbf3d1a6b4..b3818da5b9f 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 0fafabf63f1..1f3b7a728e9 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 040fe88ea8e..038f5f79466 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 6653d9c62d4..4ed882ffea5 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 e48ed250741..f812c6f3c68 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 7627dfb4aa3..9923f7f4540 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 794258ba710..669810b4685 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 a9a002270fb..489ee028dbc 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 3f3b231e830..f2ff5138745 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 b5f9305e30e..7281193a208 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 9994c0e7af7..5d28ec325b5 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 057f7c44e81..cd082ee2ad9 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 6a7389602b6..a743fa69fee 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 5ec3702b171..1d9341dd6a4 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 31999cd97e4..bc419f47181 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 c6e75d41070..a6dca5be3db 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 3b3d09c56d3..52d02a13258 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 dbff1592850..5b135c844d6 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 fdcd98f4d6e..f7c9105eb38 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 358afe538ed..82de4e3eb2a 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 d30601c4c9c..dc46a67737f 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 12df2a083ca..2cb80bd25a2 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 450b5394720..70c200b5144 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 1427efde6e3..b1c6a4cad0e 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 1d9e3f50a33..5075f2e3b54 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 3f3565e7800..edb46971753 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 74345a7c51f..20823b188f6 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 34d3ee5707f..a188fd28580 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 0e16bd6de2b..c957af10acc 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 b07f7b47fef..35d58244e43 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 e77d057cae4..8d29b83a4fa 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 c1180ca0abd..1b70eeaf0ac 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 9a91607fed0..44e7c518e83 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 2bc028b3eba..4aa3ae99b94 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 a47e9733bcf..95a087d1a20 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 b3caa9704f0..093078d148d 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 1953f19fe28..28dc64111c1 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 6c97d9798d5..cd90a3df696 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 2979197c734..800f181f882 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 74825f4b75a..ab9c26ebccb 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 4a0c5031188..f761f897e9d 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 33f61416fb1..42dd8012cb2 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 912173fcbbf..c1864d6c03a 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 9bd405e3589..77c2b476700 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 6cd6cb7714a..e7e1c4b328f 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 7d1eb4a0c8d..ba02fe06468 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 9db8a85d7cd..b7fc8258b7e 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 db27ebe2441..92623b3ec1b 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 fe93962ef3a..c7d5bf98e52 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 89094143f64..9e199c37726 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 a2f7d1e6cea..25a1d1a74e7 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 483b991e19e..96bf01135d4 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 fde6ee6dbf2..d7cec0efd7d 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 b6fe5fb7acb..abcff54ade6 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 004cf626f88..b5d588c39fa 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 3b549278fc7..dbc7589e46f 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 a5a23c5f5d6..5dec728d539 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 9f370ba909c..99ef0dd5c9d 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 2db368326e8..c21757e2910 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 203196a0f16..7eeaeb61fbf 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 41b264fb217..8aab8c464ed 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 458d8bb24ed..6f0cc47bf63 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 fe3b3c850aa..26812d4d3fb 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 069690c4da8..634aa33735f 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 21a57ea3316..8714057904f 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 2423f94ec1c..deddf74b42e 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 2401a5aeadd..7929f4dbc52 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 2651c069e05..cddfb33519c 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 7d8e1fc8e1b..676f9138bac 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 4cc3bebea80..9af0975e07f 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 2d5e984d9e7..761149b53af 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 5a01d596ab4..c064a8e990c 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 6c176e1ad89..6ff3126aac0 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 115c210306b..2bd76e45769 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 33ce446b012..033548f0367 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 85a75215f0e..b084d2eac8b 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 2f76ae8c94f..b87c607a14c 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 45f8d80a244..3ef0a2399af 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 a86cec4951b..d4102fdfef6 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 e85a034f344..346101bdc0a 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 5c052ecd078..6cb9665f394 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 28512e8511e..99ccb0cdaa3 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 5527d639fb2..e8a0fec45b1 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 20253029d5b..b32ee6819bb 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 f480a97e204..834efb390bc 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 1da0cea44e1..4b2930cd74f 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 dfce2afedcc..fcdf65e4620 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 2b9135c04bd..b023e01f0a6 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 15d43204734..0d725f85003 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 6463adad08e..50ca23c380e 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 80d0468c361..f2b17d21173 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 650f4ea3ca0..40678a4a5b0 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 6c26e149e8c..47037e5e091 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 634bf6a7f46..5879d754ff7 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 7a297f42287..c218f610b31 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 1bbf737c59c..893edc00a5f 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 8be4cd9a86f..49788912023 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 36a2d007de3..c3850bc114d 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 17a87769b12..193868e906a 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 1a3172fb6dc..3141da90872 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 5b042ee40a1..027af8ede16 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 d078529074e..d966b131d5f 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 3cbcca9837b..96c5c597a84 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 4ce094e3e5f..b7862c4f261 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 a93d4e2bd01..da59a6d3633 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 b526781b141..561f0adf91d 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 eb5b7c94992..a9e079ec9e9 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 a988a426df7..cbb2a783264 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 4f32617b0ee..7aaacedc464 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 d071d870233..fb1d3a924c8 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 908a31d404f..2cd56fa71a2 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 e07beb784a4..962905c0f65 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 cbcb193c276..40c4d3cdce4 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 24a8481e24e..f78f35e2951 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 747b179f02b..b4c11653a25 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 0c51d1b3fac..43e6bdc42d2 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 faa02e0e2a6..4a9cbd3846d 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 15b99f2f4b0..c7b76549e74 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 7b08a825311..1b5be949cf2 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 b3729d12f6b..ee512619ee1 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 07750f338b8..071fb2989ff 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 f7a7016dcf7..117971d18a7 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 b125225744f..7dc2cf77afa 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 acdfdd06a6f..276a3385ed6 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 ad68e7a1da0..b8aed954f43 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 14b3d74340e..0b34f8be52f 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 9146566cf18..810bd3510e0 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 bb7f56c059d..1ff400dc8c5 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 722737ea3b0..448cd44ca1e 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 e3c74350735..5c47beaabc8 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 8b0140b6dbb..8a334a578e1 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 f23cb8f8cc8..dac0cbd9857 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 953dff584a0..9f40ed71751 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 100185c0acd..2dd20fd44bf 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 720465b63f0..e830d53f933 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 96b5c7d6e71..3fcdfc1f3c9 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 3a34d80ee76..78452693d44 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 e23f6067c05..1c760bd5bb8 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 8f3c6ac6265..d3c17926ac7 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 54922de2a40..0f4fa4245e7 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 fd3ead62313..cbcf89192bb 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 3e59e1f0e52..aa52204e643 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 52ca028b6ac..529de4f712e 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 084091ec0af..556276fa012 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 24267d49223..5febe1ebdfc 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 6cbcf21e7bd..c3a0df39b8d 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 f0ec58c2dc6..303bda03235 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 7b1271e25cc..0918e8f1e9e 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 de02b51d490..5027cafa234 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 c9ad252f41f..a7f78170c35 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 8d007e347f9..0831d5c0e6f 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 7067a1ed706..9e81f39a8c3 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 5f8f74cb5c0..9270e5d994a 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 789ad810123..c1058f4b9ee 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 39208672b32..93f877bdb55 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 e06302538a2..25a19a6972f 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 3811b6a98cf..b90eb732658 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 009f59517ac..11c52b109ad 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 7c389377433..1afcd46cb07 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 35859f191b5..1e9b5b6d2d5 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 8cae6b3fe87..9ebc7b73b66 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 df886987039..ab46bba981c 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 9c93f78ec09..51ea41b94e5 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 10a3e09985c..78ecaa6eb73 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 9e66e60f65d..6105fc5ccbe 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 b53219c6afe..35261fc7b02 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 ec259082943..810f9861247 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 47c4087f7e4..ed2b963fea1 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 dff8a54a806..aeb1eb6b38c 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 1c71285a593..cfaa310a166 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 276b5fa3a54..0499db47e66 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 30d94ac01e1..911737f0011 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 79796eba8f6..495de39c270 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 2c7c4ec743f..5665a299106 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 1f8b468dc05..e942e755ae0 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 f074f0a3351..eaef18f9aa4 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 3c76284b5af..3cf3c7acf33 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 c41a461e4d1..eb7e6dafa7b 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 ef7bdfd3cce..b3c25bfaffd 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 8863d83ac06..9753d023374 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 275947e0e48..cd6d68f9f31 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 48b6efc8295..3db6ba16515 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 82283138d33..683110989b2 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 ec4ba0ae3f9..74bc93694af 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 59c19bda085..75a25490419 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 9c2684072b6..6767a8fe88b 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 c22c3deb614..fdaae660d73 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 2a6ab499c2d..721009ac68c 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 ab2a9fb0ddb..9eddeeb3b30 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 4f8eafeb64c..8b3d8bcdfed 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 93cb9aba376..89151cd494b 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 d08a6b33a2b..fafd21b3543 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<uint32, EventAI_CreatureError> 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 be3168adbe4..1a42f53ed1a 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 55fb05b195d..96583c4ee39 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 49d0f0c4922..8745d78ad41 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 a36d18d28c9..aae7fccbd57 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 3963d31b98b..699f5377ee9 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 2add3c03ddb..b4e2780c4f1 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 511e283373a..2a40a1352cb 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 1a27a87c108..f28820eb7ee 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 57e7bdc226b..aba1266ee9f 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 f4bc70d1b00..4d50626f177 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 7fd6e7679c8..a2e02069e15 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 dd41ae1028e..4fc8ea221db 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 fefe9278322..97f3f088a31 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 a805bdd45bb..906726dd0c2 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 efc5e4b7b3a..f96011266b9 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 5061f195910..a13dc927603 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 d0131bf4067..3a113b8fae6 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 a56d23ec6ec..19b19444b84 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 86f4ab7a06a..06cfa1b8a4d 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 5af8088a0b6..79d76824e8c 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 fd880dca50c..89e1dcb5222 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 8802cbf5e4e..2262266ce38 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 e6d5897f57b..7875addda9e 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 6bf52dabf14..74e8fd1e962 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 1b03590e7d9..aa198fa0019 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 0dc5aa4aaa1..4f02dd1afaf 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 f609ecac1f2..52ba2206c21 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 07027f7f85e..e22ac68ff02 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 2e28b2a7661..b54a402c8d1 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 cd4ba800caf..424869e8c72 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 0d04fc57f23..f0461e4ca7f 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 d2dfce16577..c6599ad7d98 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 3331999c83a..d03c9270181 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 f94254f277d..c87670085a3 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 adcb8fbf005..4ed71f89c55 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 9b58b553d0a..a38f25361a5 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 4c7675ad02d..7a78def9da8 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 ceab92a1107..83537bcf2bf 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 3a198183175..da9b20ef63e 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 d483b4ec1be..16fff2fac02 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 813705739a5..1520330591c 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 36dcd1ff58e..705e7ed8842 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 231a8410724..777d5fdcd76 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 d2b2da6d866..6a4d18c727d 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 e82c35fad36..ac6d1091c60 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 35f17986e88..36554a7c2ee 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 1b1099e7948..d8e4f5c7a8a 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 53e099f7835..0d5bb184792 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 eecdd70dc30..92a7e42473c 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 23f36badb62..a5db59abb52 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 44b668f7aca..92031355a12 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 51a35f3f64f..8c1b1748adf 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 ca7b76d5628..c6b4931e0b1 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 790e0676962..f6a755bfee3 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 d31a0e5927e..7ef0d5d532b 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 81cc6713f8c..bb67b572316 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 ea3dea480c2..24ba7183d59 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 dc7b7b4669d..77d1093e234 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 826c4962643..4b89c34ddb7 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 c7416a8d84a..7184706eb18 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 d74b883917a..21fb384db57 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 355c557053a..58d963437bd 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 3ae0b910d07..2d5615779a7 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 48f64249581..c2bcac760a3 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 732e367eee6..6f0172d06a3 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 7c4cb2bad95..40bd0fb52ec 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 cbed894bc0d..ce8d7dc16e4 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 b8c79f281bb..63fb0e5d6e6 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 85f9e29af79..08e832052f7 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 f436ffeb87d..10252a3c5cf 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 f51b8d19b66..849d47ed7fb 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 5be92c57c33..a0af3dd2b64 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 13c92c27d27..e746f8eddea 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 3d4f7673aaa..ea9c90c5b6c 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 12cd27c6e3c..f257eb63119 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 64757ad1321..858fa96d3cb 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 09dd9ec53a4..8e89a3aeed4 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 87770b7250f..6574cc8a97b 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 609a1d08c53..edc2650fa2f 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 32c7ae2aef6..9339f604f02 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 2c60d7fa72d..3bbb33cfde0 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 e3b73bc9b1c..701c9b5aacf 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 2515d41740a..db7f46ad9e2 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 d6940c38742..51988bc42fe 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 0384e40a651..ddd9e8b9aa3 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 8b08011bc8a..da4eb5cf262 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 0d89f711148..954792a1044 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 3e09371466e..6627ee05fd5 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 f298f3fa22a..a7db97a394a 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 e61ce75c92c..a512a1f190c 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 d2d5f53e37c..7bd5575fe56 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 106a330ec5e..c689c77bc97 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 d55a4c61f98..6f5f6962e64 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 9c408475503..57511f891c2 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 4fa7c14c5ed..61018f58118 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 36740b0ed34..39445fe727c 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 295da36df23..ef709977da0 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 164d26223b9..757ce2ce2cb 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 11d74508537..8d6686bb56b 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 1cd8a6dc8f5..366c5863ddd 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 cd6341a0544..cb4e3f72ab3 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<uint64> 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 e3b1c5ea0ec..44419b37575 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 2c6737a16ce..c3abfe68167 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 706b804da6c..02b90958ff6 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 86214a50704..f80dfcdca34 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 b8dbc693da5..b49e671339a 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 02689a7aa11..9e713cf8fcf 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 e3aeaf55605..675cc78f8a5 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 d8416e37a50..273f0cc0f55 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 e9809b0a60f..69006dade60 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 eec977a7520..2cc2e1e0a02 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 1643f1068cf..97eee7439f7 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 1489f128dbd..4944f902257 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 febabd896cd..d8538dd3e62 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 989ab4689e5..aceabea4b5c 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 919a455bb79..15fcd871740 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 5c8ee98efa7..aab4fbd1a85 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 388a0704685..6bd8257ddf3 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 938cb732ee5..0b5dfa9c731 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 efa5cf72eaa..1396179473e 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 0f8ae80fe2c..09a76d482b7 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 8771cf2abdd..b76cfedb777 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 b6da72e84dc..914e6b3f2aa 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 ac04981d99b..28543aea833 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 0f773ac9754..9e27f2bc063 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 01a76b6d00c..aea0e52e4f7 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 4bd33af98df..3f71dc9041b 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 73b95a30bd3..9b535a9fd80 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 ed74c6f8cbc..35bd4cb34b5 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 634a05d3ebe..db79d4498ea 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 03a5e88165b..8cc53ece44f 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 44abf0da806..de026011180 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 4e18572260f..01c4e89d9aa 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 1aa7a6259d9..9665e10cad8 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 4aa752add77..b7a4bc03c59 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 0abd9fdf34f..f3822bcdb7a 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 c61a9318bdb..398d642b264 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 3588552fb46..0d47bed71af 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 e0d3aea7d06..c731dd63ce7 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 320d03c7c8e..145e573f02a 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 296a26127e7..c5a82bff322 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 42016771df0..20bffd9052f 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 ed94765333f..7959b9a60cd 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 09efb66bd1f..7e2f6b65cc8 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 6462b401d3d..e6a49847a5c 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 aae064d77c6..caf29b1f213 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 6b4fd99295b..2118dcc203f 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 97d2878bc1d..4a4647e7c61 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 5608839ad3e..bd4c5a9f170 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 f114cd005f7..195cc824650 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 8c235a36a30..3c0012ce447 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 20c64e0504b..ea51e575824 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 d9ab3992373..afd7fe9f117 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 cf02f04e35e..6b88d266cbf 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 60df1f14b52..dccfbaa0a8d 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 602564d32f0..cb3a06055cb 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 52d9d615b59..aa2817ca994 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 05770d534f2..de466759f3d 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 1a96f0be0c2..d7d343e8d0d 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 701f208f2a3..674bf56bb26 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 4e61ad68780..9d2f1dbf7b9 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 eada90f9473..1c7ea45cd3a 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 b04b39c0796..ecf4c76befe 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 2324385e4ba..9c81d7a4cd6 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 170d6dfa3a8..5a725f19789 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 9e9ebe50b55..b074dc920c1 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 2cce937dd1b..8ed47127e16 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 34a1114a12d..73139d9c757 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 dac9b190065..50a8e01f5dd 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 dd4c0ce3300..a6cd3233301 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 10828248927..8478bdca284 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 e1c4f7c3220..d08911d9c76 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 f997f5fc6ea..f274e81b5c4 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 fd315e65cce..144eea914c2 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 5d0cbad452b..d79f581d1c8 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 7136e4c83bd..72ce8097dd1 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 15af5cce3b8..0ef50b8dbf5 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 219a773039b..8cf38da357c 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 e3ed21fcbea..b50f248bbe8 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 7d52cbb7404..f509a8bc73c 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 018c86b065d..5afb79e84d0 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 f6d967945d5..3ae6cd01ceb 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 e296bedc92c..8790a578b06 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 0405bd6a8ce..a04715e8d6f 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 6999d218691..11c6047eb13 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 4f74a48c431..21623b999df 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 a9739a7b53b..dce2e8e9d46 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 8a1df315d1c..34c87b909d7 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 76c19d26436..4aa53087b95 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 44b8d556bac..d85d2604acd 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 d57254132c9..4e8b8c32396 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 17d45819a15..ff96627b28e 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 d4304c6196d..f27265444e6 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 2773e988fb5..e995a8adb07 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 c0ad09d36df..93e8b478c93 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 584adce0d31..e728c863767 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 4326315d4c3..5c783edfe10 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 9a66b0f68f0..8d9977957d6 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 70ce6517c15..8b6e61c9dd6 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 cde34fb11a0..8e1b664cfd9 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 3ee4f06d629..2e24f802e6b 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 e876dc93201..9995ed95069 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 dcf4d7cab0e..8ac7d8a5c5e 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 496d0d68526..49815dd3164 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 9c527ba5db3..3817e0ceeee 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 8d6b986ab31..ed2ef9de4e6 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 f187bad2a7c..88ce581e6dd 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 7a9361457c4..78921efff3d 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 e082dc0910a..8f8ee3ed7b5 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 ded2c5bdc71..43619fcd0fe 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 12a594dae79..bb10ce6802e 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 65d94747d34..2bf39656f4f 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 24e4deaf7e5..7f399c2e859 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 1bf0dcff388..c36195c159e 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 fcd1cdc4c30..a078b98e396 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 db30c4c7593..80b4fa49782 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 de1c201cc74..a8bc620ec17 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 8a8675c4c1c..e589630c15f 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 fc27da1b649..6d44bf52dc1 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 caf40a50dce..1e9298b2c7d 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 797a10f83f2..0f8616115be 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 036408ba744..4f9eff778ec 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 e7391a51a4d..4af1cc89417 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 362b4cc1ba8..df85b64f4e6 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 f82095178b2..4297c32492f 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 ce337f3d212..6762e34f056 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 2b148b2e730..5269ccb9486 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 4d579ede2ca..1d389830045 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 803b51582c0..0639a02deb6 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 825024f17be..27a0621b2be 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 61a83846c7c..0b265560d55 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 cf82aabdaec..9422dfba60f 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 274eb382ca1..ed3a7f946a8 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 66270e79539..7bbbd4d4bc9 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 9cd9b930ba2..f78677b51ab 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 9e219fb8219..fd9808d3e8c 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 c95d0161693..b5c54d3cc6e 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 ef8bb8e811a..1f0dbe49dc6 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 2a442c89993..31ede8aa4c6 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 3f5443dae0d..b0bb79cabcf 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 aa0dfa8b925..b8ab822129d 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 953ae804e39..44152e6b4e0 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 ea3418a4011..3f52b06ee54 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 6a7f7ce2e4a..9090ed148a0 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 9e4761598f2..139809ab16f 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 d46119306a1..9072c8390de 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 55c623d7ea6..dcee4c8d2d5 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 3a7bb39e675..01d9632ecf1 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 d5d0aff4587..fab849a59c1 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 408312b26b0..f1a2b4310d3 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 b6af89fe65c..f78882af4cd 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 e4d1801e103..06ebd10c80b 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 1a9b25c8da2..92b13248d63 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 080c97c6aca..18b3168e43c 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 a4023315e01..0216a48fc74 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 f7be96f24d1..74b90dfdf53 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 23281eb9050..fff417bcf21 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 7ece07f0231..1612bfd59f0 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 07fbeb0d54f..3e7caef435f 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 1d00385a076..cc07d76398d 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 f8e0a5ec6ee..99f1a91797d 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 4d4f0f69799..ad851eeaa1f 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 1993ffb8d39..fbad656adcc 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 b2fb697811a..35dca28ddc8 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 fb15929cda9..2ce8e3eeaa3 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 73c708d4a21..f23f6d7fb4e 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 b20998b5884..1ef6b15950a 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 6a11c455f67..27395081a7a 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 e517a17d766..7f9bb894572 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 4a49dae13bc..9d6b3b591e5 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 108ae8bb9d3..c082da10554 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 cdf22d1e166..8be1f7f4f87 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 8fa6d385986..f44585d9e23 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 95f2a5670dc..47522bda5f0 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 7e3d8340c4e..4a9b9159e6a 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 a9441c6008f..455b544b1d7 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 608f999b177..8aaafcc2517 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 a5e7fa24957..18f8af2a0c6 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 5984a60ac9c..9467dde2511 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 ac3c4c5f666..45a214dd75a 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 e5ab77383d7..79dd277c999 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 108bfd1dbc0..142c38f06d6 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 0ce345f65dd..e3eba9074a9 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 d114ee28378..124aa8bb680 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 e7762757c4a..9f2324f5651 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 4dea21dd771..3a5512c9301 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 a08b71751b0..763317d1457 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 497f6d30479..0844d5dffe6 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 2bbc0160d4c..fd93aa15d6c 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 022f1d29f6b..4cdf369d4d5 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 1493b6d0d1d..746721a0e35 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 1721c8bfe61..352ee66880d 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 34daa29a26e..76f8d575383 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 86cf7d35d9b..ddf648d52fd 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 7eeeb55f5c1..f2b56ba9f8d 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 19f5445b380..86c8c6d91ad 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 3602729587c..ea623ddbd18 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 ec7036e4666..78e9d3edee1 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 496a4bd705c..e86c7565628 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 2c9df9cb219..32f563abd57 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 14a2dc60f33..f9ab24f260b 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 42b3af63421..7162fb90199 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 20bd72ab593..6f7dcb0f10d 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 2c69411c7d4..65190e375d5 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 77cf5e77364..c77989e27f3 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 2a7d9eae3dc..cdbfd0a6367 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 01c786be535..85cb419c4db 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 c93d38a0d6e..4511b76e757 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 5bbfe79ffb4..8a054604b9d 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 40e12b66138..e87ef22d774 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 d5bbfd2098f..c6ba4d28cda 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 52106a6825f..6bdb489fc65 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 8e4f765e965..159e67604da 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 aea477183b9..baaa7d5a9a0 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 ee17d559a55..b5debb45649 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 918ad92c6e2..52d9f2ddfbe 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 ffea6281d60..436d39c14ed 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 97a4e26536c..266a013f872 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 16a9655862c..7b310dfe10d 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 fdc6d30a0cb..95db307f778 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 9c9fc3c77de..7ca0f33566f 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 913bf6d9c68..0ad6548514d 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 444e8b0a528..fdfc034fc5f 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 37576d2e347..f940ee53481 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 0d0db9b8134..07dd70cba81 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 779466f2863..ee813c58f81 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 8859b947eaf..dee990fb495 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 b5300261a66..babb2ecab7b 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 08e1eeee423..7a5e50805f1 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 7855c359304..b9ca7de07a6 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 2b92a0efd98..87c7614c3d4 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 36598bddf2d..16877f16d65 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 bfdb05a94bb..9aaa32725c1 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 48146e0231e..ea9c19b0137 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 9abd202dedf..dfb6b1bc894 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 9f1932ecc02..1986d2c1b27 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 235813ec98b..faeedd7b4c1 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 7eb9fb81426..53c87a4a63b 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 03ed35fcf6c..20ccec7176a 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 fe31c5fbfc1..7603a4db788 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 2ba5d5a57e8..1b19d9d92b7 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 c1ef845d1f8..02b36056bb7 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 685cfa57a0b..d0b247f2085 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 b5e4cee2519..c249cf6b3ec 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 dff3148aa57..a56cdf3f9a7 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 2f6624f9839..8e3b4e1ec6c 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 86757c0fcf2..227ab686cd5 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 461b1a8ee33..7968f315ce2 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 9645b3ce47b..d1bb952b2f1 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 5ffdfd9337c..44191cbf42b 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 d4c8039f5c6..5566879cf04 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 77c7ddc10f1..ef5607a2d05 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 a5ac43e6cef..2932676b58a 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 fa0bced67c9..cb390b1c2bd 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 e365ba7f153..0d27cdb72f7 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 31aff621b00..aae7b4e8895 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 0dccc26ff14..865295f7c58 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 312c94bd009..c426a6b2522 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 75436b8080b..405c85d4b09 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 45391c7b6f8..76345cf6867 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 0dcbb83c4df..fd1c905048e 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 bf3fd871332..a49ff110b2d 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 e1e103f58e1..893e476e2fd 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 a9c7a718541..39c6061a687 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 25dfa9f5092..6e4b9aca53b 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 a239795f3c3..a60b7306efb 100644 --- a/src/framework/GameSystem/Grid.h +++ b/src/framework/GameSystem/Grid.h @@ -129,3 +129,4 @@ class TRINITY_DLL_DECL Grid TypeMapContainer<WORLD_OBJECT_TYPES> i_objects; }; #endif + diff --git a/src/framework/GameSystem/GridLoader.h b/src/framework/GameSystem/GridLoader.h index 882974b81b0..23d32858e50 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 d233b844572..715d13fa2fe 100644 --- a/src/framework/GameSystem/GridRefManager.h +++ b/src/framework/GameSystem/GridRefManager.h @@ -41,3 +41,4 @@ class GridRefManager : public RefManager<GridRefManager<OBJECT>, OBJECT> iterator rend() { return iterator(NULL); } }; #endif + diff --git a/src/framework/GameSystem/GridReference.h b/src/framework/GameSystem/GridReference.h index 65592e780b1..5f9dbaf5279 100644 --- a/src/framework/GameSystem/GridReference.h +++ b/src/framework/GameSystem/GridReference.h @@ -52,3 +52,4 @@ class TRINITY_DLL_SPEC GridReference : public Reference<GridRefManager<OBJECT>, GridReference *next() { return (GridReference*)Reference<GridRefManager<OBJECT>, OBJECT>::next(); } }; #endif + diff --git a/src/framework/GameSystem/NGrid.h b/src/framework/GameSystem/NGrid.h index ecb20ff5069..617c85d735d 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 b7949b8b461..8d4989debb7 100644 --- a/src/framework/GameSystem/TypeContainer.h +++ b/src/framework/GameSystem/TypeContainer.h @@ -128,3 +128,4 @@ class TRINITY_DLL_DECL TypeMapContainer ContainerMapList<OBJECT_TYPES> i_elements; }; #endif + diff --git a/src/framework/GameSystem/TypeContainerFunctions.h b/src/framework/GameSystem/TypeContainerFunctions.h index 4dc1bcf79ba..4ca4e660236 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 33df2b1461c..6bb4c9e4bf5 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 c6999a88384..40f61b65cc4 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 b5c0434c1d3..bb59725bb76 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 cd7b6ff55bb..64d4976210c 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 5228359589b..cf4fa3e0def 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 72a7e265d62..df46d764917 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 15bcaa54686..cb963f9c2b0 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 acd8516fc56..aaf46810085 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 0f382197f1f..6961200c760 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 16bfa2c4b05..20d311858a7 100644 --- a/src/framework/Policies/SingletonImp.h +++ b/src/framework/Policies/SingletonImp.h @@ -90,3 +90,4 @@ Trinity::Singleton<T, ThreadingModel, CreatePolicy, LifeTimePolicy>::DestroySing template<> TYPE* Trinity::Singleton<TYPE, THREADINGMODEL, CREATIONPOLICY, OBJECTLIFETIME >::si_instance = 0; \ template<> bool Trinity::Singleton<TYPE, THREADINGMODEL, CREATIONPOLICY, OBJECTLIFETIME >::si_destroyed = false #endif + diff --git a/src/framework/Policies/ThreadingModel.h b/src/framework/Policies/ThreadingModel.h index 08d72854781..e41ed53b416 100644 --- a/src/framework/Policies/ThreadingModel.h +++ b/src/framework/Policies/ThreadingModel.h @@ -127,3 +127,4 @@ template<class T, class MUTEX> MUTEX Trinity::ClassLevelLockable<T, MUTEX>::si_m #define INSTANTIATE_CLASS_MUTEX(CTYPE,MUTEX) \ template class TRINITY_DLL_DECL Trinity::ClassLevelLockable<CTYPE, MUTEX > #endif + diff --git a/src/framework/Utilities/ByteConverter.h b/src/framework/Utilities/ByteConverter.h index 59081ef8ccd..bfb5fea1471 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 29de60d998d..05fa2d9d160 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 693df05dddc..3c4a2185651 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 0c2294fc8c5..f4cbf240493 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 ef217a72dd9..b3f7ab2aab7 100644 --- a/src/framework/Utilities/CountedReference/ReferenceImpl.h +++ b/src/framework/Utilities/CountedReference/ReferenceImpl.h @@ -130,3 +130,4 @@ Referencer<T, THREADING_MODEL>::addReference(ReferenceHolder<T, THREADING_MODEL> ++holder->i_referenceCount; } #endif + diff --git a/src/framework/Utilities/EventProcessor.cpp b/src/framework/Utilities/EventProcessor.cpp index cd80a9effcc..b547392065a 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 508da2cc0fd..0ce4251def7 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 347fe7fa849..a25bbf75d5e 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 bfb163cc9c9..5f0e3a9e10b 100644 --- a/src/framework/Utilities/LinkedReference/RefManager.h +++ b/src/framework/Utilities/LinkedReference/RefManager.h @@ -55,3 +55,4 @@ template <class TO, class FROM> class RefManager : public LinkedListHead //===================================================== #endif + diff --git a/src/framework/Utilities/LinkedReference/Reference.h b/src/framework/Utilities/LinkedReference/Reference.h index 28c77d918aa..bba58cf06d3 100644 --- a/src/framework/Utilities/LinkedReference/Reference.h +++ b/src/framework/Utilities/LinkedReference/Reference.h @@ -91,3 +91,4 @@ template <class TO, class FROM> class Reference : public LinkedListElement //===================================================== #endif + diff --git a/src/framework/Utilities/TypeList.h b/src/framework/Utilities/TypeList.h index daa6886467a..143a9738381 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<T1, TYPELIST_3(T2, T3, T4) > #define TYPELIST_5(T1, T2, T3, T4, T5) TypeList<T1, TYPELIST_4(T2, T3, T4, T5) > #endif + diff --git a/src/framework/Utilities/UnorderedMap.h b/src/framework/Utilities/UnorderedMap.h index 31cd453ecba..a1de27cb615 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 d12f07e7bfd..6d27df2cb73 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 0c1703ee2d9..febd5c6216b 100644 --- a/src/game/AccountMgr.h +++ b/src/game/AccountMgr.h @@ -58,3 +58,4 @@ class AccountMgr #define accmgr Trinity::Singleton<AccountMgr>::Instance() #endif + diff --git a/src/game/AddonHandler.cpp b/src/game/AddonHandler.cpp index 74bb4d9d6bc..63582113914 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 6a3b6d21c83..6255bd551e2 100644 --- a/src/game/AddonHandler.h +++ b/src/game/AddonHandler.h @@ -37,3 +37,4 @@ class AddonHandler }; #define sAddOnHandler Trinity::Singleton<AddonHandler>::Instance() #endif + diff --git a/src/game/AggressorAI.cpp b/src/game/AggressorAI.cpp index 65dd1849217..a001ea5af22 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 e50a4c0ece3..97dccbcd329 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 8f467dfe632..c24162d2708 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 5f1dfdb93d7..c498ed33be4 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 3c6972cdcd0..9641c1e5992 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 d2c9f54d04b..9ba2e65ec92 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 c200c9751a6..9fc448cf20b 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 f05d31abb41..bd3b51af4d2 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 71b14d17a4a..3a224b8f752 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 cccba8413da..83fd19d19c6 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 765d40f3962..331b12acde5 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 97f06917485..d930809cf4a 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 d392f074600..ccaab6cf6bc 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 d1d9cb19f28..b28ce709ada 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 8737088894a..ad9720ad5fe 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 edddc110600..8a07831eb38 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 00e1090d8d5..501ac8eef33 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 464108d63c9..3fcea59c8e8 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 c65ca479712..9eced355ba3 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 e80ad47d869..310635b995f 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 6f4ac89c64e..a010bb166ac 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 a16464dd31b..00f826f8207 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 1af6aaabf8b..e9eba524349 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 0152a889f30..30ff2b3e584 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 fc99fe3f1fe..b1522c939f7 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 b4a28d93fd8..259ee1fed13 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 70b899d5f85..5edcc1457d3 100644 --- a/src/game/BattleGroundMgr.h +++ b/src/game/BattleGroundMgr.h @@ -251,3 +251,4 @@ class BattleGroundMgr #define sBattleGroundMgr Trinity::Singleton<BattleGroundMgr>::Instance() #endif + diff --git a/src/game/BattleGroundNA.cpp b/src/game/BattleGroundNA.cpp index f06910af986..5debaa3c6a5 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 45dc9efec31..ae419b9fc44 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 193578e88b0..6d68403fe4c 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 d3f58264833..599cb53dc63 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 755089473e8..500b00feb46 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 17b59d98343..61898f92255 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 35bcdbeea8a..160e037bcfb 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 ee026ec8353..463b051f7ac 100644 --- a/src/game/CellImpl.h +++ b/src/game/CellImpl.h @@ -178,3 +178,4 @@ Cell::Visit(const CellLock<LOCK_TYPE> &l, TypeContainerVisitor<T, CONTAINER> &vi } } #endif + diff --git a/src/game/Channel.cpp b/src/game/Channel.cpp index e05a9793857..bf787d7d25d 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 b8d322ee9f7..82b62df12c4 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 ae869f36d4d..71e7ea365c2 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 c31998c0569..453ee144d86 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 192e85a5347..4aef21df530 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 fa2bc71152c..f64877095ed 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 8329aab4d67..e6474968606 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 7b5b552e74e..22b58cccdf3 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 0ab8814fa29..fb212870822 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 ad8bab6e369..bb7b56fdca7 100644 --- a/src/game/ConfusedMovementGenerator.cpp +++ b/src/game/ConfusedMovementGenerator.cpp @@ -161,3 +161,4 @@ template void ConfusedMovementGenerator<Player>::Reset(Player &player); template void ConfusedMovementGenerator<Creature>::Reset(Creature &creature); template bool ConfusedMovementGenerator<Player>::Update(Player &player, const uint32 &diff); template bool ConfusedMovementGenerator<Creature>::Update(Creature &creature, const uint32 &diff); + diff --git a/src/game/ConfusedMovementGenerator.h b/src/game/ConfusedMovementGenerator.h index 8847460c504..4940c4bcaea 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 989ccd61151..fe4794dea41 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 3cd6299a494..91131c1cb85 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 681aab3ebe3..179143b1502 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 97796f3e639..ea81053aab3 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 885d9ddcadb..409463b0052 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 c39fb6ce9dd..a259475b543 100644 --- a/src/game/CreatureAI.h +++ b/src/game/CreatureAI.h @@ -174,3 +174,4 @@ typedef FactoryHolder<CreatureAI> CreatureAICreator; typedef FactoryHolder<CreatureAI>::FactoryHolderRegistry CreatureAIRegistry; typedef FactoryHolder<CreatureAI>::FactoryHolderRepository CreatureAIRepository; #endif + diff --git a/src/game/CreatureAIImpl.h b/src/game/CreatureAIImpl.h index 2122adeb61c..2f82522f426 100644 --- a/src/game/CreatureAIImpl.h +++ b/src/game/CreatureAIImpl.h @@ -30,3 +30,4 @@ CreatureAIFactory<REAL_AI>::Create(void *data) const return (new REAL_AI(creature)); } #endif + diff --git a/src/game/CreatureAIRegistry.cpp b/src/game/CreatureAIRegistry.cpp index 12b4aa97d0d..2ac73da702b 100644 --- a/src/game/CreatureAIRegistry.cpp +++ b/src/game/CreatureAIRegistry.cpp @@ -53,3 +53,4 @@ namespace AIRegistry (new MovementGeneratorFactory<WaypointMovementGenerator<Creature> >(WAYPOINT_MOTION_TYPE))->RegisterSelf(); } } + diff --git a/src/game/CreatureAIRegistry.h b/src/game/CreatureAIRegistry.h index 0fecef476dc..b4155403e9b 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 bebc810e6c0..a2f3d39fcc7 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 8a354a4007e..c7b4e541f3c 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 3669c638c45..6b69a9102dd 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 c8dd45c1b3f..dbf8dcec645 100644 --- a/src/game/CreatureGroups.h +++ b/src/game/CreatureGroups.h @@ -66,3 +66,4 @@ extern UNORDERED_MAP<uint32, FormationMember*> CreatureGroupMap; #define formation_mgr Trinity::Singleton<CreatureGroupManager>::Instance() #endif + diff --git a/src/game/Debugcmds.cpp b/src/game/Debugcmds.cpp index daa8a2f8fa3..c0f673a539a 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 1a9beab4a01..904509aeef4 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 311fb4f4d70..4c259d0dfde 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 443f6a90211..fcc2d946de8 100644 --- a/src/game/DestinationHolderImp.h +++ b/src/game/DestinationHolderImp.h @@ -247,3 +247,4 @@ DestinationHolder<TRAVELLER>::GetLocationNowNoMicroMovement(float &x, float &y, } #endif + diff --git a/src/game/DuelHandler.cpp b/src/game/DuelHandler.cpp index bc3cf7db4bf..58506f949e9 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 4f63a149244..96b6f68bb77 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 a27be9a521c..1bcd29998f8 100644 --- a/src/game/DynamicObject.h +++ b/src/game/DynamicObject.h @@ -73,3 +73,4 @@ class DynamicObject : public WorldObject GridReference<DynamicObject> m_gridRef; }; #endif + diff --git a/src/game/FleeingMovementGenerator.cpp b/src/game/FleeingMovementGenerator.cpp index ff3d2f21b78..87800d2edc1 100644 --- a/src/game/FleeingMovementGenerator.cpp +++ b/src/game/FleeingMovementGenerator.cpp @@ -402,3 +402,4 @@ template void FleeingMovementGenerator<Player>::Reset(Player &); template void FleeingMovementGenerator<Creature>::Reset(Creature &); template bool FleeingMovementGenerator<Player>::Update(Player &, const uint32 &); template bool FleeingMovementGenerator<Creature>::Update(Creature &, const uint32 &); + diff --git a/src/game/FleeingMovementGenerator.h b/src/game/FleeingMovementGenerator.h index 23b5a0ad589..6a4f3593370 100644 --- a/src/game/FleeingMovementGenerator.h +++ b/src/game/FleeingMovementGenerator.h @@ -63,3 +63,4 @@ class TRINITY_DLL_SPEC FleeingMovementGenerator DestinationHolder< Traveller<T> > i_destinationHolder; }; #endif + diff --git a/src/game/FollowerRefManager.h b/src/game/FollowerRefManager.h index ab445fa29df..136fdbfeadb 100644 --- a/src/game/FollowerRefManager.h +++ b/src/game/FollowerRefManager.h @@ -31,3 +31,4 @@ class FollowerRefManager : public RefManager<Unit, TargetedMovementGeneratorBase }; #endif + diff --git a/src/game/FollowerReference.cpp b/src/game/FollowerReference.cpp index c554f6b44ba..44c8e8d55de 100644 --- a/src/game/FollowerReference.cpp +++ b/src/game/FollowerReference.cpp @@ -36,3 +36,4 @@ void FollowerReference::sourceObjectDestroyLink() { getSource()->stopFollowing(); } + diff --git a/src/game/FollowerReference.h b/src/game/FollowerReference.h index 1a7c09d13e9..16fa880bcfe 100644 --- a/src/game/FollowerReference.h +++ b/src/game/FollowerReference.h @@ -34,3 +34,4 @@ class TRINITY_DLL_SPEC FollowerReference : public Reference<Unit, TargetedMoveme void sourceObjectDestroyLink(); }; #endif + diff --git a/src/game/Formulas.h b/src/game/Formulas.h index f9915a2001c..f54917be6f3 100644 --- a/src/game/Formulas.h +++ b/src/game/Formulas.h @@ -206,3 +206,4 @@ namespace Trinity } } #endif + diff --git a/src/game/GameEvent.cpp b/src/game/GameEvent.cpp index ee6f348296a..ae2dc488b86 100644 --- a/src/game/GameEvent.cpp +++ b/src/game/GameEvent.cpp @@ -1532,3 +1532,4 @@ void GameEvent::SendWorldStateUpdate(Player * plr, uint16 event_id) plr->SendUpdateWorldState(itr->second.max_world_state, (uint32)(itr->second.reqNum)); } } + diff --git a/src/game/GameEvent.h b/src/game/GameEvent.h index 2655a5925db..9f69aa9e6ea 100644 --- a/src/game/GameEvent.h +++ b/src/game/GameEvent.h @@ -160,3 +160,4 @@ class GameEvent #define gameeventmgr Trinity::Singleton<GameEvent>::Instance() #endif + diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 82102a99444..9338ee17079 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 3b837a0550c..2eb51a6fbe4 100644 --- a/src/game/GameObject.h +++ b/src/game/GameObject.h @@ -600,3 +600,4 @@ class TRINITY_DLL_SPEC GameObject : public WorldObject GridReference<GameObject> m_gridRef; }; #endif + diff --git a/src/game/GlobalEvents.cpp b/src/game/GlobalEvents.cpp index 635d426f694..a2dd89d34c0 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 a1c6b31a406..6ec6e6b60b1 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 85414fa3372..b0f717eea9e 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 ac4ac213b3d..e2279550528 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 1c67bd0ca3a..9b39702d397 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 a189aa72304..f516035ea16 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 f0d7a5da034..b7b0a9d4292 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 dfb202a37e1..57fde9423d5 100644 --- a/src/game/GridNotifiersImpl.h +++ b/src/game/GridNotifiersImpl.h @@ -489,3 +489,4 @@ void Trinity::PlayerSearcher<Check>::Visit(PlayerMapType &m) } #endif // TRINITY_GRIDNOTIFIERSIMPL_H + diff --git a/src/game/GridStates.cpp b/src/game/GridStates.cpp index 5cf5c8b8c11..d38cd922537 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 2764d09506c..167f30b8371 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 908a610e7a2..7364041bc23 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 9882966e3f6..76543dd4873 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 f875e833c77..a283a6baff5 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 1bef31f076f..94741c30279 100644 --- a/src/game/GroupRefManager.h +++ b/src/game/GroupRefManager.h @@ -33,3 +33,4 @@ class GroupRefManager : public RefManager<Group, Player> GroupReference* getFirst() { return ((GroupReference* ) RefManager<Group, Player>::getFirst()); } }; #endif + diff --git a/src/game/GroupReference.cpp b/src/game/GroupReference.cpp index 25ea473309a..24646e3059a 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 66e91bd3a8a..0b338991109 100644 --- a/src/game/GroupReference.h +++ b/src/game/GroupReference.h @@ -41,3 +41,4 @@ class TRINITY_DLL_SPEC GroupReference : public Reference<Group, Player> void setSubGroup(uint8 pSubGroup) { iSubGroup = pSubGroup; } }; #endif + diff --git a/src/game/GuardAI.cpp b/src/game/GuardAI.cpp index d3c3d9a7330..0a892961f4d 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 30f76dd509a..b7b3c79607b 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 d16274dbf5b..ec14ca04192 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 683ff980e3a..5dc6c00111d 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 4711f2d0902..77e9af49ed3 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 0f5b9b2543b..ddf66ad220c 100644 --- a/src/game/HomeMovementGenerator.cpp +++ b/src/game/HomeMovementGenerator.cpp @@ -82,3 +82,4 @@ HomeMovementGenerator<Creature>::Update(Creature &owner, const uint32& time_diff return true; } + diff --git a/src/game/HomeMovementGenerator.h b/src/game/HomeMovementGenerator.h index a116027608f..12d5f150405 100644 --- a/src/game/HomeMovementGenerator.h +++ b/src/game/HomeMovementGenerator.h @@ -55,3 +55,4 @@ class TRINITY_DLL_SPEC HomeMovementGenerator<Creature> uint32 i_travel_timer; }; #endif + diff --git a/src/game/HostilRefManager.cpp b/src/game/HostilRefManager.cpp index a2928158a2c..f1cb465520e 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 4d049b234c0..e7addd5479b 100644 --- a/src/game/HostilRefManager.h +++ b/src/game/HostilRefManager.h @@ -66,3 +66,4 @@ class HostilRefManager : public RefManager<Unit, ThreatManager> }; //================================================= #endif + diff --git a/src/game/IdleMovementGenerator.cpp b/src/game/IdleMovementGenerator.cpp index 6b68dd8eeed..ff21643c2b0 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 8a8aece5458..3719f7bc7d7 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 c605de2c453..28145973bc0 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 8fea525a6e2..cd3a50787ef 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 cb95dac6978..21d806db921 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 7dcf13aede8..58b891b3a9f 100644 --- a/src/game/InstanceSaveMgr.h +++ b/src/game/InstanceSaveMgr.h @@ -173,3 +173,4 @@ class TRINITY_DLL_DECL InstanceSaveManager : public Trinity::Singleton<InstanceS #define sInstanceSaveManager Trinity::Singleton<InstanceSaveManager>::Instance() #endif + diff --git a/src/game/Item.cpp b/src/game/Item.cpp index b0c2109a5b5..766bd81d640 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 72c09b0c1da..3417f2fcc6d 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 52a2e5dc1eb..3326fb56e96 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 97053c1ec36..17cf634860e 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 085c9553a30..0e46115de08 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 1ca412d246a..15b01faf5a2 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 a3379c4d79b..667b65327d5 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 590c21e715b..f19ffe3fe15 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 bd40ee431ac..62aa5d41709 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 5ee72a786d9..489cc656243 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 2b996cfd0fb..c4dd39b8be7 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 f1a08f0b2c4..6a909d447ba 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 a4a8a7a1f01..6ca7ae1c535 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 9271c14ed13..c8511c3deeb 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 1cb02c29bfc..8c64531bf4a 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 48bf94c4411..5698fdf03f2 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 f937c357325..784028e6d5d 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 66542030464..fa71a2f23bc 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 0c26fb36a00..d967015478f 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 1a58eb2e74e..47c0fb56b0c 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 0efe5034dfa..740a9f45fbe 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 fdd62d2d4ce..7f3764eb31e 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 cba0a86d1a5..aa04cf550c1 100644 --- a/src/game/MapManager.h +++ b/src/game/MapManager.h @@ -142,3 +142,4 @@ class TRINITY_DLL_DECL MapManager : public Trinity::Singleton<MapManager, Trinit uint32 i_MaxInstanceId; }; #endif + diff --git a/src/game/MapRefManager.h b/src/game/MapRefManager.h index bfd0ca12eda..cf8170a7bb3 100644 --- a/src/game/MapRefManager.h +++ b/src/game/MapRefManager.h @@ -42,3 +42,4 @@ class MapRefManager : public RefManager<Map, Player> const_iterator end() const { return const_iterator(NULL); } }; #endif + diff --git a/src/game/MapReference.h b/src/game/MapReference.h index 5300d1aa4a7..50a7dcea5a4 100644 --- a/src/game/MapReference.h +++ b/src/game/MapReference.h @@ -50,3 +50,4 @@ class TRINITY_DLL_SPEC MapReference : public Reference<Map, Player> MapReference const *nocheck_prev() const { return (MapReference const*)Reference<Map, Player>::nocheck_prev(); } }; #endif + diff --git a/src/game/MiscHandler.cpp b/src/game/MiscHandler.cpp index a6b84d30de2..742cc69ff25 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 b5a68a19d38..7bfae33c079 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 84057741d08..d362e6574f0 100644 --- a/src/game/MotionMaster.h +++ b/src/game/MotionMaster.h @@ -152,3 +152,4 @@ class TRINITY_DLL_SPEC MotionMaster //: private std::stack<MovementGenerator *> uint8 m_cleanFlag; }; #endif + diff --git a/src/game/MovementGenerator.cpp b/src/game/MovementGenerator.cpp index 3cfccdb81c7..ee314ffae3f 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 d362b6be648..49d0ce8798a 100644 --- a/src/game/MovementGenerator.h +++ b/src/game/MovementGenerator.h @@ -98,3 +98,4 @@ typedef FactoryHolder<MovementGenerator,MovementGeneratorType> MovementGenerator typedef FactoryHolder<MovementGenerator,MovementGeneratorType>::FactoryHolderRegistry MovementGeneratorRegistry; typedef FactoryHolder<MovementGenerator,MovementGeneratorType>::FactoryHolderRepository MovementGeneratorRepository; #endif + diff --git a/src/game/MovementGeneratorImpl.h b/src/game/MovementGeneratorImpl.h index 43c18ac6866..7197adb5dfe 100644 --- a/src/game/MovementGeneratorImpl.h +++ b/src/game/MovementGeneratorImpl.h @@ -30,3 +30,4 @@ MovementGeneratorFactory<MOVEMENT_GEN>::Create(void *data) const return (new MOVEMENT_GEN()); } #endif + diff --git a/src/game/MovementHandler.cpp b/src/game/MovementHandler.cpp index b8dede604d2..2eb3bab12e7 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 fd23991392a..23077ec36be 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 096017b1054..e359878173f 100644 --- a/src/game/NPCHandler.h +++ b/src/game/NPCHandler.h @@ -77,3 +77,4 @@ struct NpcTextLocale std::vector<std::vector<std::string> > Text_1; }; #endif + diff --git a/src/game/NullCreatureAI.cpp b/src/game/NullCreatureAI.cpp index 164aa2f7974..0814e348a80 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 a9814c9c5e0..3c9c35cdc9d 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 1d5db0e925e..ce222e069bf 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 d4d9759ed1b..a485f117938 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 d2b0878c595..5ad5f036813 100644 --- a/src/game/ObjectAccessor.cpp +++ b/src/game/ObjectAccessor.cpp @@ -613,3 +613,4 @@ template Creature* ObjectAccessor::GetObjectInWorld<Creature>(uint32 mapid, floa template Corpse* ObjectAccessor::GetObjectInWorld<Corpse>(uint32 mapid, float x, float y, uint64 guid, Corpse* /*fake*/); template GameObject* ObjectAccessor::GetObjectInWorld<GameObject>(uint32 mapid, float x, float y, uint64 guid, GameObject* /*fake*/); template DynamicObject* ObjectAccessor::GetObjectInWorld<DynamicObject>(uint32 mapid, float x, float y, uint64 guid, DynamicObject* /*fake*/); + diff --git a/src/game/ObjectAccessor.h b/src/game/ObjectAccessor.h index 879c73288cc..bbfc06b78b6 100644 --- a/src/game/ObjectAccessor.h +++ b/src/game/ObjectAccessor.h @@ -229,3 +229,4 @@ class TRINITY_DLL_DECL ObjectAccessor : public Trinity::Singleton<ObjectAccessor LockType i_petGuard; }; #endif + diff --git a/src/game/ObjectDefines.h b/src/game/ObjectDefines.h index 88840ebd251..53a0174ba2f 100644 --- a/src/game/ObjectDefines.h +++ b/src/game/ObjectDefines.h @@ -114,3 +114,4 @@ inline char const* GetLogNameForGuid(uint64 guid) } } #endif + diff --git a/src/game/ObjectGridLoader.cpp b/src/game/ObjectGridLoader.cpp index 0e2b6ae329d..2d6d0e7c7a0 100644 --- a/src/game/ObjectGridLoader.cpp +++ b/src/game/ObjectGridLoader.cpp @@ -304,3 +304,4 @@ ObjectGridStoper::Visit(CreatureMapType &m) template void ObjectGridUnloader::Visit(GameObjectMapType &); template void ObjectGridUnloader::Visit(DynamicObjectMapType &); + diff --git a/src/game/ObjectGridLoader.h b/src/game/ObjectGridLoader.h index ebaaa1f5010..d076d0ba29b 100644 --- a/src/game/ObjectGridLoader.h +++ b/src/game/ObjectGridLoader.h @@ -108,3 +108,4 @@ class TRINITY_DLL_DECL ObjectGridStoper typedef GridLoader<Player, AllWorldObjectTypes, AllGridObjectTypes> GridLoaderType; #endif + diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index c2fdb8a461e..55af142a094 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 7d7a419d923..5dbea9c0ce4 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 7012ea04fb6..eebe4343797 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 202166a57a0..12f9c9459fa 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 a6f050c5a62..57f072ebbef 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 5643c5f3148..e7bd21059a7 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 93064c85d88..41747dba100 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 d454848e249..ae242a1da16 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 ced9bcf09e6..b31f79a6288 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 dd274097dfa..da41761d572 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 7f1ffa3faa6..5c53bf4eaba 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 033f67d97d3..7426876b42b 100644 --- a/src/game/OutdoorPvPMgr.h +++ b/src/game/OutdoorPvPMgr.h @@ -79,3 +79,4 @@ private: #define sOutdoorPvPMgr Trinity::Singleton<OutdoorPvPMgr>::Instance() #endif /*OUTDOOR_PVP_MGR_H_*/ + diff --git a/src/game/OutdoorPvPNA.cpp b/src/game/OutdoorPvPNA.cpp index 827f988a959..9b59347dd2d 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 a833a6d95b2..b6be2270cda 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 b907fa7cdba..7c4fd5e6de8 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 4b65c72e6f9..d21655795e9 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 b2bbc8a109b..378543da48e 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 0eb07af508f..4b0b5da357e 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 bd8355de667..b94bc9246ee 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 802f163d977..255ddb1fda9 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 be2a8c7f093..b220f6a778f 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 8ccbe77f363..b9d5ae7bc2e 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 2bf7cfa4d6b..2b793aed892 100644 --- a/src/game/Path.h +++ b/src/game/Path.h @@ -85,3 +85,4 @@ class Path std::vector<PathNode> i_nodes; }; #endif + diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 72951420573..5934af12d1e 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 9d187b24b45..932c5795e01 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 67607defba0..f841d83fdb0 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 b81bdd8e14f..017627d73f0 100644 --- a/src/game/PetAI.h +++ b/src/game/PetAI.h @@ -58,3 +58,4 @@ class TRINITY_DLL_DECL PetAI : public CreatureAI std::vector<TargetSpellPair> m_targetSpellStore; }; #endif + diff --git a/src/game/PetHandler.cpp b/src/game/PetHandler.cpp index 907b7b7a95a..05c889b8cf9 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 8fc18b1c259..7ae368140c7 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 0e4987c6da8..1bae9a90c9e 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 7137738d20d..20485fddb92 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -2379,3 +2379,4 @@ template <class T> 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 fb22e963ca0..b061b63a06a 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 c8335216716..2fbdf513ce5 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 a4795974e96..4aa21d32d55 100644 --- a/src/game/PointMovementGenerator.cpp +++ b/src/game/PointMovementGenerator.cpp @@ -82,3 +82,4 @@ template void PointMovementGenerator<Player>::MovementInform(Player&); template void PointMovementGenerator<Creature>::Initialize(Creature&); template bool PointMovementGenerator<Creature>::Update(Creature&, const uint32 &diff); + diff --git a/src/game/PointMovementGenerator.h b/src/game/PointMovementGenerator.h index 8a3f0da675f..5d0bb4e80e7 100644 --- a/src/game/PointMovementGenerator.h +++ b/src/game/PointMovementGenerator.h @@ -51,3 +51,4 @@ class TRINITY_DLL_SPEC PointMovementGenerator DestinationHolder< Traveller<T> > i_destinationHolder; }; #endif + diff --git a/src/game/PossessedAI.cpp b/src/game/PossessedAI.cpp index f291221216a..23ac5fae43e 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 5c4a670c200..c9ad643eea1 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 9f9eecc2234..f7777367771 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 4dd202bc344..3e190d67220 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 52f58c2c87e..7b447c611c2 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 abb285e6dbb..c447b170d4c 100644 --- a/src/game/QuestHandler.cpp +++ b/src/game/QuestHandler.cpp @@ -660,3 +660,4 @@ void WorldSession::HandleQuestgiverStatusQueryMultipleOpcode(WorldPacket& /*recv data.put<uint32>(0, count); // write real count SendPacket(&data); } + diff --git a/src/game/RandomMovementGenerator.cpp b/src/game/RandomMovementGenerator.cpp index 0679d1381db..cb748883772 100644 --- a/src/game/RandomMovementGenerator.cpp +++ b/src/game/RandomMovementGenerator.cpp @@ -182,3 +182,4 @@ RandomMovementGenerator<Creature>::Update(Creature &creature, const uint32 &diff } return true; } + diff --git a/src/game/RandomMovementGenerator.h b/src/game/RandomMovementGenerator.h index ed34b96f608..a7105284ac6 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 29b07f60b00..d15c71b28ef 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 cea1e8dcdb5..a1c99707736 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 4bd305917b2..37880cc3dfd 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 52b2f27f218..b66f23563de 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 e0e3a5ba077..dd45d4700fa 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 2a1c6ec9d82..5a5869047a5 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 bdd126e0cb3..350062101fe 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 d4d46d8611d..d89cbbdcddf 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 904136cd9d3..38684b9933a 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 56e48bf75c4..973d0bf9c39 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 baabe9b043f..e745d95abb3 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 1cc14589e51..f5bf3c8600c 100644 --- a/src/game/SocialMgr.h +++ b/src/game/SocialMgr.h @@ -157,3 +157,4 @@ class SocialMgr #define sSocialMgr Trinity::Singleton<SocialMgr>::Instance() #endif + diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 4a05ac0d30c..450cd5e672b 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 a7110803ee9..df630a33432 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 cf628515925..d8a9d73cf46 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 5c03f41def7..06b092cf8c4 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 4912548d5b3..249eb4b6762 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 b529e5139c9..b92202375dc 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 940135e2db5..c4bbfe88be4 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 af49e687bbf..35105593cc6 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 747f40c064f..f823c7e9c09 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 bd5ab61eeff..ae96953e337 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 88558861257..34b0848d2c5 100644 --- a/src/game/TargetedMovementGenerator.cpp +++ b/src/game/TargetedMovementGenerator.cpp @@ -211,3 +211,4 @@ template bool TargetedMovementGenerator<Player>::Update(Player &, const uint32 & template bool TargetedMovementGenerator<Creature>::Update(Creature &, const uint32 &); template Unit* TargetedMovementGenerator<Player>::GetTarget() const; template Unit* TargetedMovementGenerator<Creature>::GetTarget() const; + diff --git a/src/game/TargetedMovementGenerator.h b/src/game/TargetedMovementGenerator.h index 75e60728ea3..609e517078c 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 640618eaebb..c65a4214892 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 1508c6cf95c..d30ad9ec56e 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 7f20ee9c5a9..fe9763f5301 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 3b4491b943e..f093d06ad1b 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 d4a3910e91e..56281b9f8f3 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 5d6b1e095fa..6a4606aadca 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 09d975ccf21..e8b75c9f284 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 f8a0632c0ca..f3fa7d98f7d 100644 --- a/src/game/TicketMgr.h +++ b/src/game/TicketMgr.h @@ -74,3 +74,4 @@ class TicketMgr #endif #define ticketmgr Trinity::Singleton<TicketMgr>::Instance() + diff --git a/src/game/Tools.cpp b/src/game/Tools.cpp index 7abc016df48..e553b86f8e9 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 03b48a7e9a3..2a71121129b 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 2ac26f823d6..2889f6f9188 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 43ae4f4912c..82b183d5d62 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 4d7b45eba8e..3593f8396a1 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 8ce40e60c81..50ea764abfd 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 dc3bd020ccf..278bb37c81c 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 b2ed69fe251..86d21c9a724 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 e49383ad1de..a814a0f70b9 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 64b9d1c310d..436f8b051cd 100644 --- a/src/game/Traveller.h +++ b/src/game/Traveller.h @@ -113,3 +113,4 @@ inline void Traveller<Player>::MoveTo(float x, float y, float z, uint32 t) typedef Traveller<Creature> CreatureTraveller; typedef Traveller<Player> PlayerTraveller; #endif + diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index cc6d1f7aa94..56a96511fd6 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 e796256cfa2..90935e6e3ab 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 35003c3d09e..4bc362893a3 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 2b6282997e8..91ef84bb372 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 8fdcac4b400..256c572bb1d 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 db64e0bc1dd..c8e70fc2198 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 9949dd6aa5b..436aa523440 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 f75678f305f..ba03ee1c543 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 8a9de3849c4..30947abe4c8 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 2e1ac25c369..1c41617fff7 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 5a3b1eee8e2..01161f44f57 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 b8f72bb5dbf..eec6ad70e5c 100644 --- a/src/game/WaypointMovementGenerator.h +++ b/src/game/WaypointMovementGenerator.h @@ -116,3 +116,4 @@ public PathMovementBase<Player> }; #endif + diff --git a/src/game/Weather.cpp b/src/game/Weather.cpp index d825b2f4064..498beab0412 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 7fc3068ffe7..cbd4daad1ad 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 e494d041b5f..481569a9c7a 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 502f403d130..590ca60b439 100644 --- a/src/game/World.h +++ b/src/game/World.h @@ -598,3 +598,4 @@ extern uint32 realmID; #define sWorld Trinity::Singleton<World>::Instance() #endif /// @} + diff --git a/src/game/WorldLog.cpp b/src/game/WorldLog.cpp index 4881b997495..a1065dced5c 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 8ec03d37d6d..0a7c2a08067 100644 --- a/src/game/WorldLog.h +++ b/src/game/WorldLog.h @@ -76,3 +76,4 @@ class TRINITY_DLL_DECL WorldLog : public Trinity::Singleton<WorldLog, Trinity::C #define sWorldLog WorldLog::Instance() #endif /// @} + diff --git a/src/game/WorldSession.cpp b/src/game/WorldSession.cpp index 7f28d3e4e94..6065e491993 100644 --- a/src/game/WorldSession.cpp +++ b/src/game/WorldSession.cpp @@ -518,3 +518,4 @@ void WorldSession::SendAuthWaitQue(uint32 position) SendPacket(&packet); } } + diff --git a/src/game/WorldSession.h b/src/game/WorldSession.h index a19e0bb7376..d9fa35f3208 100644 --- a/src/game/WorldSession.h +++ b/src/game/WorldSession.h @@ -657,3 +657,4 @@ class TRINITY_DLL_SPEC WorldSession }; #endif /// @} + diff --git a/src/game/WorldSocket.cpp b/src/game/WorldSocket.cpp index c54a7aaf45a..9ad3bff234f 100644 --- a/src/game/WorldSocket.cpp +++ b/src/game/WorldSocket.cpp @@ -1016,3 +1016,4 @@ bool WorldSocket::iFlushPacketQueue () return haveone; } + diff --git a/src/game/WorldSocket.h b/src/game/WorldSocket.h index fc564b6553a..7adf16373fe 100644 --- a/src/game/WorldSocket.h +++ b/src/game/WorldSocket.h @@ -233,3 +233,4 @@ class WorldSocket : protected WorldHandler #endif /* _WORLDSOCKET_H */ /// @} + diff --git a/src/game/WorldSocketMgr.cpp b/src/game/WorldSocketMgr.cpp index baf8896f3f2..e73b8993d0b 100644 --- a/src/game/WorldSocketMgr.cpp +++ b/src/game/WorldSocketMgr.cpp @@ -366,3 +366,4 @@ WorldSocketMgr::Instance () { return ACE_Singleton<WorldSocketMgr,ACE_Thread_Mutex>::instance(); } + diff --git a/src/game/WorldSocketMgr.h b/src/game/WorldSocketMgr.h index fc009d69f80..f6e55614d46 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 d45c56817ba..7cbb7f13648 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 b007e8c3d0e..020f8bcdc96 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 2baba88e9e0..da31da3a522 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 37979bdd76f..df25e4f934d 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 91c065d3640..615edd26ca5 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 1c19ec2238d..5b7c4040f13 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 73fcf90bfa8..90334543b82 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 d748dc6d747..6794d3bd103 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 fa2937e13e4..0463051b6a6 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 9929cd41fdf..ca5094810d6 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 d5907fdf473..e14ea6b27b9 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 3d0d19d9120..fb2d7cfc7b9 100644 --- a/src/shared/ByteBuffer.h +++ b/src/shared/ByteBuffer.h @@ -479,3 +479,4 @@ template <typename K, typename V> ByteBuffer &operator>>(ByteBuffer &b, std::map return b; } #endif + diff --git a/src/shared/Common.cpp b/src/shared/Common.cpp index db039b93a82..a31c88fdba5 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 c97de30ed46..5e6a2cca520 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 1dacb55b670..4f9402b5f01 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 7347d3ee7a1..4dbff1b1153 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<Config>::Instance() #endif + diff --git a/src/shared/Config/ConfigEnv.h b/src/shared/Config/ConfigEnv.h index 09877cbd296..eaa86c882df 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 543e8acf1f4..3e2aa8683fe 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 15c4f7fcd78..7887f86ccc1 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 cf589ffb2bc..487dae0bd0a 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 04bd1e006ad..81c01d15a58 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 1d54616a2b5..d8699b2c240 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 fb132c75768..67b806cd632 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 <SoundEntriesEntry> const* GetSoundEntriesStore() { return &sSoundEntriesStore; } TRINITY_DLL_SPEC DBCStorage <SpellEntry> const* GetSpellStore() { return &sSpellStore; } TRINITY_DLL_SPEC DBCStorage <SpellRangeEntry> const* GetSpellRangeStore() { return &sSpellRangeStore; } + diff --git a/src/shared/Database/DBCStores.h b/src/shared/Database/DBCStores.h index 98a54fbeccf..dd255894ded 100644 --- a/src/shared/Database/DBCStores.h +++ b/src/shared/Database/DBCStores.h @@ -204,3 +204,4 @@ TRINITY_DLL_SPEC DBCStorage <SoundEntriesEntry> const* GetSoundEntriesStore(); TRINITY_DLL_SPEC DBCStorage <SpellEntry> const* GetSpellStore(); TRINITY_DLL_SPEC DBCStorage <SpellRangeEntry> const* GetSpellRangeStore(); #endif + diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index f2dc8222a72..2f51f1d6579 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -891,3 +891,4 @@ typedef std::vector<TaxiPathNodeList> TaxiPathNodesByPath; #define TaxiMaskSize 16 typedef uint32 TaxiMask[TaxiMaskSize]; #endif + diff --git a/src/shared/Database/DBCfmt.cpp b/src/shared/Database/DBCfmt.cpp index 57a81921d62..cab781692f0 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 4623deacbed..7110fe44c54 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 7e64fbebb55..c2ee9349979 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 fe565cde7a6..664459473af 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 244f52d0106..5ab4ec04a65 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 0fae83caadf..72da1090a85 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 ee800fdf22e..1826a08f2aa 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 6a172bb12a0..25b5a58b863 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 7e541f84c73..6dc0c509869 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 9de786bf739..a7a4a2a9847 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 325c3168acb..32d49d0124b 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 20a88395b7e..a7817d9a630 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 430e262c39e..3e5f26376bb 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 b01d88b6f72..14cf1a64617 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 0525fb9f6d6..19941464cca 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 ab87fda59be..32e47c0959f 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 63808060b9f..d995b9f2473 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 79f5439ed06..3131bd4bbe4 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 8ebe03ede64..def1b0061e5 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 ac7f31223ba..61311728f2d 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 2bf64ed49ab..a041232f600 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 1416ac426cc..b2622f96707 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 cd1c7908e46..1419d6a2ac6 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 5a429d185cb..43e34532607 100644 --- a/src/shared/Database/SQLStorage.h +++ b/src/shared/Database/SQLStorage.h @@ -114,3 +114,4 @@ struct SQLStorageLoader : public SQLStorageLoaderBase<SQLStorageLoader> }; #endif + diff --git a/src/shared/Database/SQLStorageImpl.h b/src/shared/Database/SQLStorageImpl.h index 4f10c6eee05..82ff0beb60e 100644 --- a/src/shared/Database/SQLStorageImpl.h +++ b/src/shared/Database/SQLStorageImpl.h @@ -212,3 +212,4 @@ void SQLStorageLoaderBase<T>::Load(SQLStorage &store) store.MaxEntry = maxi; store.data = _data; } + diff --git a/src/shared/Database/SqlDelayThread.cpp b/src/shared/Database/SqlDelayThread.cpp index a265b48e622..16d5146fc53 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 093c1c843d0..4c77c122f1e 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 1a81c4c96a1..c11c5b9269d 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 0ebff9868d9..1a0d3c78d1b 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 9f570e72496..9b363dbff8d 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 e0cef4dee5f..aa36f6003dc 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 0e8feb8424a..7203f1c5420 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 9e910a4fcbf..d042be82b77 100644 --- a/src/shared/Log.cpp +++ b/src/shared/Log.cpp @@ -796,3 +796,4 @@ void error_db_log(const char * str, ...) Trinity::Singleton<Log>::Instance().outErrorDb(buf); } + diff --git a/src/shared/Log.h b/src/shared/Log.h index c4190264f3a..ab8c24571fb 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 8985b9cebc8..fbbeeb5a620 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 1afee4acd1b..d0ac6deb43c 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 0ae6f198640..aa9fd2dc348 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 3280d801261..30fb7da15b9 100644 --- a/src/shared/PacketLog.h +++ b/src/shared/PacketLog.h @@ -46,3 +46,4 @@ class PacketLog #define sPacketLog Trinity::Singleton<PacketLog>::Instance() #endif + diff --git a/src/shared/ProgressBar.cpp b/src/shared/ProgressBar.cpp index 3cb09290485..f5a45b9d862 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 77f1e4c43ec..3f217f228fe 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 2a152513977..d384884529a 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 fdc9d7d4e9e..d046acdcef4 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 9e7fe3e3045..6b4471e792d 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 848a8cfac4f..81b6bb58465 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 72b35319298..26d2275ec2a 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 4b91a8ede4c..98e60f83319 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 5d365639fbf..7b97edd8f5b 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 896d9c72f36..32cd78fa100 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 ee17047a9ef..8849b790f01 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 bc33a6699d1..ff4335b6774 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 1b7ad34d413..f4bf13bc558 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 1601f367de7..6c17f704692 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 7c7c801d690..319e7bb8c31 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 34f1917f5b3..cfaa600ee81 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 5e26b7ade8f..2552a16acc2 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 aa0df4d1e5c..a194d335381 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 60159ed8bea..01aef4b9d4c 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 08c58a60c8f..1362002bafd 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 b193ef9d57f..33c675d0806 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 4d2dc2aac78..9eb100161d8 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 98b4c9ddcf3..9613bf53d96 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 b8ec54e90be..e14a6dba676 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 9c5472f4c3a..bffca0d806d 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 8c4aec8a0b4..f7dd0f74859 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 3d1c0e29ff6..c6022d2ed69 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 bc8239b1568..c52dc7f5c51 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 fd83a318f65..e6a1a6f448b 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 3f0f9468172..a2fe8055fcf 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 af7fe224fe5..113199235bf 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 8f3fbd7a71a..d71396487b9 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 c3498ea9260..0800bfbda88 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 4c349cdaa62..2dad2047189 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 a8784a37219..9a4493d8817 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 cf2bc080865..3b93b63086b 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 5b4064915e4..8ece6de4652 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 49a28d5272d..4961064d188 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 99c407c33d9..16f8aa77efa 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 267a8d41a27..839358e7034 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 f50cae814bc..ea60ef695bc 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 d24ae02d426..4be314d75f3 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 66c1c17664e..8fd5af08800 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 36d4b29495e..456202594f6 100644 --- a/src/trinitycore/Master.h +++ b/src/trinitycore/Master.h @@ -50,3 +50,4 @@ class Master #define sMaster Trinity::Singleton<Master>::Instance() #endif /// @} + diff --git a/src/trinitycore/RASocket.cpp b/src/trinitycore/RASocket.cpp index cfc50d95f89..62a5dbc39c9 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 a164c9d3aa2..145afd52c60 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 e4f1a79a6e8..73d99e66061 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 73a7f17e52f..b84e5b6a04c 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 7dc5cb9ef7b..fbc730320b4 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 14a65b89504..defa513dede 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 6f8363a9724..3dc6b3a5c28 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 f704283c215..73aa1b280e2 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 274aabf0717..05fd704c10b 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 558d6c12610..ca4dc9271b7 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 842482bb75a..31690a19eb3 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 7dc5cb9ef7b..fbc730320b4 100644 --- a/src/trinityrealm/resource.h +++ b/src/trinityrealm/resource.h @@ -13,3 +13,4 @@ #define _APS_NEXT_SYMED_VALUE 101 #endif #endif + |