Use wx-prefixed macros throughout the repository.

Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE
occurrences to use the wx-prefixed version of the macros.
This commit is contained in:
Dimitri Schoolwerth
2015-04-23 15:49:01 +04:00
parent 2d3f617b34
commit 8f8d58d193
1697 changed files with 3543 additions and 3543 deletions

View File

@@ -63,7 +63,7 @@ private:
void Strpbrk();
void Strnlen();
DECLARE_NO_COPY_CLASS(CrtTestCase)
wxDECLARE_NO_COPY_CLASS(CrtTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -72,7 +72,7 @@ private:
void StdConversion();
#endif
DECLARE_NO_COPY_CLASS(StdStringTestCase)
wxDECLARE_NO_COPY_CLASS(StdStringTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -99,7 +99,7 @@ private:
void BeforeAndAfter();
void ScopedBuffers();
DECLARE_NO_COPY_CLASS(StringTestCase)
wxDECLARE_NO_COPY_CLASS(StringTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -50,7 +50,7 @@ private:
void CopyObj();
void AssignObj();
DECLARE_NO_COPY_CLASS(TokenizerTestCase)
wxDECLARE_NO_COPY_CLASS(TokenizerTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -177,7 +177,7 @@ private:
wxIF_LONG_LONG_TYPE( void RefwxULongLongCompare(); )
wxIF_WCHAR_T_TYPE( void RefWideCharCompare(); )
DECLARE_NO_COPY_CLASS(UniCharTestCase)
wxDECLARE_NO_COPY_CLASS(UniCharTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -167,7 +167,7 @@ private:
void Iteration();
#endif
DECLARE_NO_COPY_CLASS(UnicodeTestCase)
wxDECLARE_NO_COPY_CLASS(UnicodeTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -61,7 +61,7 @@ private:
void RepeatedPrintf();
void ArgsValidation();
DECLARE_NO_COPY_CLASS(VarArgTestCase)
wxDECLARE_NO_COPY_CLASS(VarArgTestCase);
};
// register in the unnamed registry so that these tests are run by default

View File

@@ -182,7 +182,7 @@ private:
void GlibcMisc1();
void GlibcMisc2();
DECLARE_NO_COPY_CLASS(VsnprintfTestCase)
wxDECLARE_NO_COPY_CLASS(VsnprintfTestCase);
};
// register in the unnamed registry so that these tests are run by default