From 508ef8b6b7aaaae0bcf29d844c812a957d7f7568 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Fri, 29 Aug 2008 02:48:51 +0000 Subject: work on STARTTLS protocol SHOULD be complete: please test! updated TODOs; updated ChangeLogs; updated kvirc translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2344 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/options/mkcreateinstanceproc.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/modules') diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index 4a1c828c3..dc6a7bcac 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -1,18 +1,18 @@ #!/bin/sh -##################################################################################################### +################################################################################# # # Generator for instances.h and instances.cpp # # This file is part of the KVirc irc client distribution # Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net) # -##################################################################################################### +################################################################################# echo "" > instances.h -###################################################################################################### +################################################################################# cat >> instances.h < $TARGET -###################################################################################################### +################################################################################# cat >> instances.cpp <> instances.cpp <> $TARGET done -###################################################################################################### +################################################################################# cat >> instances.cpp <> instances.cpp <> $TARGET done -###################################################################################################### +################################################################################# cat >> instances.cpp <> $TARGET echo "static const char * g_szClassName_$aclass = \"$aclass\";" >> $TARGET done -###################################################################################################### +################################################################################# cat >> instances.cpp <setAutoDelete(true); EOF -###################################################################################################### +################################################################################# CLASSDIR=".classtmp" @@ -295,7 +295,7 @@ addchildren 0 NOPARENT "" rm -fr $CLASSDIR -###################################################################################################### +################################################################################# cat >> $TARGET <