genericopenlibs/openenvcore/backend/inc/fdesc.h
changeset 52 bf6a71c50e42
parent 0 e4d67989cc36
child 54 4332f0f7be53
equal deleted inserted replaced
34:5fae379060a7 52:bf6a71c50e42
   602 	TInt Fcntl(TUint anArg, TUint aCmd);
   602 	TInt Fcntl(TUint anArg, TUint aCmd);
   603 	
   603 	
   604 	TInt Poll(TPollMode aMode,TBool& aReadyStatus,TInt& aErrno);
   604 	TInt Poll(TPollMode aMode,TBool& aReadyStatus,TInt& aErrno);
   605 	TInt Poll(TUint aEvents);
   605 	TInt Poll(TUint aEvents);
   606 	void CancelNotify();
   606 	void CancelNotify();
   607 	
   607 	void TempClose();
   608 	
   608 	
   609 	void SetFids(void *aFids);
   609 	void SetFids(void *aFids);
   610 	virtual TInt Type()
   610 	virtual TInt Type()
   611 	    {
   611 	    {
   612 	    return ESocketDesc;
   612 	    return ESocketDesc;