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