WordRTC  0.5.0
 全て クラス ファイル 関数 変数
WriterSVC_impl.h
説明を見る。
1 // -*-C++-*-
8 #include "WriterSkel.h"
9 
10 #ifndef WRITERSVC_IMPL_H
11 #define WRITERSVC_IMPL_H
12 
18  : public virtual POA_Writer::mWriter,
19  public virtual PortableServer::RefCountServantBase
20 {
21  private:
22 
23 
24  public:
32  virtual ~mWriterSVC_impl();
33 
34  // attributes and operations
40  CORBA::Float oCurrentCursorPositionX();
45  CORBA::Float oCurrentCursorPositionY();
50  void gotoStart(CORBA::Boolean sel);
56  void gotoEnd(CORBA::Boolean sel);
61  void gotoStartOfLine(CORBA::Boolean sel);
66  void gotoEndOfLine(CORBA::Boolean sel);
67 
68 
69 };
70 
71 
72 
73 #endif // WRITERSVC_IMPL_H
74 
75