Changeset 1327
- Timestamp:
 - Oct 17, 1999, 3:52:20 AM (26 years ago)
 - Location:
 - trunk/include
 - Files:
 - 
      
- 3 edited
 
- 
          
  windllpe2lx.h (modified) (3 diffs)
 - 
          
  winexepe2lx.h (modified) (2 diffs)
 - 
          
  winimagepe2lx.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/windllpe2lx.h
r1274 r1327 1 /* $Id: windllpe2lx.h,v 1. 2 1999-10-14 01:39:12bird Exp $ */1 /* $Id: windllpe2lx.h,v 1.3 1999-10-17 01:52:19 bird Exp $ */ 2 2 3 3 /* … … 16 16 #include <winimagepe2lx.h> 17 17 18 /** 19 * Pe2Lx Dll images. 20 * @author knut st. osmundsen 21 * @approval - 22 */ 18 23 class Win32Pe2LxDll : public Win32Pe2LxImage, public Win32DllBase 19 24 { … … 22 27 Win32Pe2LxDll(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG); 23 28 virtual ~Win32Pe2LxDll(); 29 BOOL init(); 24 30 25 31 /** @cat Exports */  - 
      
trunk/include/winexepe2lx.h
r1274 r1327 1 /* $Id: winexepe2lx.h,v 1. 2 1999-10-14 01:39:13bird Exp $ */1 /* $Id: winexepe2lx.h,v 1.3 1999-10-17 01:52:19 bird Exp $ */ 2 2 3 3 /* … … 27 27 public: 28 28 /** @cat Constructor/Destructor */ 29 Win32Pe2LxExe(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG);29 Win32Pe2LxExe(HINSTANCE hinstance, BOOL fWin32k); 30 30 virtual ~Win32Pe2LxExe(); 31 BOOL init(); 31 32 }; 32 33  - 
      
trunk/include/winimagepe2lx.h
r1274 r1327 1 /* $Id: winimagepe2lx.h,v 1. 2 1999-10-14 01:39:13bird Exp $ */1 /* $Id: winimagepe2lx.h,v 1.3 1999-10-17 01:52:20 bird Exp $ */ 2 2 3 3 /* … … 39 39 public: 40 40 /** @cat constructor and destructor */ 41 Win32Pe2LxImage(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG);41 Win32Pe2LxImage(HINSTANCE hinstance, BOOL fWin32k); 42 42 virtual ~Win32Pe2LxImage(); 43 virtual BOOL init(); 43 44 44 45 private:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  