Update of /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21893/src/java/net/sf/asterisk/fastagi
Modified Files:
BaseAGIScript.java AbstractAGIScript.java
Log Message:
Removed obsolete todo tags regarding getOption()
Index: BaseAGIScript.java
===================================================================
RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/BaseAGIScript.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -p -r1.2 -r1.3
--- BaseAGIScript.java 7 Aug 2005 19:06:46 -0000 1.2
+++ BaseAGIScript.java 27 Aug 2005 02:07:35 -0000 1.3
@@ -200,8 +200,6 @@ public abstract class BaseAGIScript impl
return reply.getResult();
}
- // TODO add getOption() methods
-
/**
* Plays the given file, and waits for the user to press one of the given
* digits. If none of the esacpe digits is pressed while streaming the file
Index: AbstractAGIScript.java
===================================================================
RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/AbstractAGIScript.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -p -r1.16 -r1.17
--- AbstractAGIScript.java 6 Aug 2005 18:43:25 -0000 1.16
+++ AbstractAGIScript.java 27 Aug 2005 02:07:35 -0000 1.17
@@ -208,8 +208,6 @@ public abstract class AbstractAGIScript
return reply.getResult();
}
- // TODO add getOption() methods
-
/**
* Plays the given file, and waits for the user to press one of the given
* digits. If none of the esacpe digits is pressed while streaming the file
|