Ignore:
Timestamp:
Oct 17, 1999, 3:52:20 AM (26 years ago)
Author:
bird
Message:

Exception throwing is removed. Separate init method instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winimagepe2lx.h

    r1274 r1327  
    1 /* $Id: winimagepe2lx.h,v 1.2 1999-10-14 01:39:13 bird Exp $ */
     1/* $Id: winimagepe2lx.h,v 1.3 1999-10-17 01:52:20 bird Exp $ */
    22
    33/*
     
    3939public:
    4040    /** @cat constructor and destructor */
    41     Win32Pe2LxImage(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG);
     41    Win32Pe2LxImage(HINSTANCE hinstance, BOOL fWin32k);
    4242    virtual ~Win32Pe2LxImage();
     43    virtual BOOL init();
    4344
    4445private:
Note: See TracChangeset for help on using the changeset viewer.