home *** CD-ROM | disk | FTP | other *** search
- // %PARAMETERS = "CH19LIST C:\UT2004"
- //Identifies the package
- //CH29_01LIST.uc
- //This class is reserved as a template class. You
- //Can also use it to thest the "sanity" of your package
- //before starting to work on the classes in this chapter
-
-
- class CH19_01LIST extends Commandlet;
- function int Main(string Args)
- {
-
- //local Element firstClassObject;
- // firstClassObject = new class'SomeClass';
-
- Log(Chr(10)$ " Testing the A ------ class");
-
-
- //Log(Chr(10)$ " Testing the " $ firstClassObject .class $ "class");
- Log(" A specific test: ");
-
- return 0;
- }
-