Rudiments
modemclient.h
1 // Copyright (c) 2004 David Muse
2 // See the COPYING file for more information.
3 
4  protected:
5  const char *_connectscript();
6  const char *_disconnectscript();
7  const char *_phonenumber();
8 
9  void modemclientClone(const modemclient &m);
10  private:
11  modemclientprivate *pvt;
Definition: modemclient.h:11