"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "brutus-server/servant_impl/BrutusCheckS_impl.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 BrutusCheck servant.
3 * Copyright (C) 2005 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 #ifndef C__WORK_BRUTUS_IDL__BRUTUSCHECKS_IMPL_H_
21 #define C__WORK_BRUTUS_IDL__BRUTUSCHECKS_IMPL_H_
22
23 #include <brutus-idl/BrutusCheckS.h>
24
25 #if !defined (ACE_LACKS_PRAGMA_ONCE)
26 #pragma once
27 #endif /* ACE_LACKS_PRAGMA_ONCE */
28
29 class SERVANTLIB_API BRUTUS_BrutusCheck_i : public virtual POA_BRUTUS::BrutusCheck,
30 public virtual ::PortableServer::RefCountServantBase
31 {
32 public:
33 BRUTUS_BrutusCheck_i(void);
34
35 virtual ~BRUTUS_BrutusCheck_i(void);
36
37 virtual void ping();
38 };
39
40
41 #endif /* C__WORK_BRUTUS_IDL__BRUTUSCHECKS_IMPL_H_ */
42
43 /*
44 * Local variables:
45 * mode: C++
46 * c-basic-offset: 8
47 * tab-width: 8
48 * indent-tabs-mode: nil
49 * End:
50 */