/*++ Copyright (C) 1996-1999 Microsoft Corporation Module Name: LOCOBJ.INL History: --*/ //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // Mother object constructor. Does nothing, since for now we rely on // AFX CObject to do the work for us. // //----------------------------------------------------------------------------- inline CLObject::CLObject() { }