root/branches/Carsten_PtrWork2/Tools/fcdProcess/FCTemplate_inl.h

Revision 106, 3.3 kB (checked in by dirk, 2 years ago)

Keyword substitution added
Version string fixed

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1 /* This is a template file for fcdEdit.
2  * To create it from sample source,  cut'n'paste the source and apply the following
3  * substitutions:
4  * s|\|\\|g
5  * s|"|\"|g
6  * s|^|"|
7  * s|$|",|
8  */
9
10 char *FCTemplate_inl[]={
11 "/*---------------------------------------------------------------------------*\\",
12 " *                                OpenSG                                     *",
13 " *                                                                           *",
14 " *                                                                           *",
15 " *               Copyright (C) 2000-2006 by the OpenSG Forum                 *",
16 " *                                                                           *",
17 " *   contact: dirk@opensg.org, gerrit.voss@vossg.org, jbehr@zgdv.de          *",
18 " *                                                                           *",
19 "\\*---------------------------------------------------------------------------*/",
20 "/*---------------------------------------------------------------------------*\\",
21 " *                                License                                    *",
22 " *                                                                           *",
23 " * This library is free software; you can redistribute it and/or modify it   *",
24 " * under the terms of the GNU Library General Public License as published    *",
25 " * by the Free Software Foundation, version 2.                               *",
26 " *                                                                           *",
27 " * This library is distributed in the hope that it will be useful, but       *",
28 " * WITHOUT ANY WARRANTY; without even the implied warranty of                *",
29 " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU         *",
30 " * Library General Public License for more details.                          *",
31 " *                                                                           *",
32 " * You should have received a copy of the GNU Library General Public         *",
33 " * License along with this library; if not, write to the Free Software       *",
34 " * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                 *",
35 " *                                                                           *",
36 "\\*---------------------------------------------------------------------------*/",
37 "/*---------------------------------------------------------------------------*\\",
38 " *                                Changes                                    *",
39 " *                                                                           *",
40 " *                                                                           *",
41 " *                                                                           *",
42 " *                                                                           *",
43 " *                                                                           *",
44 " *                                                                           *",
45 "\\*---------------------------------------------------------------------------*/",
46 "",
47 "//---------------------------------------------------------------------------",
48 "//  Includes",
49 "//---------------------------------------------------------------------------",
50 "",
51 "OSG_BEGIN_NAMESPACE",
52 "",
53 "OSG_END_NAMESPACE",
54 "",
55 "#define OSG@!CLASSNAME!@_INLINE_CVSID \"@(#)$Id$\"",
56 "",
57 NULL};
Note: See TracBrowser for help on using the browser.