From 68ba4945437e12eaa1dead6df27b58ea408f63e8 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 24 Apr 2009 12:18:31 +0200 Subject: final touch on commlayer, minor fixes in exceptions (zprikryl) --- lib/CommLayer/CommLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CommLayer/CommLayer.h') diff --git a/lib/CommLayer/CommLayer.h b/lib/CommLayer/CommLayer.h index 19c0aa7..044d36d 100644 --- a/lib/CommLayer/CommLayer.h +++ b/lib/CommLayer/CommLayer.h @@ -2,6 +2,6 @@ #define COMMLAYER_H_ #include "CommLayerInner.h" -extern "C" CCommLayerInner* get_commlayer(); +//extern "C" CCommLayerInner* get_commlayer(); #endif /* COMMLAYER_H_ */ -- cgit