From 7727c7ef9641fd8828cfd8d5393d879ddabc4228 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 21 May 2001 16:21:27 -0400 Subject: ENH: Converted to new Class and Group tags in place of WrapperSet and Groups tags. --- Source/cmCableWrapTclCommand.cxx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Source/cmCableWrapTclCommand.cxx b/Source/cmCableWrapTclCommand.cxx index b7d5f4a..22286b3 100644 --- a/Source/cmCableWrapTclCommand.cxx +++ b/Source/cmCableWrapTclCommand.cxx @@ -118,15 +118,13 @@ void cmCableWrapTclCommand::GenerateCableFiles() const if(packageConfig) { packageConfig << - "\n" - " \n"; + "\n"; for(unsigned int i=0; i < m_CableClassSet->Size(); ++i) { packageConfig << - " " << m_TargetName.c_str() << "_" << i << "\n"; + " \n"; } packageConfig << - " \n" "\n"; packageConfig.close(); @@ -203,9 +201,7 @@ void cmCableWrapTclCommand::GenerateCableClassFiles(const char* name, "
c_str() << "\"/>\n"; } classConfig << - " \n" - " _wrap_::wrapper::Wrapper\n" - " \n" + " \n" "\n"; classConfig.close(); -- cgit v0.12