|
List Info
Thread: how does this work? my function overloading
|
|
| how does this work? my function
overloading |
  Canada |
2008-03-12 11:34:33 |
|
- no where did i see this in any documentation but found it by luck. - I'm a noob. I seek Zen
This is from the example in red 5:
public int add(int x, int y){ return x + y; }
how do i figure out looking at the api that this also works which is what I needed. But spent ......hours finding this.
public int add(Iconnection conn, int x, int y){ return x + y;
}
or
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. |
| Re: how does this work? my function
overloading |

|
2008-03-12 12:37:14 |
|
It's mentioned here:
http://www.joachim-bauch.de/tutorials/red5/MigrationGuide.txt#current-connection-and-client
|
[1-2]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|