]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/caller.h
Remove const char* versions of InspIRCd::FindNick()/FindNickOnly()/FindUUID()/FindChan()
[user/henk/code/inspircd.git] / include / caller.h
index 563577ac283b0640462f066dabbb2d0426692490..f69ff67969a170c68eafaebfa4098dfa25b9102e 100644 (file)
@@ -19,8 +19,7 @@
  */
 
 
-#ifndef CALLER_H
-#define CALLER_H
+#pragma once
 
 /* Pending some sort of C++11 support */
 #if 0
@@ -355,5 +354,3 @@ template <typename ReturnType, typename Param1, typename Param2, typename Param3
        class CoreExport NAME : public HandlerBase8<RETURN, V1, V2, V3, V4, V5, V6, V7, V8> { public: NAME() { } virtual ~NAME() { } virtual RETURN Call(V1, V2, V3, V4, V5, V6, V7, V8); }
 
 #endif
-
-#endif