"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "brutus-server/servant_impl/BrutusLogOnS_impl_external.h" of archive brutus-server-1.0.0.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 /*
    2  *    Brutus header file for the BrutusLogOn servant.
    3  *    Copyright (C) 2004 OMC Denmark ApS.
    4  *
    5  *    This program is free software; you can redistribute it and/or modify
    6  *    it under the terms of the GNU General Public License as published by
    7  *    the Free Software Foundation; either version 2 of the License, or
    8  *    (at your option) any later version.
    9  *
   10  *    This program is distributed in the hope that it will be useful,
   11  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
   12  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   13  *    GNU General Public License for more details.
   14  *
   15  *    You should have received a copy of the GNU General Public License
   16  *    along with this program; if not, write to the Free Software
   17  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
   18  */
   19 
   20 
   21 #ifndef __BRUTUSLOGONS_IMPL_EXTERNAL_H_
   22 #define __BRUTUSLOGONS_IMPL_EXTERNAL_H_
   23 
   24 #include <brutus-idl/BrutusLogOnS.h>
   25 
   26 #if !defined (ACE_LACKS_PRAGMA_ONCE)
   27 #pragma once
   28 #endif /* ACE_LACKS_PRAGMA_ONCE */
   29 
   30 class SERVANTLIB_API BRUTUS_BrutusLogOn_i_external : public virtual POA_BRUTUS::BrutusLogOn,
   31 						     public virtual ::PortableServer::RefCountServantBase
   32 {
   33 public:
   34 	BRUTUS_BrutusLogOn_i_external(void)
   35 	{ };
   36 
   37 	virtual void GetVersion(::BRUTUS::BrutusLogOn::BrutusVersion_out version);
   38 
   39 	virtual void GetPublicKey(::BRUTUS::seq_octet_out PubKey);
   40 
   41 	virtual ::BRUTUS::BRESULT Logon(::BRUTUS::BrutusCheck_ptr Lifeline,
   42 					const char *MAPIProfileName,
   43 					const char *MAPIProfilePassword,
   44 					const char *WindowsUserName,
   45 					const char *WindowsDomainName,
   46 					const char *WindowsUserPassword,
   47 					const char *MailboxName,
   48 					const char *ServerName,
   49 					::BRUTUS::BDEFINE LogonFlags,
   50 					::BRUTUS::BDEFINE ProfileFlags,
   51 					::BRUTUS::SERVER_TYPE ServerType,
   52 					::CORBA::ULong_out InstanceID,
   53 					::BRUTUS::IMAPISession_out Session);
   54 
   55 	virtual ::BRUTUS::BRESULT CreateProfile(const char *MAPIProfileName,
   56 						const char *MAPIPassword,
   57 						const char *MailboxName,
   58 						const char *ServerName,
   59 						::BRUTUS::SERVER_TYPE ServerType,
   60 						::BRUTUS::BDEFINE ProfileFlags,
   61 						::CORBA::Boolean ConnectIgnoreNoPF);
   62 
   63 private:
   64 	virtual ~BRUTUS_BrutusLogOn_i_external(void)
   65 	{ };
   66 };
   67 
   68 #endif /* __BRUTUSLOGONS_IMPL_EXTERNAL_H_  */
   69 
   70 /*
   71  * Local variables:
   72  * mode: C++
   73  * c-basic-offset: 8
   74  * tab-width: 8
   75  * indent-tabs-mode: nil
   76  * End:
   77  */