2011-07-13 04:13:33 +04:00
|
|
|
|
|
|
|
#include "libshared.h"
|
|
|
|
|
|
|
|
int Libshared::libshared() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int Libshared::libshared_exported() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int Libshared::libshared_deprecated() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int Libshared::libshared_not_exported() const
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int Libshared::libshared_excluded() const
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 18:23:16 +03:00
|
|
|
int const Libshared::data_exported = 1;
|
|
|
|
|
|
|
|
int const Libshared::data_not_exported = 1;
|
|
|
|
|
|
|
|
int const Libshared::data_excluded = 1;
|
|
|
|
|
2011-07-13 04:13:33 +04:00
|
|
|
int LibsharedNotExported::libshared() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibsharedNotExported::libshared_exported() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibsharedNotExported::libshared_deprecated() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int LibsharedNotExported::libshared_not_exported() const
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int LibsharedNotExported::libshared_excluded() const
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 18:23:16 +03:00
|
|
|
int const LibsharedNotExported::data_exported = 1;
|
|
|
|
|
|
|
|
int const LibsharedNotExported::data_not_exported = 1;
|
|
|
|
|
|
|
|
int const LibsharedNotExported::data_excluded = 1;
|
|
|
|
|
2011-07-13 04:13:33 +04:00
|
|
|
int LibsharedExcluded::libshared() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibsharedExcluded::libshared_exported() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibsharedExcluded::libshared_deprecated() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int LibsharedExcluded::libshared_not_exported() const
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int LibsharedExcluded::libshared_excluded() const
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-09-02 18:23:16 +03:00
|
|
|
int const LibsharedExcluded::data_exported = 1;
|
|
|
|
|
|
|
|
int const LibsharedExcluded::data_not_exported = 1;
|
|
|
|
|
|
|
|
int const LibsharedExcluded::data_excluded = 1;
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int libshared()
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int libshared_exported()
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int libshared_deprecated()
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int libshared_not_exported()
|
|
|
|
{
|
2011-07-13 04:13:33 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
int libshared_excluded()
|
|
|
|
{
|
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
|
|
|
|
|
|
|
int const data_exported = 1;
|
|
|
|
|
|
|
|
int const data_not_exported = 1;
|
|
|
|
|
|
|
|
int const data_excluded = 1;
|
|
|
|
|
|
|
|
void use_int(int)
|
|
|
|
{
|
|
|
|
}
|