Bazaar/Uniq : replaced namespace macros

git-svn-id: svn://ultimatepp.org/upp/trunk@12235 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2018-09-02 11:33:20 +00:00
parent 61c561e463
commit 653592e91d

View file

@ -1,9 +1,9 @@
#ifndef _Uniq_Uniq_h
#define _Uniq_Uniq_h
#ifndef _Uniq_h
#define _Uniq_h
#include <CtrlLib/CtrlLib.h>
NAMESPACE_UPP
namespace Upp {
class Uniq
{
@ -65,7 +65,7 @@ class Uniq
operator bool() { return isFirstInstance; }
};
END_UPP_NAMESPACE
}; // end upp namespace
#endif