]> git.saurik.com Git - apple/system_cmds.git/blobdiff - CPPUtil/UtilBase.hpp
system_cmds-643.30.1.tar.gz
[apple/system_cmds.git] / CPPUtil / UtilBase.hpp
diff --git a/CPPUtil/UtilBase.hpp b/CPPUtil/UtilBase.hpp
new file mode 100644 (file)
index 0000000..af03bc9
--- /dev/null
@@ -0,0 +1,15 @@
+//
+//  UtilBase.hpp
+//  CPPUtil
+//
+//  Created by James McIlree on 4/7/13.
+//  Copyright (c) 2013 Apple. All rights reserved.
+//
+
+#ifndef CPPUtil_UtilBase_hpp
+#define CPPUtil_UtilBase_hpp
+
+#define BEGIN_UTIL_NAMESPACE namespace util {
+#define END_UTIL_NAMESPACE }
+
+#endif