Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core
In directory usw-pr-cvs1:/tmp/cvs-serv17632
Modified Files:
TuningProfile.java
Log Message:
Cleanup
Index: TuningProfile.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/TuningProfile.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** TuningProfile.java 8 Nov 2001 05:51:34 -0000 1.6
--- TuningProfile.java 20 Aug 2002 03:04:26 -0000 1.7
***************
*** 1,3 ****
-
/*
* TuningProfile.java $Revision$ $Date$
--- 1,2 ----
***************
*** 245,267 ****
{
session.sendProfile(uri, data, channel);
- }
-
- /**
- * Weird support routine that should eventually be
- * configuration based. We reset the session, actually
- * start over and exchange greetings, when we negotiate
- * certain security layers. TLS is such a layer. The
- * method name could be more apropos.
- *
- * @param profile
- *
- */
- public static boolean isTuningProfile(String profile)
- {
- if (profile.equals(TLS_URI)) {
- return true;
- }
-
- return false;
}
--- 244,247 ----
|