2011-07-13 02:13:33 +02:00
|
|
|
|
|
|
|
#include "libstatic.h"
|
|
|
|
|
|
|
|
int Libstatic::libstatic() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int Libstatic::libstatic_exported() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int Libstatic::libstatic_deprecated() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int Libstatic::libstatic_not_exported() const
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int Libstatic::libstatic_excluded() const
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibstaticNotExported::libstatic() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibstaticNotExported::libstatic_exported() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibstaticNotExported::libstatic_deprecated() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int LibstaticNotExported::libstatic_not_exported() const
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int LibstaticNotExported::libstatic_excluded() const
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibstaticExcluded::libstatic() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibstaticExcluded::libstatic_exported() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int LibstaticExcluded::libstatic_deprecated() const
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int LibstaticExcluded::libstatic_not_exported() const
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int LibstaticExcluded::libstatic_excluded() const
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int libstatic_exported()
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int libstatic_deprecated()
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int libstatic_not_exported()
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
int libstatic_excluded()
|
|
|
|
{
|
2011-07-13 02:13:33 +02:00
|
|
|
return 0;
|
2011-08-09 00:18:00 +02:00
|
|
|
}
|