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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user