/* Copyright (c) 2001-2009 by SoftIntegration, Inc. All Rights Reserved */
void *g_sample_dlhandle;
int g_sample_dlcount;

class Class1 {
  public:
    Class1();
    ~Class1();
    void memfun1();
    void memfun2(datatype2 arg2);
    return_type1 memfun3();
};
