Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make copy constructor of Configuration public #232

Open
Remigius2011 opened this issue May 3, 2015 · 1 comment
Open

make copy constructor of Configuration public #232

Remigius2011 opened this issue May 3, 2015 · 1 comment

Comments

@Remigius2011
Copy link

There is imho no reason why it should be package local. This prohibits e.g. creation of a proprietary replacement of the class SocketIOServer, whic in itself is not easy to subclass because all important members are pricvate without accessor methods.

@Remigius2011
Copy link
Author

Also, the following class coule be made public instead of package local: JsonSupportWrapper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant