//----------------------------------------------------------------------------------
// <copyright file="Empty.h" company="LiquidRobotics">
//	Copyright (c) Liquid Robotics Corporation.  All rights reserved.
// </copyright>
//
// <summary>
// 	This is the header file for managing an empty or dummy payload
// </summary>
//
// <owner>Arash Ushani</owner>
//----------------------------------------------------------------------------------



#ifndef _EMPTY_H_
#define _EMPTY_H_

void Empty(void* pParam) CALLBACK;

#endif
