/* Copyright (c) 2001-2009 by SoftIntegration, Inc. All Rights Reserved */
class Class1 {
  private:
    data_type1  m_1;
  public:
    Class1();
    ~Class1();
    void memfun1();
    void memfun2(data_type2 arg2);
    return_type1 memfun3();
};
