Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
BREWTAN committed Apr 10, 2016
1 parent 051daf8 commit 68ba3ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
7 changes: 0 additions & 7 deletions gamectrl/src/main/scala/onight/scala/commons/PBUtils.scala

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ import starstart.cgw.gamectrl.pbgens.Gamectrl.PBModule
//import org.apache.commons.lang3.StringUtils
//import onight.act.ordbgens.act.pbo.PBModule

abstract class SessionModules[T <: Message] extends AsyncPBActor[T] with OLog{
class _SNoneClass {

}
abstract class SessionModules[T <: Message] extends AsyncPBActor[T] with OLog {

override def getModule: String = PBModule.CGC.name()

implicit val ctx =
classOf[BundleReference].cast(classOf[PBUtils].getClassLoader())
classOf[BundleReference].cast(classOf[_SNoneClass].getClassLoader())
.getBundle()
.getBundleContext();

Expand Down

0 comments on commit 68ba3ee

Please sign in to comment.