Tag: cws_src680_os63 User: os Date: 05/08/01 04:21:35 Modified: /dba/dbaccess/source/ui/dlg/ adminpages.hxx
Log: #i50349# namespace added File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: adminpages.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/adminpages.hxx?r1=1.28&r2=1.28.64.1 Delta lines: +6 -6 ------------------- --- adminpages.hxx 21 Feb 2005 12:42:20 -0000 1.28 +++ adminpages.hxx 1 Aug 2005 11:21:32 -0000 1.28.64.1 @@ -2,9 +2,9 @@ * * $RCSfile: adminpages.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.28.64.1 $ * - * last change: $Author: vg $ $Date: 2005/02/21 12:42:20 $ + * last change: $Author: os $ $Date: 2005/08/01 11:21:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,14 +121,14 @@ virtual bool Disable() { m_pSaveValue->Disable(); return true;} // bool return value only for stl }; - struct TSaveValueWrapperFunctor : public unary_function< ISaveValueWrapper, bool> + struct TSaveValueWrapperFunctor : public std::unary_function< ISaveValueWrapper, bool> { bool operator() (ISaveValueWrapper* lhs) { return lhs->SaveValue(); } }; - struct TDisableWrapperFunctor : public unary_function< ISaveValueWrapper, bool> + struct TDisableWrapperFunctor : public std::unary_function< ISaveValueWrapper, bool> { bool operator() (ISaveValueWrapper* lhs) { @@ -136,7 +136,7 @@ } }; - struct TDeleteWrapperFunctor : public unary_function< ISaveValueWrapper, bool> + struct TDeleteWrapperFunctor : public std::unary_function< ISaveValueWrapper, bool> { bool operator() (ISaveValueWrapper* lhs) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
