ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Bender/Bender.cpp
Revision: 110
Committed: 2004-03-15T21:58:29-08:00 (21 years, 3 months ago) by Douglas Thrift
File size: 323 byte(s)
Log Message:
I wish there was a way to do this at the beginning.

File Contents

# Content
1 // Bender
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #include "Bender.hpp"
8
9 int main(int argc, char* argv[])
10 {
11 XMLPlatformUtils::Initialize();
12 XalanTransformer::initialize();
13
14 Bender bender;
15
16 XalanTransformer::terminate();
17 XMLPlatformUtils::Terminate();
18 XalanTransformer::ICUCleanUp();
19
20 return 0;
21 }
22
23 Bender::Bender()
24 {
25 //
26 }

Properties

Name Value
svn:eol-style native
svn:keywords Id