2011-07-13 04:13:33 +04:00
|
|
|
#include "libshared.h"
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::Class::method() const
|
2011-07-13 04:13:33 +04:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::Class::method_exported() const
|
2011-07-13 04:13:33 +04:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::Class::method_deprecated() const
|
2011-07-13 04:13:33 +04:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::Class::method_deprecated_exported() const
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::Class::method_excluded() const
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::Class::data = 1;
|
2016-09-02 18:23:16 +03:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::Class::data_exported = 1;
|
2011-07-13 04:13:33 +04:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::Class::data_excluded = 1;
|
2011-07-13 04:13:33 +04:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::ExportedClass::method() const
|
2011-07-13 04:13:33 +04:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::ExportedClass::method_deprecated() const
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::ExportedClass::method_excluded() const
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::ExportedClass::data = 1;
|
2016-09-02 18:23:16 +03:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::ExportedClass::data_excluded = 1;
|
2016-09-02 18:23:16 +03:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::ExcludedClass::method() const
|
2011-07-13 04:13:33 +04:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::ExcludedClass::method_exported() const
|
2011-07-13 04:13:33 +04:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::ExcludedClass::method_deprecated() const
|
2011-07-13 04:13:33 +04:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::ExcludedClass::method_deprecated_exported() const
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::ExcludedClass::method_excluded() const
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::ExcludedClass::data = 1;
|
2016-09-02 18:23:16 +03:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::ExcludedClass::data_exported = 1;
|
2016-09-02 18:23:16 +03:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::ExcludedClass::data_excluded = 1;
|
2016-09-02 18:23:16 +03:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::function()
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::function_exported()
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::function_deprecated()
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::function_deprecated_exported()
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int libshared::function_excluded()
|
2016-05-16 17:34:04 +03:00
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
2011-08-09 02:18:00 +04:00
|
|
|
}
|
2016-09-02 18:23:16 +03:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::data = 1;
|
2016-09-02 18:23:16 +03:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::data_exported = 1;
|
2016-09-02 18:23:16 +03:00
|
|
|
|
2016-09-02 23:53:34 +03:00
|
|
|
int const libshared::data_excluded = 1;
|
2016-09-02 18:23:16 +03:00
|
|
|
|
|
|
|
void use_int(int)
|
|
|
|
{
|
|
|
|
}
|